mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 01:45:32 +00:00
Rename the directory to make it clearer that it's test runner for Python tests. Addresses code review comments.
12 lines
417 B
Markdown
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>
|