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
Useful for running just one unit test file instead of all.
Now one can pass the name of a unit test (or a list of names)
to the 00_unit_tests.sh script.
Example:
cd tests
./00_unit_tests.sh disassemble # run only disassemble.py
The default (if nothing is passed the script) is still to run
all tests as before.
0 commit comments