summaryrefslogtreecommitdiff
path: root/testing/test_doctest.py
AgeCommit message (Collapse)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
instead only the last test is shown, this could use some further enhancement
2013-03-21rename `get_fixture` to `getfixture` to better match the current API styleAndreas Zeidler
--HG-- branch : doctest-fixtures
2013-03-21remove debugging left-oversAndreas Zeidler
--HG-- branch : doctest-fixtures
2013-03-20also provide `get_fixture` helper for module level doctestsAndreas Zeidler
--HG-- branch : doctest-fixtures
2013-03-20test `get_fixture` helper for doctestsAndreas Zeidler
--HG-- branch : doctest-fixtures
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
unexpected exceptions are now reported within the doctest failure representation context.
2010-11-17streamline docs, especially use "import pytest" and "pytest.*" in python ↵holger krekel
code examples instead of "import py" and "py.test.*".
2010-11-17run doctests in .txt/.rst files directly specified on command line ↵holger krekel
irrespective of "test*.txt" pattern.
2010-11-13also un-nest test directoryholger krekel