unittest-xml-reporting icon indicating copy to clipboard operation
unittest-xml-reporting copied to clipboard

unittest-based test runner with Ant/JUnit like XML reporting.

Results 22 unittest-xml-reporting issues
Sort by recently updated
recently updated
newest added

Hi, I wanted to add support for startTestRun and stopTestRun into xmlrunner. We use startTestRun and stopTestRun in our CI tests as we have expensive setup and tear down that...

In the same principle as the PR I sent 2 years ago: https://github.com/xmlrunner/unittest-xml-reporting/pull/214 But this time is to add comments to 'testsuite' XML nodes. * xmlrunner: Expose python test class...

needs_testcase

We have updated our Jenkins build system and currently noticing a difference in the XML output files (using python unittest). New Jenkins: ``` testsuite testcase testcase system-out system-err ``` Old...

When used on a timezone-unaware `datetime`, Python's `datetime.isoformat()` method produces a timestamp without a timezone designator. While this is technically allowed by ISO8601, many ISO8601 parsers expect a timezone designator...

## Reason My current objective is to subclass `unittest.TestCase` to hook the `run()` method such that each test method runs from a `multiprocessing.Process` spawn on Windows 10. The trickiest part...

Just need to add in the failfast argument and pass it through at initialisation

There is no documentation at ReadTheDocs. The documentation has only a single page and is even shorter then the README published at PyPI.

Hi, First off, thank you for this wonderful tool! At my work we've been using it to get [CircleCI's Test Summary feature](https://circleci.com/docs/2.0/collect-test-data/) to display information about our test runs, and...

needs_5_whys

I have an existing Django project with many tests, and which uses `xmlrunner.extra.djangotestrunner.XMLTestRunner` from this project as the test runner. I'm using version 3.0.4 of this library on Python 3.7.4....

I need to customize the attribute in the case For example ```python import unittest import xmlrunner from xmlrunner.result import set_attribute class TestSequenceFunctions(unittest.TestCase): def test_sample(self): set_attribute({"jira": "0001", "case_id": "1001"}) if __name__...

needs_5_whys