carputils
Doxygen code documentation for the python framework controlling openCARP
Functions | Variables
carputils.tests.bundle.test_simple_bundle Namespace Reference

Functions

def test_simple_bundle (monkeypatch, tmp_path)
 Test bundle creation when using the function bundle_include to include external files. 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
 

Function Documentation

◆ test_bundleinclude()

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.

◆ test_simple_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.

Variable Documentation

◆ pytestmark

carputils.tests.bundle.test_simple_bundle.pytestmark = pytest.mark.requires_simulator