datajoint / element-interface

Common functions for the DataJoint Elements
https://datajoint.com/docs
MIT License
3 stars 17 forks source link

Import pytest fixtures from across workflow repos to reduce ci/cd codebase #59

Open CBroz1 opened 2 years ago

CBroz1 commented 2 years ago

PR datajoint/workflow-array-ephys#50 added pytest fixtures (e.g., lab_csv) from workflow-session. Is there an elegant means of importing these during integration tests to reduce maintenance overhead across the 2 workflows?

kabilar commented 2 years ago

Thanks @CBroz1. Agree that we should figure out how to reduce the codebase. How about we tackle this during our pytest sprint in the spring? And close this issue in the interim?