From fb78d645d641f35a45c5f24c0475e621e1380706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 21 Jul 2022 13:11:13 +0200 Subject: [PATCH] README: add brief note about testing --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7036740..2725505 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,6 @@ not marked "unwanted" as well. Failing to consider transitive dependencies will lead to broken dependencies of generated `rust-foo+bar-devel` packages and / or errors when generating spec files with rust2rpm. +## Testing + +Use `python -m pytest -v` or `PYTHONPATH=. pytest -v` in the source tree.