You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To solve issue #99
* move test files to relevant subfolders
* create pytest conftest.py for relevant subfolders
* fix redundant fixtures
* move non-shared fixture to specific file
Grouping tests to different folders will make it easier to test specific code, e.g. only genomics related code.
Todo:
src/nplinker
structure as reference and create similar structure (one level) intests
It's a good practice to limit the scope of pytest fixtures by creating conftest.py for each folder.
The text was updated successfully, but these errors were encountered: