autowisp.tests.test_provenance_resolver module
Class Inheritance Diagram

Unit tests for autowisp.database.provenance_resolver.
- class autowisp.tests.test_provenance_resolver.TestProvenanceResolver(methodName='runTest')[source]
Bases:
AutoWISPTestCase
Unit tests for
get_or_create_observing_session.- test_missing_survey_row_raises()[source]
Resolver raises NoResultFound when a survey row is missing.
Equivalent to the
wisp-survey importstep having been skipped: the matching ORM row simply isn’t there. Use an unknown camera serial to trigger the same failure mode without tearing down the rest of the survey DB.