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.

pysys.writer.api

API for creating new writers.

pysys.writer.ci

Writers for recording test results to Continuous Integration providers.

pysys.writer.console

Writers that record test outcomes on the console (stdout) when running PySys.

pysys.writer.coverage

Writers that collect and report on code coverage data.

pysys.writer.outcomes

Writers that record test outcomes to a variety of file formats.

pysys.writer.testoutput

Writers that process the contents of test output directories by archiving or collecting output files.