toil.test.lib.test_history¶
Attributes¶
Classes¶
Tests for Toil history tracking. |
Module Contents¶
- toil.test.lib.test_history.logger¶
- class toil.test.lib.test_history.HistoryTest(methodName='runTest')[source]¶
Bases:
toil.test.ToilTestTests for Toil history tracking.
Each test gets its own history database.
- setUp()[source]¶
Hook method for setting up the test fixture before exercising it.
- Return type:
None
- tearDown()[source]¶
Hook method for deconstructing the test fixture after testing it.
- Return type:
None