summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-26 15:26:33 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-26 20:57:30 +0200
commit0ce6088801ce600abc0d25f0603560b8a7113071 (patch)
tree499fdb8ec45bd42350b5a09f6f3d249c28d57085 /README.rst
parentc02c24661520510739e34dcce64ee3e5904a4635 (diff)
downloadgemato-0ce6088801ce600abc0d25f0603560b8a7113071.tar.gz
tests: Rewrite test_openpgp in pure pytest
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
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