|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 1.0.4 (11th October 2023) |
| 4 | + |
| 5 | +* Support for Python 3.12 |
| 6 | + |
3 | 7 | ## 1.0.3 (20th October 2022)
|
4 | 8 |
|
5 | 9 | * Fixes bug when used with xdist extension by @tonybaloney in https://github.com/pytest-dev/pytest-nunit/pull/66
|
|
13 | 17 |
|
14 | 18 | ## 1.0.1 (26th July 2022)
|
15 | 19 |
|
16 |
| -- Fixes a bug where the report would be empty when pytest-xdist is used [#40](https://github.com/pytest-dev/pytest-nunit/issues/40) |
| 20 | +* Fixes a bug where the report would be empty when pytest-xdist is used [#40](https://github.com/pytest-dev/pytest-nunit/issues/40) |
17 | 21 |
|
18 | 22 | ## 1.0.0 (16th March 2022)
|
19 | 23 |
|
20 |
| -- Initial stable v1 release |
| 24 | +* Initial stable v1 release |
21 | 25 |
|
22 | 26 | ## 0.6.0 (4th August 2020)
|
23 | 27 |
|
24 |
| -- fix unicode escapes in cdata (#39) |
25 |
| -- fix start/stop time calculation (#42) |
26 |
| -- dropping support for python3.4 (#45) |
27 |
| -- dropping support for old xdist versions (#44) |
| 28 | +* fix unicode escapes in cdata (#39) |
| 29 | +* fix start/stop time calculation (#42) |
| 30 | +* dropping support for python3.4 (#45) |
| 31 | +* dropping support for old xdist versions (#44) |
28 | 32 |
|
29 | 33 | ## 0.5.3 (15th April 2020)
|
30 | 34 |
|
31 |
| -- Bugfix - Fix time taken for tests under certain scenarios causing crash on pytest_sessionfinish |
| 35 | +* Bugfix - Fix time taken for tests under certain scenarios causing crash on pytest_sessionfinish |
32 | 36 |
|
33 | 37 | ## 0.5.2 (30th August 2019)
|
34 | 38 |
|
35 |
| -- Bugfix - Escape tabbed unicode characters from stdout feed from being in CDATA output |
| 39 | +* Bugfix - Escape tabbed unicode characters from stdout feed from being in CDATA output |
36 | 40 |
|
37 | 41 | ## 0.5.1 (30th August 2019)
|
38 | 42 |
|
39 |
| -- Bugfix - Fixed cause of crash for tests that could be discovered but never executed |
| 43 | +* Bugfix - Fixed cause of crash for tests that could be discovered but never executed |
40 | 44 |
|
41 | 45 | ## 0.5.0 (30th August 2019)
|
42 | 46 |
|
43 |
| -- Docstrings of nodes (functions) are set as the label for TestCase elements (contribution by @mikeattara) |
44 |
| -- Pytest -k keyword filters are added to the test run filter element under ``name``. |
45 |
| -- Pytest -m marker filters are added to the test run filter element under ``namespace``. |
46 |
| -- Any path filters are added to the test run filter element under ``test``. |
47 |
| -- Each Python module containing tests is now a separate ``test-suite`` element, instead of having one large suite |
48 |
| -- Docstrings of modules are set as the label for TestSuite elements |
| 47 | +* Docstrings of nodes (functions) are set as the label for TestCase elements (contribution by @mikeattara) |
| 48 | +* Pytest -k keyword filters are added to the test run filter element under ``name``. |
| 49 | +* Pytest -m marker filters are added to the test run filter element under ``namespace``. |
| 50 | +* Any path filters are added to the test run filter element under ``test``. |
| 51 | +* Each Python module containing tests is now a separate ``test-suite`` element, instead of having one large suite |
| 52 | +* Docstrings of modules are set as the label for TestSuite elements |
49 | 53 |
|
50 | 54 | ## 0.4.0 (28th August 2019)
|
51 | 55 |
|
52 |
| -- Added user domain (contribution by @williano) |
53 |
| -- Added tests and help for xdist execution (contribution by @mei-li) |
54 |
| -- Dynamically use the keyword list when generating schema to avoid reserved word collision (contribution by @gerhardtdatsomor) |
55 |
| -- Add method names, classnames and module names to output (contribution by @adekanyetomie) |
56 |
| -- Added locale and uiculture properties to runtime output (contribution by @terrameijar) |
57 |
| -- Added ``nunit_attach_on`` INI option to control when attachments are included in test cases. |
| 56 | +* Added user domain (contribution by @williano) |
| 57 | +* Added tests and help for xdist execution (contribution by @mei-li) |
| 58 | +* Dynamically use the keyword list when generating schema to avoid reserved word collision (contribution by @gerhardtdatsomor) |
| 59 | +* Add method names, classnames and module names to output (contribution by @adekanyetomie) |
| 60 | +* Added locale and uiculture properties to runtime output (contribution by @terrameijar) |
| 61 | +* Added ``nunit_attach_on`` INI option to control when attachments are included in test cases. |
58 | 62 |
|
59 | 63 | ## 0.3.0 (15th July 2019)
|
60 | 64 |
|
61 |
| -- Added ``--nunit-prefix`` option. |
| 65 | +* Added ``--nunit-prefix`` option. |
62 | 66 |
|
63 | 67 | ## 0.2.1 (15th July 2019)
|
64 | 68 |
|
65 |
| -- First stable release |
| 69 | +* First stable release |
0 commit comments