diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-26 15:26:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-26 20:57:30 +0200 |
commit | 0ce6088801ce600abc0d25f0603560b8a7113071 (patch) | |
tree | 499fdb8ec45bd42350b5a09f6f3d249c28d57085 /README.rst | |
parent | c02c24661520510739e34dcce64ee3e5904a4635 (diff) | |
download | gemato-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.rst | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |