seriesmarker.test.database.base.memory_db_test_case module

class MemoryDBTestCase(methodName='runTest')[source]

Bases: seriesmarker.test.database.base.db_test_case.DBTestCase

Base class for non-persistent database testing in memory.

Note

Make sure to import the models used in the derived test, so the database tables can be created by Base.metadata.

setUp()[source]
tearDown()[source]