flywheel.tests module

Unit and system tests for flywheel

class flywheel.tests.DynamoSystemTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

Base class for tests that need an Engine

dynamo = None[source]
models = [][source]
classmethod setUpClass()[source]

Hook method for setting up class fixture before running tests in the class.

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

classmethod tearDownClass()[source]

Hook method for deconstructing the class fixture after running all tests in the class.