Skip to content

Releases: JetBrains/teamcity-messages

v1.23

10 Mar 13:41
Compare
Choose a tag to compare
  • Correct supported python versions, description, keywords

v1.22

10 Mar 13:25
Compare
Choose a tag to compare
  • python: dropped Python 2.4, 2.5, 3.2, 3.3 support. Latest version to support them is 1.21
  • python: supported Python 3.6, 3.7
  • behave: initial support
  • unittest: subtests support
  • various unicode fixes
  • nose, unittest: correctly capture stdout to provide better test output
  • twisted: format twisted Failure objects by @jackrobison
  • various test infrastructure fixes by @sambrightman
  • flake8: correctly initialize options by @sambrightman
  • various fixes to use teamcity-messages code in JetBrains PyCharm IDE

v1.21

02 Jan 19:29
Compare
Choose a tag to compare
  • pytest: internal Error during test collection with pytest and teamcity-messages plugin #112
  • nose: support capturing test output from successful tests, #113
  • Fix possible error when joining bytes and unicode (Victor Makarov, https://github.com/vitek)

flake8 3.x support

03 Aug 14:32
Compare
Choose a tag to compare
v1.20

fix tests under 3.5

v1.19

16 Jul 13:54
Compare
Choose a tag to compare

fix flake8 2.6.0 support #103 (Cody Maloney, https://github.com/cmaloney)

v1.18

27 May 14:40
Compare
Choose a tag to compare

v1.17

17 Oct 18:32
Compare
Choose a tag to compare
  • support coverage >= 4.0
  • automatically detect TeamCity in flake8 plugin (Marc Abramowitz, https://github.com/msabramo)
  • more messages support (Marc Abramowitz, https://github.com/msabramo):
    buildProblem, buildStatus, setParameter, importData, enableServiceMessages, disableServiceMessages etc

v1.16

12 Sep 16:36
Compare
Choose a tag to compare
1.16

v1.15

28 Aug 18:32
Compare
Choose a tag to compare
1.15

v1.14

23 May 17:50
Compare
Choose a tag to compare
  • support Python 2.4, 2.5
  • nose: report skip test reason (@lewisc)