issues
search
weiwei
/
junitparser
Parses JUnit/xUnit Result XML files with ease
https://junitparser.readthedocs.io
Other
120
stars
52
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Time parsing is incorrect
#141
asaf-kali
opened
1 week ago
0
AttributeError: 'Failure' object has no attribute 'is_passed'
#140
davidfischer-ch
opened
1 month ago
1
Update testing instructions
#139
DavidSpickett
opened
1 month ago
0
Update sphinx requirement from ~=8.0 to ~=8.1
#138
dependabot[bot]
opened
1 month ago
0
Type-hinting for looping over the xml children
#137
Cube707
opened
1 month ago
0
Add properties to TestCase for the two other result-types
#136
Cube707
opened
1 month ago
0
fix #133 typing
#135
weiwei
closed
3 months ago
0
Calling `junitparser.xunit2.JUnitXml.fromroot` should produce `junitparser.xunit2.TestSuite`
#134
EnricoMi
closed
3 months ago
0
Incorrect type annotation?
#133
dyollb
closed
3 months ago
0
Update sphinx requirement from ~=7.4 to ~=8.0
#132
dependabot[bot]
closed
3 months ago
0
Parsing XML with <failure message="Test failure"> node
#131
ChrisVanBael
opened
4 months ago
1
Update sphinx requirement from ~=7.3 to ~=7.4
#130
dependabot[bot]
closed
4 months ago
0
Update sphinx requirement from ~=7.2 to ~=7.3
#129
dependabot[bot]
closed
7 months ago
0
Fix huge_tree for lxml
#128
jerryzj
closed
8 months ago
4
some more type annotations
#127
weiwei
closed
9 months ago
1
"bulk add" does not work
#126
Stefanhg
closed
9 months ago
2
Exclude TestCase and TestSuite from pytest discovery
#125
kurtsansom
closed
9 months ago
1
pytest generates warning when importing `TestSuite` in test file
#124
kurtsansom
closed
9 months ago
1
JUnit allows only one error per test
#123
nkr0
closed
10 months ago
1
Fix path for RTD sphinx-apidoc pre_build step
#122
cmarqu
closed
10 months ago
5
Add missing api.rst; call sphinx-apidoc in RTD pre-build
#121
cmarqu
closed
11 months ago
7
Fix RTD rendering of inheritance diagram; show API docs
#120
cmarqu
closed
11 months ago
3
Update sphinx requirement from ~=7.0 to ~=7.2
#119
dependabot[bot]
closed
11 months ago
1
Add files now needed for the ReadTheDocs run
#118
cmarqu
closed
11 months ago
2
How to get testcases properties?
#116
nicola-lunghi
opened
1 year ago
9
Junit is parsed wrong
#115
Tattoo
opened
1 year ago
1
Remove unused `future` dependency
#114
me4502
closed
1 year ago
4
Please enable doc PR builds in ReadTheDocs
#113
cmarqu
closed
11 months ago
1
Improve docstrings, add API section to Sphinx
#112
cmarqu
closed
1 year ago
1
Verification fails if root element is <testsuite> and <system-out> presents
#111
Hsilgos
opened
1 year ago
2
merge JUnit XML with TestSuites vs TestSuite as root element should not result in nested.
#110
ZSmallX
opened
1 year ago
1
Convert to pytest
#109
weiwei
closed
1 year ago
1
implement flavors
#108
weiwei
closed
1 year ago
1
update cases
#107
weiwei
closed
1 year ago
1
remove py2 support
#106
weiwei
closed
1 year ago
1
Add @EnricoMi as comaintainer
#105
weiwei
closed
2 years ago
1
Upgrade checkout and setup-python to v3
#104
EnricoMi
closed
2 years ago
2
Rework CI
#103
EnricoMi
closed
1 year ago
3
junitparser.py: Fix removing items with xml.etree
#102
carlescufi
closed
2 years ago
9
junitparser.py: Remove `skipped` attribute from `testsuites` element
#101
carlescufi
closed
1 year ago
14
`testsuites` element does not validate against the xunit2 schema because of the `skipped` attribute
#100
carlescufi
closed
11 months ago
1
`TestCase.result` broken when using `xml.etree` instead of `lxml`
#99
carlescufi
closed
2 years ago
1
Feature Suggestion: Add properties() get method to TestCase class
#98
badminton2022
closed
11 months ago
4
Add types
#97
kasium
closed
11 months ago
2
Junit XML with TestSuites vs TestSuite as root element
#96
guilhem-martin
closed
11 months ago
7
TestCase might not have result
#95
jcmendez-guerrero
closed
11 months ago
1
Add suitename cli arg to merge
#94
yusijs
closed
2 years ago
2
Preserve / add testsuites.name when merging with CLI tool
#93
yusijs
closed
2 years ago
2
Add JUnitXML.fromroot
#92
EnricoMi
closed
2 years ago
2
JUnitXml.fromfile raises OSError if file is not found
#91
mcejp
closed
2 years ago
2
Next