You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can cause issues that are hard to detect at first if tests are passing but very confusing later when tests fail and luassert formatter fails.
Should either upgrade to fixed version (patch seems good) or downgrade to luassert 1.8 which does not have this issue (but also does not have these nice formatters).
The text was updated successfully, but these errors were encountered:
For command line exec: docker run --rm -it --mount 'type=bind,source=./,target=/home/mineunit/mod' --entrypoint /bin/sh mineunit/mineunit:latest -lc "cd mod; mineunit"
For bash script:
placed in ~/bin/mineunit to allow calling mineunit like if it was actually installed but run in container and allow access only to current directory.
Latest luassert 1.9 has issue with wildcard match formatter:
_
(anything) matcher. lunarmodules/luassert#192This can cause issues that are hard to detect at first if tests are passing but very confusing later when tests fail and luassert formatter fails.
Should either upgrade to fixed version (patch seems good) or downgrade to luassert 1.8 which does not have this issue (but also does not have these nice formatters).
The text was updated successfully, but these errors were encountered: