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.
The
odin-data
python utility package has limited unit test coverage, using the obsoletenose
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.