![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Public Member Functions | |
None | __init__ (self, typing.Dict[str, str] env, typing.Optional[int] timeout, bool verbose, bool preserve, str scratch_dir, str test_dir, bool set_exact_output) |
None | __init__ (self, typing.Dict[str, str] env, typing.Optional[int] timeout, bool verbose, bool preserve, str scratch_dir, str test_dir, bool set_exact_output) |
Data Fields | |
env = env | |
timeout = timeout | |
verbose = verbose | |
preserve = preserve | |
scratch_dir = scratch_dir | |
test_dir = test_dir | |
set_exact_output = set_exact_output | |
Options configuring how to run a :TestCase:.
None __init__ | ( | self, | |
typing.Dict[str, str] | env, | ||
typing.Optional[int] | timeout, | ||
bool | verbose, | ||
bool | preserve, | ||
str | scratch_dir, | ||
str | test_dir, | ||
bool | set_exact_output ) |
None __init__ | ( | self, | |
typing.Dict[str, str] | env, | ||
typing.Optional[int] | timeout, | ||
bool | verbose, | ||
bool | preserve, | ||
str | scratch_dir, | ||
str | test_dir, | ||
bool | set_exact_output ) |
env = env |
preserve = preserve |
scratch_dir = scratch_dir |
set_exact_output = set_exact_output |
test_dir = test_dir |
timeout = timeout |
verbose = verbose |