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.TestHistory¶
Tests for Toil history tracking.
Each test gets its own history database.
- private_history_manager(tmp_path, monkeypatch)¶
- Parameters:
tmp_path (pathlib.Path)
monkeypatch (pytest.MonkeyPatch)
- Return type:
- test_history_submittable_detection()¶
Make sure that a submittable workflow shows up as such before submission and doesn’t afterward.
- Return type:
None
- test_history_deletion()¶
- Return type:
None
- test_history_size_limit()¶
Make sure the database size can be controlled.
- Return type:
None