From 0b4e90b74daa469acaddd48bfbedeb5195f1528b Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Sat, 15 Mar 2025 21:34:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 15634d4..6d5c356 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,24 @@ Full list of requirements: Feel free to submit pull requests. Please follow the [Code Conventions](CONVENTIONS.md) when doing so. + +### Testing + +Testing requires the [pytest](https://docs.pytest.org/en/stable/) library. + +Run tests with the following command: + +```sh +pytest test +``` + +Test coverage can be run using the [`pytest-cov`](https://pypi.org/project/pytest-cov/) extension: + +```sh +pytest --cov=libpurple_to_markdown test +``` + + ## License ```