lsst.dax.apdb gbebdf9febd+5aaa5b91df
|
Public Member Functions | |
ApdbConfig | make_config (self, **Any kwargs) |
None | test_schema_add_history (self) |
Static Public Attributes | |
visit_time = DateTime("2021-01-01T00:00:00", DateTime.TAI) | |
Base class for unit tests that verify how schema changes work.
ApdbConfig lsst.dax.apdb.tests._apdb.ApdbSchemaUpdateTest.make_config | ( | self, | |
**Any | kwargs | ||
) |
Make config class instance used in all tests. This method should return configuration that point to the identical database instance on each call (i.e. ``db_url`` must be the same, which also means for sqlite it has to use on-disk storage).
None lsst.dax.apdb.tests._apdb.ApdbSchemaUpdateTest.test_schema_add_history | ( | self | ) |
Check that new code can work with old schema without history tables.