Add integration tests for new measure endpoint

This commit is contained in:
Matt Gerega
2024-03-27 15:44:54 -04:00
parent 3ea4937f24
commit 19c414da4b
4 changed files with 125 additions and 9 deletions

View File

@@ -11,3 +11,7 @@ class ItemDeleteError(Exception):
class ItemCreateError(Exception):
pass
class SpoolMeasureError(Exception):
pass