eliu1217 / assignment4-albumentations

Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation: https://albumentations.ai/docs/ Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
https://albumentations.ai
MIT License
0 stars 0 forks source link

Improve branch coverage #5

Closed danielwis closed 1 year ago

danielwis commented 1 year ago

From the assignment PDF:

Each group member writes at least two new tests that improve coverage, as evidenced by the coverage tool. All tests have at least one meaningful assertion (other than “assert(true)” or equivalent).

In short, we need to find what's not been tested and test it ourselves. This includes answering the questions in the Overleaf document. Any PRs for added tests ought to reference this issue for easier tracking.