spiegel-keyman/linux/tools/teamcity_pytestrunner
Eberhard Beilharz 3d006659f9 chore(linux): clarify that it's a Python test runner
Rename the directory to make it clearer that it's test runner for Python
tests. Addresses code review comments.
2025-06-02 15:20:42 +02:00
..
README.md chore(linux): clarify that it's a Python test runner 2025-06-02 15:20:42 +02:00
unittestpy.py chore(linux): clarify that it's a Python test runner 2025-06-02 15:20:42 +02:00

Teamcity Python Test Runner

This implements an improved version of JetBrains' python unittest runner for Teamcity. It makes the output of the tests indented and collapsible under the test block by specifying a parent flow.

Requires the teamcity-messages package.

References