funkelab / motile

Multi-Object Tracker using Integer Linear Equations
https://funkelab.github.io/motile/
MIT License
27 stars 5 forks source link

Use pytest fixtures when loading test data #106

Closed cmalinmayor closed 4 months ago

cmalinmayor commented 4 months ago

I think it's not great to have the data for our test cases as an importable module from the main library. Is there any reason you'd want to import it from somewhere other than the tests?