Commit cf825ad
authored
π Release v1.4.0 (#138)
## Release v1.4.0
Bumps the version (`pyproject.toml`, `docs/conf.py`, `test_reports.py`)
and adds
the 1.4.0 changelog for everything merged since 1.3.2.
**Highlights**
- Feature (#135): map JUnit XML `<properties>` to Sphinx-Needs
fields/links.
- Sphinx-Needs 8 support (#133): fields registered via the new
`add_field` API.
- Bugfix (#133): `file`, `suite`, `case`, `case_name`, `case_parameter`
and
`classname` are now registered with a typed schema β default to `None` β
stripped before schema validation, fixing false-positive
`Unevaluated properties are not allowed` warnings under
`unevaluatedProperties: false`. Released 1.3.2 registered them untyped
(default `""`), which leaked.
- Bugfix (#134): JUnit `<error>` test cases were misclassified as
`passed`; now
handled correctly in `parse_testcase()`.
- Testing (#130, #137): run against Sphinx-Needs 6.3.0; regression test
that a
strict schema ignores unpopulated Sphinx-Test-Reports fields.
- Docs (#136, #139): clarify Sphinx-Needs type names vs. the hyphenated
directives; note that numeric `cases` filtering requires Sphinx-Needs >=
6.1 parent c160dcc commit cf825ad
4 files changed
Lines changed: 43 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
10 | 49 | | |
11 | 50 | | |
12 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments