馃悳 Bug Report
test_missing_lbm in command_parse/test_integration.py failing with the new environment upgrade. Likely due to mock allowing code to continue after sys.exit called. Error is that sys.exit is called twice
How to reproduce
Step by step guide to reproduce the behaviour:
- load ants/developer-68
- add ants to pythonpath
3.run pytest lib/ants/tests/command_parse /test_integration.py
Environment
I am using the ANTS/developer-68
environment.
馃悳 Bug Report
test_missing_lbmincommand_parse/test_integration.pyfailing with the new environment upgrade. Likely due to mock allowing code to continue aftersys.exitcalled. Error is thatsys.exitis called twiceHow to reproduce
Step by step guide to reproduce the behaviour:
3.run
pytest lib/ants/tests/command_parse /test_integration.pyEnvironment
I am using the ANTS/developer-68
environment.