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

Functions

def test_standardize_param_str (raw, expected)
 
def test_is_file_param (param_type, expected)
 
def test_is_file_param_none ()
 
def test_get_param_type_mapping (monkeypatch, raw_type, ext, exp_type, exp_multiple, exp_ext)
 
def test_get_param_unknown (monkeypatch)
 
def test_get_param_is_cached (monkeypatch)
 
def test_modify_par_file_makes_paths_relative (monkeypatch, tmp_path)
 

Variables

 parfileadjustment = sys.modules['carputils.bundle.parfileadjustment']
 

Function Documentation

◆ test_get_param_is_cached()

def carputils.tests.bundle.test_parfileadjustment.test_get_param_is_cached (   monkeypatch)

◆ test_get_param_type_mapping()

def carputils.tests.bundle.test_parfileadjustment.test_get_param_type_mapping (   monkeypatch,
  raw_type,
  ext,
  exp_type,
  exp_multiple,
  exp_ext 
)

◆ test_get_param_unknown()

def carputils.tests.bundle.test_parfileadjustment.test_get_param_unknown (   monkeypatch)

◆ test_is_file_param()

def carputils.tests.bundle.test_parfileadjustment.test_is_file_param (   param_type,
  expected 
)

◆ test_is_file_param_none()

def carputils.tests.bundle.test_parfileadjustment.test_is_file_param_none ( )

◆ test_modify_par_file_makes_paths_relative()

def carputils.tests.bundle.test_parfileadjustment.test_modify_par_file_makes_paths_relative (   monkeypatch,
  tmp_path 
)

◆ test_standardize_param_str()

def carputils.tests.bundle.test_parfileadjustment.test_standardize_param_str (   raw,
  expected 
)

Variable Documentation

◆ parfileadjustment

carputils.tests.bundle.test_parfileadjustment.parfileadjustment = sys.modules['carputils.bundle.parfileadjustment']