Describe the bug
The tests stops after the test_handleExit. It looks like the test exists the script with exit code 0 (os._exit(0)), which make the workflow think that everything went fine and the rest of the tests doesn't run.
To Reproduce
Steps to reproduce the behavior:
Run python rqd/setup.py test
Notice that it stops at test_handleExit
Expected behavior
The test_handleExit shouldn't exit the script
Version Number
5ab915b6e1f5d3bc1a8f4cdb63cfd16ae84089ab
Additional context
I'm currently trying to convert the testing scripts to use pytest in #1540
Describe the bug The tests stops after the
test_handleExit
. It looks like the test exists the script with exit code 0 (os._exit(0)
), which make the workflow think that everything went fine and the rest of the tests doesn't run.To Reproduce Steps to reproduce the behavior:
python rqd/setup.py test
Expected behavior The
test_handleExit
shouldn't exit the scriptVersion Number 5ab915b6e1f5d3bc1a8f4cdb63cfd16ae84089ab
Additional context I'm currently trying to convert the testing scripts to use pytest in #1540