toil.test.lib.test_history

Attributes

logger

Classes

TestHistory

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:
Return type:

collections.abc.Generator[None]

make_fake_workflow(workflow_id)
Parameters:

workflow_id (str)

Return type:

None

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