odin-detector / odin-data

DAQ software libraries for capturing and storing data from parallel detector systems
https://odin-detector.github.io/odin-data/
Apache License 2.0
8 stars 10 forks source link

Add odin-data python unit tests to CI workflow #277

Closed timcnicholls closed 1 year ago

timcnicholls commented 3 years ago

The odin-data python utility package has limited unit test coverage, using the obsolete nose test framework, that were never run as part of the travis CI jobs. With the migration to Github Actions for CI, it becomes more natural to run multi-language CI workflows. The odin-data unit tests should be migrated to pytest (+tox matrix testing) and integrated into the CI jobs.