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
First, the test didn't run at all. This is fixed in 0e3c29d (along with other potential behavior difference).
Second, the test failure is not caught. This one is more tricky though, since unittest.main() raises no exceptions. To make quickfix.py work with unittests properly, we probably need to monkey-patch the unittest module a little bit (maybe add a new command line switch for that).
Description
quickfix.py cannot run a file containing a unittest testcase.
What I Did
Create a file called
unittest_failure.py
The text was updated successfully, but these errors were encountered: