test_ok1/_pytest
Floris Bruynooghe 8631c1f57a Add "not in" to detailed explanations
This simply uses difflib to compare the text without the offending
string to the full text.

Also ensures the summary line uses all space available.  But the
terminal width is still hardcoded.
2010-12-10 01:03:26 +00:00
..
__init__.py flat is better than nested (cont'd): 2010-11-13 11:10:45 +01:00
assertion.py Add "not in" to detailed explanations 2010-12-10 01:03:26 +00:00
capture.py fix issue8 : avoid errors caused by logging module wanting to close already closed streams. 2010-12-06 16:56:12 +01:00
config.py rather named the new hook cmdline_preparse 2010-12-07 12:34:18 +01:00
core.py check docstring at test time instead of runtime, improve and test warning on assertion turned off (thanks FND for reporting) 2010-12-09 11:00:31 +01:00
doctest.py fix issue7 - assert failure inside doctest doesn't prettyprint 2010-12-06 19:00:30 +01:00
genscript.py flat is better than nested (cont'd): 2010-11-13 11:10:45 +01:00
helpconfig.py refine plugin registration, allow new "-p no:NAME" way to prevent/undo plugin registration 2010-12-06 16:54:42 +01:00
hookspec.py rather named the new hook cmdline_preparse 2010-12-07 12:34:18 +01:00
junitxml.py tw is unused here 2010-11-23 20:05:40 -06:00
main.py refine plugin registration, allow new "-p no:NAME" way to prevent/undo plugin registration 2010-12-06 16:54:42 +01:00
mark.py fix: mark.* objects are now immutable as long as they are not an attribute on a function, enables usage like this:: 2010-11-20 20:17:38 +01:00
monkeypatch.py flat is better than nested (cont'd): 2010-11-13 11:10:45 +01:00
nose.py refine docs and docstrings, fix some small bits here and there while doing that. 2010-11-18 14:56:16 +01:00
pastebin.py flat is better than nested (cont'd): 2010-11-13 11:10:45 +01:00
pdb.py fix #6 : allow skip/xfail/pdb with trial by hacking the raw exception info out from trial 2010-11-24 11:48:55 +01:00
pytester.py refine plugin registration, allow new "-p no:NAME" way to prevent/undo plugin registration 2010-12-06 16:54:42 +01:00
python.py refine plugin registration, allow new "-p no:NAME" way to prevent/undo plugin registration 2010-12-06 16:54:42 +01:00
recwarn.py refine docs and docstrings, fix some small bits here and there while doing that. 2010-11-18 14:56:16 +01:00
resultlog.py refine plugin registration, allow new "-p no:NAME" way to prevent/undo plugin registration 2010-12-06 16:54:42 +01:00
runner.py fix #128 show tracebacks for all failures and errors that haven't beed PDB-debugged 2010-11-23 16:10:47 +01:00
skipping.py fix issue9 wrong XPass with failing setup/teardown function of xfail marked test 2010-12-06 18:20:47 +01:00
standalonetemplate.py some pep8 fixes 2010-11-13 23:33:50 +01:00
terminal.py bumping version to a dev version, run tests by using python PyPI by default 2010-11-26 13:37:00 +01:00
tmpdir.py refine tmpdir handling and docs 2010-11-21 17:43:18 +01:00
unittest.py fix some more trial/unittest related bits, particularly allow todo/skip items, 2010-11-25 15:48:59 +01:00