README: add brief note about testing

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-07-21 13:11:13 +02:00
parent aa7e1310d2
commit fb78d645d6

View file

@ -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.