PyNEST test result parsing confused by NEST output #762
Labels
I: No breaking change
Previously written code will work as before, no one should note anything changing (aside the fix)
S: High
Should be handled next
T: Bug
Wrong statements in the code or documentation
ZC: Infrastructure
DO NOT USE THIS LABEL
ZP: PR Created
DO NOT USE THIS LABEL
Milestone
The code parsing the output generated by nosetests to provide a progress indication during testing is confused by output generated by NEST, since the parser relies on lines of the form
TestABC ... ok
. If NEST input intervenes beforeok
(or any other result), no progress will be displayed, confusing the user (see also #677).We thus should revise output parsing, but that should first happen once we have decided how to test in the future #761.
The text was updated successfully, but these errors were encountered: