test_ok2/_pytest
holger krekel 407283ef81 a new monkeypatch.replace(target, value) call which derives the
monkeypatch location from target (can be class/module/function or
string which is taken as importable python path)
examples:

    monkeypatch.replace(os.path.abspath, lambda x: "")
    monkeypatch.replace("requests.get", ...)
2013-08-07 15:35:27 +02:00
..
assertion fix issue317: assertion rewriter support for the is_package method 2013-08-01 22:11:18 +02:00
__init__.py ref #322 cleanup all teardown calling to only happen when setup succeeded. 2013-08-02 09:52:40 +02:00
_argcomplete.py argcomplete: FastFileCompleter that doesn't call bash in subprocess, strip prefix dir 2013-08-06 15:33:27 +02:00
capture.py moving from optparse to argparse. Major difficulty is 2013-07-25 15:33:43 +02:00
config.py drop help for long options if longer versions with hyphens are available 2013-08-01 16:21:33 +02:00
core.py py3 fixes 2013-02-04 16:07:51 +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 changes to addoption() for hyphenated long-options 2013-08-01 16:49:26 +02:00
hookspec.py moving from optparse to argparse. Major difficulty is 2013-07-25 15:33:43 +02:00
impl - enhance ordering of tests using parametrized resources 2012-08-01 09:07:32 +02:00
junitxml.py changes to addoption() for hyphenated long-options 2013-08-01 16:49:26 +02:00
main.py ref #322 cleanup all teardown calling to only happen when setup succeeded. 2013-08-02 09:52:40 +02:00
mark.py use __dict__ not func_dict for Python 3 compatibility 2013-05-27 14:04:53 -07:00
monkeypatch.py a new monkeypatch.replace(target, value) call which derives the 2013-08-07 15:35:27 +02:00
nose.py fix Issue 265 - integrate nose setup/teardown with setupstate 2013-03-25 10:52:02 +01:00
pastebin.py moving from optparse to argparse. Major difficulty is 2013-07-25 15:33:43 +02:00
pdb.py pdb plugin: move entering pdb into a toplevel function 2013-04-18 11:18:24 +02:00
pytester.py refs #322: setUpClass and tearDownClass as autouse fixture and finalizer 2013-08-01 23:48:40 +02:00
python.py ref #322 cleanup all teardown calling to only happen when setup succeeded. 2013-08-02 09:52:40 +02: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 changes to addoption() for hyphenated long-options 2013-08-01 16:49:26 +02:00
runner.py moving from optparse to argparse. Major difficulty is 2013-07-25 15:33:43 +02:00
skipping.py support boolean condition expressions in skipif/xfail 2013-05-07 18:40:26 +02:00
standalonetemplate.py make genscript provide information as to compatibility 2013-07-26 08:59:31 +02:00
terminal.py Added color to the quite mode summary. Also changed the output format 2013-08-05 09:45:10 +02:00
tmpdir.py modernize tmpdir fixture (use request.node in tmpdir fixture, use @pytest.fixture) 2012-11-19 14:07:14 +01:00
unittest.py ref #322 cleanup all teardown calling to only happen when setup succeeded. 2013-08-02 09:52:40 +02:00