Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / weiwei/junitparser issues and pull requests
#140 - AttributeError: 'Failure' object has no attribute 'is_passed'
Issue -
State: open - Opened by davidfischer-ch about 1 month ago
#139 - Update testing instructions
Pull Request -
State: open - Opened by DavidSpickett about 1 month ago
#138 - Update sphinx requirement from ~=8.0 to ~=8.1
Pull Request -
State: open - Opened by dependabot[bot] about 1 month ago
Labels: dependencies
#137 - Type-hinting for looping over the xml children
Pull Request -
State: open - Opened by Cube707 about 1 month ago
#136 - Add properties to TestCase for the two other result-types
Pull Request -
State: open - Opened by Cube707 about 1 month ago
#135 - fix #133 typing
Pull Request -
State: closed - Opened by weiwei 3 months ago
#134 - Calling `junitparser.xunit2.JUnitXml.fromroot` should produce `junitparser.xunit2.TestSuite`
Pull Request -
State: closed - Opened by EnricoMi 3 months ago
#133 - Incorrect type annotation?
Issue -
State: closed - Opened by dyollb 3 months ago
Labels: bug
#132 - Update sphinx requirement from ~=7.4 to ~=8.0
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
Labels: dependencies
#131 - Parsing XML with <failure message="Test failure"> node
Issue -
State: open - Opened by ChrisVanBael 4 months ago
- 1 comment
#130 - Update sphinx requirement from ~=7.3 to ~=7.4
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
Labels: dependencies
#129 - Update sphinx requirement from ~=7.2 to ~=7.3
Pull Request -
State: closed - Opened by dependabot[bot] 7 months ago
Labels: dependencies
#128 - Fix huge_tree for lxml
Pull Request -
State: closed - Opened by jerryzj 8 months ago
- 4 comments
#127 - some more type annotations
Pull Request -
State: closed - Opened by weiwei 9 months ago
- 1 comment
#126 - "bulk add" does not work
Issue -
State: closed - Opened by Stefanhg 9 months ago
- 2 comments
#125 - Exclude TestCase and TestSuite from pytest discovery
Pull Request -
State: closed - Opened by kurtsansom 9 months ago
- 1 comment
#124 - pytest generates warning when importing `TestSuite` in test file
Issue -
State: closed - Opened by kurtsansom 9 months ago
- 1 comment
#123 - JUnit allows only one error per test
Issue -
State: closed - Opened by nkr0 11 months ago
- 1 comment
#122 - Fix path for RTD sphinx-apidoc pre_build step
Pull Request -
State: closed - Opened by cmarqu 11 months ago
- 5 comments
#121 - Add missing api.rst; call sphinx-apidoc in RTD pre-build
Pull Request -
State: closed - Opened by cmarqu 11 months ago
- 7 comments
#120 - Fix RTD rendering of inheritance diagram; show API docs
Pull Request -
State: closed - Opened by cmarqu 11 months ago
- 3 comments
#119 - Update sphinx requirement from ~=7.0 to ~=7.2
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
- 1 comment
Labels: dependencies
#118 - Add files now needed for the ReadTheDocs run
Pull Request -
State: closed - Opened by cmarqu 12 months ago
- 2 comments
#116 - How to get testcases properties?
Issue -
State: open - Opened by nicola-lunghi about 1 year ago
- 9 comments
#115 - Junit is parsed wrong
Issue -
State: open - Opened by Tattoo about 1 year ago
- 1 comment
#114 - Remove unused `future` dependency
Pull Request -
State: closed - Opened by me4502 about 1 year ago
- 4 comments
#113 - Please enable doc PR builds in ReadTheDocs
Issue -
State: closed - Opened by cmarqu about 1 year ago
- 1 comment
#112 - Improve docstrings, add API section to Sphinx
Pull Request -
State: closed - Opened by cmarqu about 1 year ago
- 1 comment
#111 - Verification fails if root element is <testsuite> and <system-out> presents
Issue -
State: open - Opened by Hsilgos over 1 year ago
#110 - merge JUnit XML with TestSuites vs TestSuite as root element should not result in nested.
Issue -
State: open - Opened by ZSmallX over 1 year ago
- 1 comment
#109 - Convert to pytest
Pull Request -
State: closed - Opened by weiwei over 1 year ago
- 1 comment
#108 - implement flavors
Pull Request -
State: closed - Opened by weiwei over 1 year ago
- 1 comment
#107 - update cases
Pull Request -
State: closed - Opened by weiwei over 1 year ago
- 1 comment
#106 - remove py2 support
Pull Request -
State: closed - Opened by weiwei over 1 year ago
- 1 comment
#105 - Add @EnricoMi as comaintainer
Issue -
State: closed - Opened by weiwei almost 2 years ago
- 1 comment
#104 - Upgrade checkout and setup-python to v3
Pull Request -
State: closed - Opened by EnricoMi about 2 years ago
- 2 comments
#103 - Rework CI
Pull Request -
State: closed - Opened by EnricoMi about 2 years ago
- 3 comments
#102 - junitparser.py: Fix removing items with xml.etree
Pull Request -
State: closed - Opened by carlescufi about 2 years ago
- 9 comments
#101 - junitparser.py: Remove `skipped` attribute from `testsuites` element
Pull Request -
State: closed - Opened by carlescufi about 2 years ago
- 14 comments
#100 - `testsuites` element does not validate against the xunit2 schema because of the `skipped` attribute
Issue -
State: closed - Opened by carlescufi about 2 years ago
- 1 comment
#99 - `TestCase.result` broken when using `xml.etree` instead of `lxml`
Issue -
State: closed - Opened by carlescufi about 2 years ago
- 1 comment
#98 - Feature Suggestion: Add properties() get method to TestCase class
Issue -
State: closed - Opened by badminton2022 about 2 years ago
- 4 comments
#97 - Add types
Issue -
State: closed - Opened by kasium about 2 years ago
- 2 comments
Labels: enhancement
#96 - Junit XML with TestSuites vs TestSuite as root element
Issue -
State: closed - Opened by guilhem-martin about 2 years ago
- 7 comments
#95 - TestCase might not have result
Issue -
State: closed - Opened by jcmendez-guerrero about 2 years ago
- 1 comment
#94 - Add suitename cli arg to merge
Pull Request -
State: closed - Opened by yusijs over 2 years ago
- 2 comments
#93 - Preserve / add testsuites.name when merging with CLI tool
Issue -
State: closed - Opened by yusijs over 2 years ago
- 2 comments
#92 - Add JUnitXML.fromroot
Pull Request -
State: closed - Opened by EnricoMi over 2 years ago
- 2 comments
#91 - JUnitXml.fromfile raises OSError if file is not found
Issue -
State: closed - Opened by mcejp over 2 years ago
- 2 comments
#90 - Add compare CLI command
Pull Request -
State: closed - Opened by teake over 2 years ago
- 3 comments
#89 - Add verify CLI command
Pull Request -
State: closed - Opened by teake over 2 years ago
- 1 comment
#88 - feat: Bulk add cases to suite
Pull Request -
State: closed - Opened by Goblenus over 2 years ago
- 4 comments
#87 - Writing to Element textcontent
Issue -
State: closed - Opened by matlerbru over 2 years ago
- 2 comments
#86 - pythonic way to create dict
Issue -
State: closed - Opened by blackliner over 2 years ago
- 8 comments
#85 - `append` not working for custom Elements
Issue -
State: closed - Opened by ni-dschiller over 2 years ago
- 1 comment
#84 - fix: build-backend set to legacy
Pull Request -
State: closed - Opened by weiwei almost 3 years ago
- 3 comments
#83 - Error installing without binary packages
Issue -
State: closed - Opened by atodorov almost 3 years ago
- 3 comments
#82 - Fix typo in README
Pull Request -
State: closed - Opened by markgras almost 3 years ago
- 1 comment
#81 - Add pyproject.toml
Pull Request -
State: closed - Opened by markgras almost 3 years ago
- 2 comments
#80 - Project is not PEP 517 compliant
Issue -
State: closed - Opened by markgras almost 3 years ago
- 1 comment
#79 - Add tests of the CLI
Issue -
State: open - Opened by petterssonandreas almost 3 years ago
- 1 comment
Labels: enhancement
#78 - merge is broken after typo fix
Issue -
State: closed - Opened by petterssonandreas almost 3 years ago
- 3 comments
#77 - Fix typo in cli merge
Pull Request -
State: closed - Opened by petterssonandreas almost 3 years ago
#76 - Fix typo in to_concole parameters
Pull Request -
State: closed - Opened by markgras almost 3 years ago
- 2 comments
#75 - Remove unnecessary list comprehensions
Pull Request -
State: closed - Opened by markgras almost 3 years ago
- 2 comments
#74 - Typo in to_concole parameters
Issue -
State: closed - Opened by markgras almost 3 years ago
- 3 comments
#73 - Unclosed file object in setup.py
Issue -
State: closed - Opened by markgras almost 3 years ago
- 1 comment
#72 - Fix representation of time precision
Pull Request -
State: closed - Opened by bryan-hunt almost 3 years ago
- 6 comments
#71 - Why does junitparser.Attr HTML escape its value on read
Issue -
State: closed - Opened by EnricoMi about 3 years ago
- 3 comments
#70 - Add support for "blocked" state
Issue -
State: closed - Opened by okainov over 3 years ago
- 3 comments
#69 - support disabled test cases
Issue -
State: closed - Opened by igagis over 3 years ago
- 1 comment
#68 - New package 2.1.0 is broken
Issue -
State: closed - Opened by oren-nonamesecurity over 3 years ago
- 1 comment
#67 - Parsing large xml file causes "lxml.etree.XMLSyntaxError: internal error: Huge input lookup"
Issue -
State: closed - Opened by bingwei over 3 years ago
- 1 comment
#66 - Support testcase tags inside testcase tags
Pull Request -
State: closed - Opened by EnricoMi over 3 years ago
- 1 comment
#65 - Remove locale sensitivity when parsing numbers, simplifies #58
Pull Request -
State: closed - Opened by EnricoMi over 3 years ago
- 2 comments
#64 - Xml numbers parsed with system locale
Issue -
State: closed - Opened by EnricoMi over 3 years ago
- 4 comments
#63 - system-out tag and system-err tag should be child of testsuite tag?
Issue -
State: closed - Opened by ZSmallX over 3 years ago
- 1 comment
#62 - Add support for `junitparser merge` to print to `stdout`
Issue -
State: closed - Opened by augfab almost 4 years ago
- 3 comments
#61 - Conversion of suite.time changed by multiplication of 1000
Issue -
State: closed - Opened by marincandenza almost 4 years ago
- 3 comments
#60 - Parse errors with basic Jenkins results
Issue -
State: closed - Opened by inorton almost 4 years ago
- 4 comments
#59 - Support rare Eclipse/JUnit 3 <testrun> ?
Issue -
State: closed - Opened by inorton almost 4 years ago
- 2 comments
#58 - fix parsing localized float strings
Pull Request -
State: closed - Opened by ppalucha almost 4 years ago
- 3 comments
#57 - major refactor based on junit 5 format
Pull Request -
State: closed - Opened by weiwei almost 4 years ago
- 1 comment
#56 - Documentation typo
Issue -
State: closed - Opened by quackenbush almost 4 years ago
- 1 comment
#55 - fix: multiple results won't crash the parser
Pull Request -
State: closed - Opened by weiwei almost 4 years ago
- 1 comment
#54 - Failure to parse xUnit2
Issue -
State: closed - Opened by yoram-s almost 4 years ago
- 5 comments
Labels: enhancement
#53 - JUnitXML.fromString() doesn't properly handle xml file without testsuites tag
Issue -
State: closed - Opened by aldosuwandi almost 4 years ago
- 1 comment
#52 - bump version
Pull Request -
State: closed - Opened by weiwei about 4 years ago
#51 - exclude tests from package
Pull Request -
State: closed - Opened by jakub-polak about 4 years ago
- 1 comment
#50 - Exclude tests from package
Issue -
State: closed - Opened by jakub-polak about 4 years ago
- 1 comment
#49 - Supports custom lxml parser
Pull Request -
State: closed - Opened by weiwei about 4 years ago
#48 - fix: #47 merge gives wrong result
Pull Request -
State: closed - Opened by weiwei about 4 years ago
#47 - CLI `merge` output changed between version 1.4.2 and 1.5.0
Issue -
State: closed - Opened by olmokramer about 4 years ago
- 2 comments
#46 - Add option to pass huge_tree to XMLParser when using lxml
Pull Request -
State: closed - Opened by cwieken about 4 years ago
- 2 comments
#45 - Commands merge glob
Pull Request -
State: closed - Opened by jkowalleck about 4 years ago
- 1 comment
#44 - made junitparser a callable module
Pull Request -
State: closed - Opened by jkowalleck about 4 years ago
#43 - junitparser -v outputs the version of argparse, not junitparser
Issue -
State: closed - Opened by serhiy-storchaka about 4 years ago
- 1 comment
#42 - CI config change
Pull Request -
State: closed - Opened by jianziqin over 4 years ago
- 2 comments
#41 - revert more code
Pull Request -
State: closed - Opened by weiwei over 4 years ago
- 1 comment
#40 - Revert "Adds properties functionality in TestCase"
Pull Request -
State: closed - Opened by weiwei over 4 years ago