-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests - Update test_layer_measurements.py to factory boy setup #158
Comments
And remove the 'old' db setup:
|
Testing I tried this fix at line 158:
Which breaks point measurement tests on date ranges. Looking for ways to cast the cls.MODEL.value as numeric upstream of this, or should we include additional logic to narrow in on this specific case? |
Noting that |
These tests were marked as skipped before the test setup restructure and were marked as such when the DB and API framework were broken up into two repositories. I suggest to simply remove the dependency to |
Change the
api/test_layer_measurements.py
tests to follow the new test infrastructure introduced with PR #156The text was updated successfully, but these errors were encountered: