askap-vast / vast-post-processing

MIT License
0 stars 0 forks source link

Implement Testing #31

Closed hansenjiang closed 1 year ago

hansenjiang commented 1 year ago

Write tests to validate modifications and additions made by various modules. This will ensure everything from top to bottom level is working as intended, and that functionality persists through upgrades to the codebase.

For the time being, rudimentary tests to evaluate expected behaviour (file types, dimensionality, typing, etc.) will be prioritized.

For the time being, the following modules are to have tests implemented.

Other modules, especially those in the cli subpackage, are to be tested in future issues.