summaryrefslogtreecommitdiff
path: root/testing/test_runner.py
AgeCommit message (Expand)Author
2013-10-12fix flakes issues and make --flakes run part of tox runsholger krekel
2013-09-06- fix issue181: --pdb now also works on collect errors. This washolger krekel
2013-09-05show more info if the test failsholger krekel
2013-09-05fix issue169: respect --tb=style with setup/teardown errors as well.holger krekel
2013-02-04py3 fixesholger krekel
2013-01-27ensure OutcomeExceptions like skip/fail have initialized exception attributesRonny Pfannschmidt
2012-09-15fix issue 188 - ensure sys.exc_info on py2 is clear before calling into a testRonny Pfannschmidt
2012-06-24fix problem with unicode in writing failure representations to terminal, than...holger krekel
2012-01-20kwarg support for reports, so xdist can deserialized extended reportsRonny Pfannschmidt
2011-12-28work around an apparent python2.4/python2.5 bug with subprocess.Popen,holger krekel
2011-12-27fix Jenkins test failuresholger krekel
2011-12-02fix issue93 - avoid "delayed" teardowns for distributed testing byholger krekel
2011-11-18fix issue90 - perform teardown after its actual test function/item. This is ...holger krekel
2010-11-24also accept non-pytrace pytest.fail() call in setup/teardown methodsholger krekel
2010-11-23refine unittest support to also work with twisted trial test cases better byholger krekel
2010-11-17streamline docs, especially use "import pytest" and "pytest.*" in python code...holger krekel
2010-11-13fix skip reporting over distributed testing. if we have a "skip" reportholger krekel
2010-11-13also un-nest test directoryholger krekel