- Twisted's trial support (Alexey Larkov, https://github.com/gmlexx) - nose: fix tests reporting in multiprocess environment, thanks to Lewis Coates, https://github.com/lewisc - Fix UnicodeEncodeError when sys.stdout.encoding is None, thanks to Marc Abramowitz, https://github.com/msabramo
1.14
- support python 2.4, 2.5 - nose: report skip test reason (Lewis Coates, https://github.com/lewisc)
1.13
- report coverage statistics from py.test pytest-cov plugin (Joseph Lombrozo, https://github.com/djeebus) - flake8 support (Joseph Lombrozo, https://github.com/djeebus)
1.12
- unittest: fix 2.6 compat
1.11
- nose: handle errors/failures in teardown/setup - nose: support multiprocess mode - nose: correctly report captured output - unittest: support skipped tests in Python 2.6 (by unittest2) - unittest: support subtests (Python 3.4+)
1.10
- py.test: limit captured stdout/stderr by 1M per test and send it to TeamCity in chunks of 50K chars - py.test: automatically enable TeamCity reporting under TeamCity build - py.test: analyze capture flag of capture plugin and set captureStandardOutput parameter of testStarted accordingly - py.test: report setup failures as a separate test - py.test: report captured stdout/stderr (Aron Curzon, https://github.com/curzona) https://github.com/JetBrains/teamcity-messages/issues/12 - py.test: fix parallel tests reporting https://github.com/JetBrains/teamcity-messages/issues/11