diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-28 16:53:58 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-28 16:53:58 +0900 |
commit | f8290e1afa731f26d9da5a9efc860dffc6242923 (patch) | |
tree | 46e913e0a4e29e7e9edddb4bdfa26928dbb94090 /README.md | |
parent | 1b7b6dcd9390464d6a4c79dceac15414139354f7 (diff) | |
download | scadere-f8290e1afa731f26d9da5a9efc860dffc6242923.tar.gz |
Test cert checking logic
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md index b7ff783..df58aaf 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ Options: ## Hacking -Unit testing is done with [pytest], [pytest-asyncio] and [Hypothesis]. -Since scadere does not depend on any Python package, -it is safe to test in-tree: +Unit testing is done with [pytest], [pytest-asyncio], +[Hypothesis] and [trustme]. Since scadere itself does not depend +on any Python package, it is safe to be tested in-tree: PYTHONPATH=src pytest @@ -71,6 +71,7 @@ or (at your option) any later version. [pytest]: https://docs.pytest.org [pytest-asyncio]: https://pytest-asyncio.rtfd.io [Hypothesis]: https://hypothesis.rtfd.io +[trustme]: https://trustme.rtfd.io [coverage]: https://coverage.rtfd.io [flake8]: https://flake8.pycqa.org [loang mailing list]: https://loa.loang.net/chung |