Documentation: expansion of Monkeypatch to include mocked classes and dictionaries (#5315)

Documentation: expansion of Monkeypatch to include mocked classes and dictionaries
This commit is contained in:
Bruno Oliveira
2019-06-03 19:30:29 -03:00
committed by GitHub
2 changed files with 298 additions and 21 deletions

1
changelog/5315.doc.rst Normal file
View File

@@ -0,0 +1 @@
Expand docs on mocking classes and dictionaries with ``monkeypatch``.