summaryrefslogtreecommitdiff
path: root/testing/test_monkeypatch.py
AgeCommit message (Expand)Author
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
2019-01-16Merge pull request #4537 from chdsbd/masterBruno Oliveira
2018-12-12Bugfix: monkeypatch.delattr handles class descriptorsChristopher Dignam
2018-11-29Deprecate `raises(..., 'code(as_a_string)')` / `warns(..., 'code(as_a_string)')Anthony Sottile
2018-11-01fixup pyupgrade crlf incorrect fixesAnthony Sottile
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-08-25Correctly restore sys.path in test and remove dead code in test_pytesterBruno Oliveira
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-05-23run blackRonny Pfannschmidt
2018-04-13#3290 Fix commentsfeuillemorte
2018-04-11#3290 Added testfeuillemorte
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E101 flake8 errorsAndras Tim
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2017-02-16New-style classes implemented for python 2.7 - #2147Michal Wajszczuk
2017-01-04Switch monkeypatch fixture to yield syntaxJeff Widman
2016-08-17Revert all invocation-fixtures codeBruno Oliveira
2016-07-20Make monkeypatch invocation-scopedBruno Oliveira
2016-07-11Replace all usages of "pytest_funcarg__" for @pytest.fixtureBruno Oliveira
2016-01-23pass trough annotated exceptionsRonny Pfannschmidt
2016-01-23fix issue 1338Ronny Pfannschmidt
2016-01-23reformat monkeypatch core plugin/its testsRonny Pfannschmidt
2015-12-27Make monkeypatch differentiate ImportError sourcesUlrich Petri
2015-06-15Change links from bitbucket to GitHubBruno Oliveira
2015-05-19Fix monkeypatch.setenv with string and raising=False.Florian Bruhin
2013-11-12support python32Anatoly Bubenkov
2013-10-21fix unicode handling with new monkeypatch.setattr(import_path, value)holger krekel
2013-09-27merge monkeypatch.replace into monkeypatch.setattr, also support monkeypatch....holger krekel
2013-08-07monkeypatch.replace() now only accepts a string. Improved error handling andholger krekel
2013-08-07a new monkeypatch.replace(target, value) call which derives theholger krekel
2012-09-25fixes issue 156: monkeypatch class level descriptorsRonny Pfannschmidt
2012-09-01fix issue185 monkeypatching time.time does not cause pytest to failholger krekel
2012-01-04add monkeypatch.chdir methodRalf Schmitt
2012-01-04test that a second undo doesn't change sys.pathRalf Schmitt
2011-12-28work around an apparent python2.4/python2.5 bug with subprocess.Popen,holger krekel
2011-12-18fix test to actually mean something useful (thanks Jurko)holger krekel
2011-12-16robustify monkeypatchholger krekel
2010-11-17streamline docs, especially use "import pytest" and "pytest.*" in python code...holger krekel
2010-11-13also un-nest test directoryholger krekel