File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.2 (19th October 2022)
4+
5+ * Don't assert that call-report exists before checking value of attribute by @tonybaloney in https://github.com/pytest-dev/pytest-nunit/pull/63
6+ * Fix crash when ExceptionReprGroup is set for trace in test case by @gh-ppolk in https://github.com/pytest-dev/pytest-nunit/pull/65
7+ * [ minor] Add xmlschema dev dependency by @tonybaloney in https://github.com/pytest-dev/pytest-nunit/pull/62
8+ * [ minor] Add plugin coverage by @tonybaloney in https://github.com/pytest-dev/pytest-nunit/pull/64
9+
310## 1.0.1 (26th July 2022)
411
512- Fixes a bug where the report would be empty when pytest-xdist is used [ #40 ] ( https://github.com/pytest-dev/pytest-nunit/issues/40 )
Original file line number Diff line number Diff line change 1- __version__ = "1.0.1 "
1+ __version__ = "1.0.2 "
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def getversion():
1616 if 'BUILD_VERSION' in os .environ :
1717 return os .environ ['BUILD_VERSION' ]
1818 else :
19- return "1.0.1 "
19+ return "1.0.2 "
2020
2121
2222setup (
You can’t perform that action at this time.
0 commit comments