summaryrefslogtreecommitdiff
path: root/src/_pytest/monkeypatch.py
AgeCommit message (Expand)Author
2020-12-15Some py.path.local -> pathlib.PathRan Benita
2020-11-09Merge pull request #8006 from bluetech/export-MonkeyPatchRan Benita
2020-11-09Export MonkeyPatch as pytest.MonkeyPatchRan Benita
2020-11-07Stop importing `pytest` to avoid upcoming import cyclesRan Benita
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-03py36+: remove rexport of Path and PurePathAnthony Sottile
2020-10-03py36+: remove _pytest.compat.overloadAnthony Sottile
2020-09-22Mark some public and to-be-public classes as `@final`Ran Benita
2020-08-14Don't use NotImplementedError in `@overload`sRan Benita
2020-08-04typing: set warn_unreachableRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-06-19Fix exception causes all over the codebaseRam Rachum
2020-06-12monkeypatch: add type annotationsRan Benita
2020-04-24pre-commit: update blacken-docs 1.0.0 -> 1.6.0Ran Benita
2020-02-22Fix typo in doc with syspath_prependDaniel Hahler
2020-01-28typing: MonkeyPatch.contextDaniel Hahler
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-04-13monkeypatch.syspath_prepend: invalidate import cacheDaniel Hahler
2019-03-22monkeypatch.syspath_prepend: call fixup_namespace_packagesDaniel Hahler
2018-12-12Improve commentDaniel Hahler
2018-12-12Bugfix: monkeypatch.delattr handles class descriptorsChristopher Dignam
2018-11-20fix 4425: resolve --basetemp to absolute pathsRonny Pfannschmidt
2018-10-31Improve the warning message for the implicitly str conversionWilliam Jamir Silva
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-10-01Show a warning when non-str is given to Monkeypatch.setenvBruno Oliveira
2018-10-01Issue warning if Monkeypatch.setenv/delenv receive non-strings in Python 2Bruno Oliveira
2018-09-21Fix typo in docstringMaximilian Albert
2018-07-02Fix monkeypatch docT.E.A de Souza
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-05-26switch to src layoutRonny Pfannschmidt