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
With @travs:
As the testing suite has been broken down and modularized, we've lost the ability to run tests individually. For example:
python tests/test.py DataIntegrityTest
and so on will return:
Testing with configs: ['tests/test_default.conf', 'tests/test_ZODB.conf']
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
We need to restore this functionality.
The text was updated successfully, but these errors were encountered:
With @travs:
As the testing suite has been broken down and modularized, we've lost the ability to run tests individually. For example:
and so on will return:
We need to restore this functionality.
The text was updated successfully, but these errors were encountered: