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

Functions

def test_igb_rejects_gzip_output (tmp_path)
 
def test_txt_rejects_gzip_output (tmp_path, suffix)
 
def test_igb_still_reads_gzip_input (tmp_path)
 
def test_copy_reference_does_not_create_gzip_output (tmp_path)
 
def test_copy_reference_can_decompress_existing_input (tmp_path)
 

Function Documentation

◆ test_copy_reference_can_decompress_existing_input()

def carputils.tests.test_gzip_io.test_copy_reference_can_decompress_existing_input (   tmp_path)

◆ test_copy_reference_does_not_create_gzip_output()

def carputils.tests.test_gzip_io.test_copy_reference_does_not_create_gzip_output (   tmp_path)

◆ test_igb_rejects_gzip_output()

def carputils.tests.test_gzip_io.test_igb_rejects_gzip_output (   tmp_path)

◆ test_igb_still_reads_gzip_input()

def carputils.tests.test_gzip_io.test_igb_still_reads_gzip_input (   tmp_path)

◆ test_txt_rejects_gzip_output()

def carputils.tests.test_gzip_io.test_txt_rejects_gzip_output (   tmp_path,
  suffix 
)