diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-05-22-15-26-08.bpo-37008.WPbv31.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-05-22-15-26-08.bpo-37008.WPbv31.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-05-22-15-26-08.bpo-37008.WPbv31.rst b/Misc/NEWS.d/next/Library/2019-05-22-15-26-08.bpo-37008.WPbv31.rst new file mode 100644 index 0000000..42747ae --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-05-22-15-26-08.bpo-37008.WPbv31.rst @@ -0,0 +1,2 @@ +Add support for calling :func:`next` with the mock resulting from +:func:`unittest.mock.mock_open` |