From 0ce6088801ce600abc0d25f0603560b8a7113071 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 26 Aug 2020 15:26:33 +0200 Subject: tests: Rewrite test_openpgp in pure pytest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index d84fb7f..c58460e 100644 --- a/README.rst +++ b/README.rst @@ -78,7 +78,8 @@ through 3.7 and PyPy3. gemato core depends only on standard Python library modules. Additionally, OpenPGP requires system install of GnuPG 2.2+ -and requests_ Python module. Tests require responses_ for mocking. +and requests_ Python module. Tests require pytest_, and responses_ +for mocking. References and footnotes @@ -87,4 +88,5 @@ References and footnotes (https://www.gentoo.org/glep/glep-0074.html) .. _requests: https://2.python-requests.org/en/master/ +.. _pytest: https://docs.pytest.org/en/stable/ .. _responses: https://github.com/getsentry/responses -- cgit v1.2.3