Unit and system tests for flywheel
flywheel.tests.
DynamoSystemTest
Bases: unittest.case.TestCase
unittest.case.TestCase
Base class for tests that need an Engine
Engine
dynamo
models
setUpClass
Hook method for setting up class fixture before running tests in the class.
tearDown
Hook method for deconstructing the test fixture after testing it.
tearDownClass
Hook method for deconstructing the class fixture after running all tests in the class.