pysys.writerΒΆ
Writers are configurable plugins responsible for summarising test results or processing test output as each test completes, or at the end when all tests has completed.
API for creating new writers. |
|
Writers for recording test results to Continuous Integration providers. |
|
Writers that record test outcomes on the console (stdout) when running PySys. |
|
Writers that collect and report on code coverage data. |
|
Writers that record test outcomes to a variety of file formats. |
|
Writers that process the contents of test output directories by archiving or collecting output files. |