Files
pytest2/src/_pytest
Ran Benita 6f13d1b03b Export MonkeyPatch as pytest.MonkeyPatch
We want to export `pytest.MonkeyPatch` for the purpose of
type-annotating the `monkeypatch` fixture. For other fixtures we export
in this way, we also make direct construction of them (e.g.
`MonkeyPatch()`) private. But unlike the others, `MonkeyPatch` is also
widely used directly already, mostly because the `monkeypatch` fixture
only works in `function` scope (issue #363), but also in other cases. So
making it private will be annoying and we don't offer a decent
replacement yet.

So, let's just make direct construction public & documented.
2020-11-09 11:28:15 +02:00
..
2020-10-31 12:40:25 +02:00
2020-10-05 18:33:17 -07:00
2020-11-06 09:48:20 +01:00
2020-11-06 09:48:20 +01:00
2020-10-05 18:33:17 -07:00
2020-10-19 10:02:36 +03:00
2020-10-17 19:25:45 +03:00
2020-10-05 18:33:17 -07:00
2020-11-06 09:48:20 +01:00
2020-10-05 18:33:17 -07:00
2020-10-05 18:33:17 -07:00
2020-10-05 18:33:17 -07:00
2020-10-05 18:33:17 -07:00
2020-11-06 09:48:20 +01:00
2020-10-05 18:33:17 -07:00
2020-10-05 18:33:17 -07:00
2020-07-04 13:18:15 +03:00
2020-10-19 10:02:36 +03:00
2020-10-05 18:33:17 -07:00
2020-10-05 18:33:17 -07:00
2020-08-01 20:39:15 +03:00
2020-08-01 20:39:15 +03:00
2020-10-03 12:46:54 -07:00
2020-10-05 18:33:17 -07:00
2020-10-07 22:25:27 -07:00
2020-10-03 12:46:54 -07:00
2020-10-12 12:13:06 -03:00