Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
test-lz4-list Namespace Reference

Data Structures

class  NVerboseFileInfo
 
class  TestNonVerbose
 
class  TestVerbose
 
class  VerboseFileInfo
 

Functions

 to_human (size)
 
 log (text)
 
 errout (text, err=1)
 
 execute (command, print_command=True, print_output=False, print_error=True)
 
 cleanup (silent=False)
 
 datagen (file_name, size)
 
 generate_files ()
 

Variables

list SIZES = [3, 11]
 
int MIB = 1048576
 
 LZ4 = os.path.abspath(os.path.dirname(os.path.realpath(__file__)) + "/../lz4")
 
 TEMP = tempfile.gettempdir()
 
 ret = unittest.main(verbosity=2, exit=False)
 
 silent
 

Function Documentation

◆ cleanup()

cleanup ( silent = False)

◆ datagen()

datagen ( file_name,
size )

◆ errout()

errout ( text,
err = 1 )

◆ execute()

execute ( command,
print_command = True,
print_output = False,
print_error = True )

◆ generate_files()

generate_files ( )

◆ log()

log ( text)

◆ to_human()

to_human ( size)

Variable Documentation

◆ LZ4

LZ4 = os.path.abspath(os.path.dirname(os.path.realpath(__file__)) + "/../lz4")

◆ MIB

int MIB = 1048576

◆ ret

ret = unittest.main(verbosity=2, exit=False)

◆ silent

silent

◆ SIZES

list SIZES = [3, 11]

◆ TEMP

TEMP = tempfile.gettempdir()