BlueBrain / BluePyMM

Blue Brain Python Cell Model Management
https://bluepymm.readthedocs.io/en/latest/
Other
12 stars 9 forks source link

Remove test tmp_dir in teardown #228

Closed anilbey closed 3 years ago

anilbey commented 3 years ago

Currently, it's not possible to run either the unit or functional tests twice without manually deleting the output. This PR uses the teardown_module of nosetests to make sure temporary directories get deleted after the tests are executed.