|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Functions | |
| def | test_simple_bundle (monkeypatch, tmp_path) |
| Test bundle creation when using the function bundle_include to include external files. More... | |
| def | test_bundle_par_paths_relative (monkeypatch, tmp_path) |
| Test that a file path given as a parameter in a .par file is rewritten to a bundle-relative path, and that the referenced file is copied into the bundle. More... | |
| def | test_bundleinclude (monkeypatch, tmp_path) |
| Test bundle creation when using a .bundleinclude file to include files within the bundle. More... | |
Variables | |
| pytestmark = pytest.mark.requires_simulator | |
| def carputils.tests.bundle.test_simple_bundle.test_bundle_par_paths_relative | ( | monkeypatch, | |
| tmp_path | |||
| ) |
Test that a file path given as a parameter in a .par file is rewritten to a bundle-relative path, and that the referenced file is copied into the bundle.
| def carputils.tests.bundle.test_simple_bundle.test_bundleinclude | ( | monkeypatch, | |
| tmp_path | |||
| ) |
Test bundle creation when using a .bundleinclude file to include files within the bundle.
| def carputils.tests.bundle.test_simple_bundle.test_simple_bundle | ( | monkeypatch, | |
| tmp_path | |||
| ) |
Test bundle creation when using the function bundle_include to include external files.
| carputils.tests.bundle.test_simple_bundle.pytestmark = pytest.mark.requires_simulator |