holger krekel
|
8c508612ec
|
with pypy this tests leaks one FD but it's probably a residual effect of the testing machinery and Pypy's lazy GC.
|
2014-07-14 09:17:04 +02:00 |
holger krekel
|
c0dd7c5975
|
fix issue275 - allow usefixtures and autouse fixtures
for running doctest text files.
|
2013-11-22 15:35:20 +01:00 |
holger krekel
|
8ac5af2896
|
fix flakes issues and make --flakes run part of tox runs
|
2013-10-12 15:39:22 +02:00 |
holger krekel
|
a930f44e60
|
introduce pluginmanager.ensure_teardown() which allows
|
2013-09-28 22:23:00 +02:00 |
holger krekel
|
8360c1e687
|
xfail some tests for doctest support if pdbpp is installed
|
2013-09-06 10:07:06 +02:00 |
Danilo de Jesus da Silva Bellini
|
242b67de17
|
zero to many doctests from module instead of one
|
2013-05-17 12:18:22 -03:00 |
Ronny Pfannschmidt
|
93da606763
|
fix Issue 274 - dont fail when doctest does not know the example location
instead only the last test is shown, this could use some further enhancement
|
2013-03-24 20:05:29 +01:00 |
Andreas Zeidler
|
dfcb0e322c
|
rename `get_fixture` to `getfixture` to better match the current API style
--HG--
branch : doctest-fixtures
|
2013-03-21 12:04:14 +01:00 |
Andreas Zeidler
|
da3b42ce46
|
remove debugging left-overs
--HG--
branch : doctest-fixtures
|
2013-03-21 01:03:59 +01:00 |
Andreas Zeidler
|
5a3547dd7e
|
also provide `get_fixture` helper for module level doctests
--HG--
branch : doctest-fixtures
|
2013-03-20 17:32:48 +01:00 |
Andreas Zeidler
|
c4b3a09886
|
test `get_fixture` helper for doctests
--HG--
branch : doctest-fixtures
|
2013-03-20 17:14:28 +01:00 |
holger krekel
|
8bc9fdc8d3
|
fix a buffering issue that i think/hope only occurs during internal tests
|
2011-05-29 09:21:48 +02:00 |
holger krekel
|
410438f187
|
fix issue43 - better tracebacks for unexpected exceptions in doctests
|
2011-05-28 14:38:15 +02:00 |
holger krekel
|
fc4f72cb1f
|
fix issue7 - assert failure inside doctest doesn't prettyprint
unexpected exceptions are now reported within the doctest failure
representation context.
|
2010-12-06 19:00:30 +01:00 |
holger krekel
|
a698465487
|
streamline docs, especially use "import pytest" and "pytest.*" in python code examples instead of "import py" and "py.test.*".
|
2010-11-17 22:12:16 +01:00 |
holger krekel
|
acd286f82f
|
run doctests in .txt/.rst files directly specified on command line irrespective of "test*.txt" pattern.
|
2010-11-17 14:33:21 +01:00 |
holger krekel
|
076e03e90f
|
also un-nest test directory
|
2010-11-13 11:30:40 +01:00 |