apis_core.history.tests package
Submodules
apis_core.history.tests.test_simple_history module
- class apis_core.history.tests.test_simple_history.SimpleHistoryTestCase(methodName='runTest')[source]
Bases:
TestCase
Test of the simple_history package using the demo project
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- test_history_merge()[source]
Tests the merge function of the Place model. This is still expected to fail.