glasgowcompbio / vimms

A programmable and modular LC/MS simulator in Python
MIT License
19 stars 6 forks source link

Reorganised test cases. #158

Closed joewandy closed 4 years ago

joewandy commented 4 years ago

Fixes for #157

The long test_controllers.py file has been split into multiple smaller files, e.g.

Also added a file conftest.py for sharing of test fixtures in all those files. For more info, see https://docs.pytest.org/en/stable/fixture.html#conftest-py-sharing-fixture-functions.

joewandy commented 4 years ago

Fixed the merge conflict, caused by TestMultiIsolationController which got deleted from test_controllers.py. It is now in test_controllers_misc.py.