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
To enable running of system tests we have a flag --run-system-tests. However the way that this is implemented breaks using --ignore pytest option. This is probably because it messes with the test collection methods. See conftest.py
Steps To Reproduce
pytest --ignore=mantidimaging/gui should run tests that are not in the gui directory.
Current Behaviour
All tests still run
--collect-only can be useful for debugging.
Context
current main
The text was updated successfully, but these errors were encountered:
Summary
To enable running of system tests we have a flag
--run-system-tests
. However the way that this is implemented breaks using--ignore
pytest option. This is probably because it messes with the test collection methods. Seeconftest.py
Steps To Reproduce
pytest --ignore=mantidimaging/gui
should run tests that are not in thegui
directory.Current Behaviour
All tests still run
--collect-only
can be useful for debugging.Context
current main
The text was updated successfully, but these errors were encountered: