pytest2/doc
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
..
en a new monkeypatch.replace(target, value) call which derives the 2013-08-07 15:35:27 +02:00
ja add changelog entry for anthon's hynek-fication of options, 2013-08-01 17:32:19 +02:00