test_ok1/_pytest
Benjamin Peterson c13fa886d9 simplify rewrite-on-import
Use load_module on the import hook to load the rewritten module. This allows the
removal of the complicated code related to copying pyc files in and out of the
cache location. It also plays more nicely with parallel py.test processes like
the ones found in xdist.
2011-07-06 23:24:04 -05:00
..
assertion simplify rewrite-on-import 2011-07-06 23:24:04 -05:00
__init__.py show release level info for pypy 2011-07-06 10:18:11 +02:00
capture.py incorporate typo/grammar fixes from Laura and respond to a number of issues she raised in comments. 2011-03-03 23:40:38 +01:00
config.py tentatively use internal list for cleanups at unconfigure time - this helps reporting with partially executed pytest_configure() hooks 2011-04-17 12:20:13 +02:00
core.py fix issue38 - nicer tracebacks on sessionstart/configure (and other internal/custom hook failures) 2011-04-17 12:20:11 +02:00
doctest.py fix issue43 - better tracebacks for unexpected exceptions in doctests 2011-05-28 14:38:15 +02:00
genscript.py don't import stuff at genscript import time but rather when it is used 2011-03-12 20:12:19 +01:00
helpconfig.py introduce --assertmode option 2011-05-26 14:34:27 -05:00
hookspec.py back out pytest_configure_funcargs hook for now 2011-06-01 15:08:54 +02:00
junitxml.py also apply normpath to junitxml file path 2011-05-28 16:21:57 +02:00
main.py fix issue49 - avoid confusing errors when initialization goes wrong 2011-06-01 14:54:34 +02:00
mark.py fix issue48 - test and fix typo in MarkInfo repr 2011-06-01 08:03:06 +02:00
monkeypatch.py incorporate typo/grammar fixes from Laura and respond to a number of issues she raised in comments. 2011-03-03 23:40:38 +01:00
nose.py fix issue53: nose-style setup now called with the correct ordering 2011-07-05 21:23:59 +02:00
pastebin.py flat is better than nested (cont'd): 2010-11-13 11:10:45 +01:00
pdb.py fix issue25 --pdb and win32/python encodings cause a crash in certain situations. 2011-03-07 13:17:07 +01:00
pytester.py do configure hooks here, too 2011-05-26 18:37:04 -05:00
python.py rewrite test modules on import 2011-06-28 21:13:12 -05:00
recwarn.py incorporate typo/grammar fixes from Laura and respond to a number of issues she raised in comments. 2011-03-03 23:40:38 +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 move _setupstate into session 2011-05-26 17:08:56 -05:00
skipping.py fix issue30 (the second time) 2011-03-03 23:22:55 +01:00
standalonetemplate.py some pep8 fixes 2010-11-13 23:33:50 +01:00
terminal.py show release level info for pypy 2011-07-06 10:18:11 +02:00
tmpdir.py tentatively use internal list for cleanups at unconfigure time - this helps reporting with partially executed pytest_configure() hooks 2011-04-17 12:20:13 +02:00
unittest.py unittest plugin: prune __unittest marked modules from traces 2011-03-05 17:49:51 +01:00