Better-HPC / keystone-api

Allocation management API for HPC systems.
0 stars 0 forks source link

Add unit tests for the allocation module #391

Closed djperrefort closed 3 weeks ago

djperrefort commented 3 weeks ago

Adds unittest coverage for everything except the permissions module (which do not receive unit testing) and the tasks module.

The tasks module will require some refactoring to improve testibility, so I'm leaving that for a follow up PR.

Opening as a draft, but still need to reduce some code duplication in the testing setup before this is ready to merge.