summaryrefslogtreecommitdiff
path: root/unit_tests/test_xunit.py
Commit message (Expand)AuthorAgeFilesLines
* Set __qualname__ equal to __name__ on derived classesDmitry Shachnev2016-02-011-0/+1
* test: add test with custom class name prefixJoscha Feth2015-11-291-8/+25
* feat: adds an option that allows prefixing the class name in an xunit reportJoscha Feth2015-11-291-7/+53
* Skip distutils.log test if distutils.log is not available.John Szakmeister2015-11-281-2/+11
* BUG: Tee doesn't have encoding or errors attrs.Prabhu Ramachandran2015-08-271-4/+21
* Fix #692: UnicodeDecodeError in xunit when capturing stdout and stderrJohn Szakmeister2013-08-111-34/+0
* Fix a ResourceWarning in test_xunit.John Szakmeister2013-01-201-1/+2
* Merge pull request #564 from jszakmeister/xunit-capture-stdoutJP2012-10-111-4/+6
|\
| * xunit: capture stdout out into the system-out tagJohn Szakmeister2012-10-021-4/+6
* | test_xunit: Replace an embedded tab with spacesJohn Szakmeister2012-09-291-2/+2
|/
* Fixes Xunit so it represents generator test names correctly (Issue 369)kumar2011-06-171-1/+21
* Attempts to force a binary (string) result in python 3 to fix encoding problemkumar2011-03-271-1/+1
* Xunit plugin now shows test run time in fractions of a second (#317)kumar2011-03-191-9/+18
* Added comment to tests about Issue 395kumar2011-02-021-0/+1
* Allows non-UTF8 values to be safely written to the XUnit/XML reportkumar2011-02-011-0/+24
* More 3.x fixups (Now down to only 5 of 331 tests not passing)Alex Stewart2010-09-011-6/+13
* Updated xunit test for py 2.3 compatibilityjpellerin2010-02-191-1/+6
* Fixed test failure under 2.4jpellerin2010-02-191-33/+33
* prevent the xunit XML from containing invalid control charactersPhilip Jenvey2010-01-211-2/+5
* o mark Skipped tests with <skipped> testcase tags and include the ExceptionPhilip Jenvey2010-01-171-7/+6
* Applied xunit test name fix patch from issue 280. Closes issue 280.jpellerin2009-12-141-23/+23
* Issue 266 : last commit forgot single & double quoting. Also added a few mor...Kumar McMillan2009-05-111-6/+9
* Fixed issue 266 : Xunit plugin had its bracket escapes swapped. oops!Kumar McMillan2009-05-111-1/+1
* A less likely case but fixes early failures and/or successes sent to Xunit wh...Kumar McMillan2009-05-071-0/+42
* In the face of an early error (probably raises in setup()), the Xunit plugin ...Kumar McMillan2009-05-071-0/+25
* Committed PyCon sprint work.Jason Pellerin2009-04-181-0/+205