From d773c4d934c988f2d9234ac527289343ad05a0c8 Mon Sep 17 00:00:00 2001 From: Misono Tomohiro Date: Sat, 25 Jul 2020 01:53:26 +0900 Subject: CONTRIBUTING: Fix uitests test name --uitest does not work as expected. Signed-off-by: Misono Tomohiro --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6500ea35..c3595921 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ``` -- cgit v1.2.1