gliff-ai / annotate

gliff.ai ANNOTATE – a user-friendly browser interface for annotating multidimensional images for machine learning development
https://gliff.ai
GNU Affero General Public License v3.0
2 stars 0 forks source link

Make testAudit an actual test #163

Closed philipjackson closed 2 years ago

philipjackson commented 3 years ago

Is your feature request related to a problem? Please describe.

testAudit is currently a method in the Annotations class, which is pretty weird. Should really be an automated test.

Describe the solution you'd like

Would be cool to write a test that calls Annotations methods at random and then runs testAudit, that way we'll eventually catch all the weird edge cases.

ChasNelson1990 commented 2 years ago

duplicate of gliff-ai/audit#49