pysys.utilsΒΆ
Utility functions and classes.
These functions are used by the rest of the PySys framework. In some cases you may wish to use these directly,
however always check if there is a wrapper method in pysys.basetest.BaseTest
(or pysys.baserunner.BaseRunner)
that would do the job first, before resorting to these lower-level functions.
Dynamic TCP port allocation. |
|
Comparing (diffing) text file contents. |
|
Regular expression grep matching in text files. |
|
Replacing tokens in a text file. |
|
Unpacking one or more compressed files. |
|
File and directory handling utility functions such as mkdir and deletedir, with enhanced error handling and support for long paths on Windows. |
|
Counting the number of lines in a text file matching a specified regular expression. |
|
Log formatting classes that can be used or customized from the project configuration, including support for colored output on the console. |
|
Miscellanous utilities such as |
|
Old module for performance reporter - deprecated in favour of |
|
Compatibility utilities for older Python versions. |
|
Contains the |
|
Contains the |