neuroinformatics-unit / movement

Python tools for analysing body movements across space and time
http://movement.neuroinformatics.dev
BSD 3-Clause "New" or "Revised" License
77 stars 7 forks source link

Reorganising pytest fixtures #222

Open sfmig opened 2 weeks ago

sfmig commented 2 weeks ago

Is your feature request related to a problem? Please describe. We generally prefer fixtures to be close to the test they refer to, but sometimes the files become a bit bloated. It'd be nice for contributors if the tests are easy to read and navigate. For this shorter files are generally nicer.

The goal of this issue is to discuss refactoring options for the fixtures.

Describe the solution you'd like Some options for refactoring the fixtures are:

Describe alternatives you've considered \

Additional context \