toil.test.lib.test_integration

Attributes

logger

Classes

DockstoreLookupTest

Make sure we can look up workflows on Dockstore.

Module Contents

toil.test.lib.test_integration.logger
class toil.test.lib.test_integration.DockstoreLookupTest(methodName='runTest')[source]

Bases: toil.test.ToilTest

Make sure we can look up workflows on Dockstore.

read_result(url_or_path)[source]

Read a file or URL.

Binary mode to allow testing for binary file support.

This lets us test that we have the right workflow contents and not care how we are being shown them.

Parameters:

url_or_path (str)

Return type:

IO[bytes]

test_lookup_from_page_url()[source]
Return type:

None

test_lookup_from_trs()[source]
Return type:

None

test_lookup_from_trs_cached()[source]
Return type:

None

test_lookup_from_trs_with_version()[source]
Return type:

None

test_lookup_from_trs_nonexistent_version()[source]
Return type:

None