spiegel-keyman/linux/tools/teamcity_pytestrunner/README.md
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

12 lines
417 B
Markdown

# 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
- <https://www.jetbrains.com/help/teamcity/service-messages.html#Message+FlowId>
- <https://github.com/JetBrains/teamcity-messages>