From 97be076f2930adc6bd67f4bc4690a7ccf2540c41 Mon Sep 17 00:00:00 2001 From: feuillemorte Date: Tue, 10 Apr 2018 20:18:20 +0300 Subject: [PATCH] #3290 Added changelog file --- changelog/3290.bugfix | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelog/3290.bugfix diff --git a/changelog/3290.bugfix b/changelog/3290.bugfix new file mode 100644 index 000000000..c036501c8 --- /dev/null +++ b/changelog/3290.bugfix @@ -0,0 +1,2 @@ +Improved `monkeypatch` to support some form of with statement. Now you can use `with monkeypatch.context() as m:` +construction to avoid damage of Pytest.