sbmlsim.test.combine.test_omex

Testing the omex module.

Module Contents

Functions

test_extract(tmp_path, method)

Test extraction of COMBINE archive.

test_locations_by_format_omex(format_key, count, tmp_path)

Test getting locations by format

test_locations_by_format_zip(format_key, count, tmp_path)

Test getting locations by format.

test_locations_by_format_omex2(tmp_path)

Test getting locations.

test_locations_by_format_zip2(tmp_path)

Test getting locations.

test_list_contents(tmp_path)

Test the listing of the contents.

test_str(tmp_path)

Print contents of archive.

Attributes

OMEX_SHOWCASE

sbmlsim.test.combine.test_omex.OMEX_SHOWCASE[source]
sbmlsim.test.combine.test_omex.test_extract(tmp_path, method)[source]

Test extraction of COMBINE archive.

Parameters
  • tmp_path (pathlib.Path) –

  • method (str) –

Return type

None

sbmlsim.test.combine.test_omex.test_locations_by_format_omex(format_key, count, tmp_path)[source]

Test getting locations by format

Parameters
  • format_key (str) –

  • count (int) –

  • tmp_path (pathlib.Path) –

Return type

None

sbmlsim.test.combine.test_omex.test_locations_by_format_zip(format_key, count, tmp_path)[source]

Test getting locations by format.

Parameters
  • format_key (str) –

  • count (int) –

  • tmp_path (pathlib.Path) –

Return type

None

sbmlsim.test.combine.test_omex.test_locations_by_format_omex2(tmp_path)[source]

Test getting locations.

Parameters

tmp_path (pathlib.Path) –

Return type

None

sbmlsim.test.combine.test_omex.test_locations_by_format_zip2(tmp_path)[source]

Test getting locations.

Parameters

tmp_path (pathlib.Path) –

Return type

None

sbmlsim.test.combine.test_omex.test_list_contents(tmp_path)[source]

Test the listing of the contents.

Parameters

tmp_path (pathlib.Path) –

Return type

None

sbmlsim.test.combine.test_omex.test_str(tmp_path)[source]

Print contents of archive.

Parameters

tmp_path (pathlib.Path) –

Return type

None