summaryrefslogtreecommitdiff
path: root/testing/test_doctest.py
AgeCommit message (Expand)Author
2013-10-12fix flakes issues and make --flakes run part of tox runsholger krekel
2013-09-28introduce pluginmanager.ensure_teardown() which allowsholger krekel
2013-09-06xfail some tests for doctest support if pdbpp is installedholger krekel
2013-05-17zero to many doctests from module instead of oneDanilo de Jesus da Silva Bellini
2013-03-24fix Issue 274 - dont fail when doctest does not know the example locationRonny Pfannschmidt
2013-03-21rename `get_fixture` to `getfixture` to better match the current API styleAndreas Zeidler
2013-03-21remove debugging left-oversAndreas Zeidler
2013-03-20also provide `get_fixture` helper for module level doctestsAndreas Zeidler
2013-03-20test `get_fixture` helper for doctestsAndreas Zeidler
2011-05-29fix a buffering issue that i think/hope only occurs during internal testsholger krekel
2011-05-28fix issue43 - better tracebacks for unexpected exceptions in doctestsholger krekel
2010-12-06fix issue7 - assert failure inside doctest doesn't prettyprintholger krekel
2010-11-17streamline docs, especially use "import pytest" and "pytest.*" in python code...holger krekel
2010-11-17run doctests in .txt/.rst files directly specified on command line irrespecti...holger krekel
2010-11-13also un-nest test directoryholger krekel