test_ok1/_pytest
Floris Bruynooghe 90b6ccd321 Ensure the long descriptions and formatting preserve unicode correctly
This is the first stage towards fixing issue319, at least
py.io.saferepr and py.code.ExceptionInfo need to be addressed as well.
2013-11-22 12:28:59 +00:00
..
assertion Ensure the long descriptions and formatting preserve unicode correctly 2013-11-22 12:28:59 +00:00
__init__.py fix unicode handling with junitxml, fixes issue368. 2013-10-21 16:54:25 +02:00
_argcomplete.py complete_dotted: fix for #361, filecompleter on dot files had differing behaviour from bash 2013-10-01 16:33:15 +02:00
capture.py avoid "IOError: Bad Filedescriptor" on pytest shutdown by not closing 2013-10-02 12:39:01 +02:00
config.py fix flakes issues and make --flakes run part of tox runs 2013-10-12 15:39:22 +02:00
core.py internally make varnames() deal with classes's __init__, 2013-11-19 15:33:52 +01:00
doctest.py zero to many doctests from module instead of one 2013-05-17 12:18:22 -03:00
genscript.py make genscript provide information as to compatibility 2013-07-26 08:59:31 +02:00
helpconfig.py fix flakes issues and make --flakes run part of tox runs 2013-10-12 15:39:22 +02:00
hookspec.py fix issue358 -- introduce new pytest_load_initial_conftests hook and make capturing initialization use it, relying on a new (somewhat internal) parser.parse_known_args() method. 2013-09-30 13:14:16 +02:00
impl - enhance ordering of tests using parametrized resources 2012-08-01 09:07:32 +02:00
junitxml.py fix unicode handling with junitxml, fixes issue368. 2013-10-21 16:54:25 +02:00
main.py fix ordering when mock.patch or other standard decorator-wrappings 2013-11-19 23:22:27 +01:00
mark.py fix issue357 - special case "-k" expressions to allow for 2013-11-21 15:25:16 +01:00
monkeypatch.py fix tests on py32/py33 2013-10-22 11:26:29 +02:00
nose.py remove unused imports (using "importchecker" project) 2013-10-02 14:32:40 +02:00
pastebin.py moving from optparse to argparse. Major difficulty is 2013-07-25 15:33:43 +02:00
pdb.py make "import pdb ; pdb.set_trace()" work natively wrt capturing (no "-s" needed 2013-09-06 15:29:00 +02:00
pytester.py fix pexpect-3.0 compatibility for pytest's own tests. 2013-11-19 10:10:27 +01:00
python.py fix ordering of finalizers of parametrized interdependent fixtures. 2013-11-21 14:16:44 +01:00
recwarn.py remove unused imports (using "importchecker" project) 2013-10-02 14:32:40 +02:00
resultlog.py fix issue380 by making --resultlog only rely on longrepr instead 2013-11-19 14:19:29 +01:00
runner.py fixed version comparison in pytest.importskip(modname, minverstring) 2013-11-21 13:53:04 +01:00
skipping.py fix flakes issues and make --flakes run part of tox runs 2013-10-12 15:39:22 +02:00
standalonetemplate.py fix flakes issues and make --flakes run part of tox runs 2013-10-12 15:39:22 +02:00
terminal.py fix flakes issues and make --flakes run part of tox runs 2013-10-12 15:39:22 +02:00
tmpdir.py fix issue354: avoid tmpdir fixture to create too long filenames especially 2013-10-03 14:22:54 +02:00
unittest.py fix issue384 by removing the trial support code 2013-11-19 10:58:24 +01:00