CONTRIBUTING: Fix uitests test name

--uitest does not work as expected.

Signed-off-by: Misono Tomohiro <misono.tm@gmail.com>
This commit is contained in:
Misono Tomohiro 2020-07-25 01:53:26 +09:00 committed by Pavel Hrdina
parent eeb40b402a
commit d773c4d934

View File

@ -108,7 +108,7 @@ Translations are handled through the Weblate instance hosted by the Fedora Proje
There's a few standalone specialty tests:
```sh
pytest --uitest # dogtail UI test suite. This takes over your desktop
pytest --uitests # dogtail UI test suite. This takes over your desktop
pytest tests/test_urls.py # Test fetching media from live distro URLs
pytest tests/test_inject.py # Test live virt-install --initrd-inject
```