ehrapy icon indicating copy to clipboard operation
ehrapy copied to clipboard

Testing: Move all datasets into conftest.py

Open eroell opened this issue 11 months ago • 0 comments

Description of feature

The datasets for testing are currently distributed within the specific tests.

A less redundant, clearer and easier to do maintenance solution is to have them as fixtures in conftest.py.

TODOs

  • [ ] Collect what datasets are used in testing
  • [ ] Evaluate where to store them & if redundancies can be removed
  • [ ] Write fixtures for dataset loading in conftest.py that replace individual dataset loading in the test scripts

eroell avatar Mar 08 '24 14:03 eroell