carputils
Doxygen code documentation for the python framework controlling openCARP
Functions
carputils.tests.test_job Namespace Reference

Functions

def test_exceeds_arg_limit_true_for_huge_arg ()
 
def test_exceeds_arg_limit_false_for_short_cmd ()
 
def test_exceeds_arg_limit_none_when_undeterminable (monkeypatch)
 
def test_process_command_list_quoting (raw, expected)
 
def test_generate_command_list_expands_parfile_include (tmp_path)
 
def test_generate_command_list_writes_parfile_quoting (tmp_path, monkeypatch)
 

Function Documentation

◆ test_exceeds_arg_limit_false_for_short_cmd()

def carputils.tests.test_job.test_exceeds_arg_limit_false_for_short_cmd ( )

◆ test_exceeds_arg_limit_none_when_undeterminable()

def carputils.tests.test_job.test_exceeds_arg_limit_none_when_undeterminable (   monkeypatch)

◆ test_exceeds_arg_limit_true_for_huge_arg()

def carputils.tests.test_job.test_exceeds_arg_limit_true_for_huge_arg ( )

◆ test_generate_command_list_expands_parfile_include()

def carputils.tests.test_job.test_generate_command_list_expands_parfile_include (   tmp_path)

◆ test_generate_command_list_writes_parfile_quoting()

def carputils.tests.test_job.test_generate_command_list_writes_parfile_quoting (   tmp_path,
  monkeypatch 
)

◆ test_process_command_list_quoting()

def carputils.tests.test_job.test_process_command_list_quoting (   raw,
  expected 
)