Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2022-11-27 18:45:56 +0300
committerwurstsalat <mailtrash@posteo.de>2022-11-27 18:45:56 +0300
commitbd8b229b474adb038903b65a373c910845af3062 (patch)
treeae32db48d2dd18ba83f6588b4210d5b918c54b45 /README.md
parent1c327c753922b730396ae8b2e36c75021082d677 (diff)
fix: GUI tests: Adapt GUI tests to Gajim changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 53369a55d..5691c681d 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,8 @@
### Running Tests
-`python -m unittest discover -s test`
+- `python -m unittest discover -s test` (no_gui directory)
+- `python -m unittest ./test/gtk/gui_file.py` (gtk directory)
### Installation Procedure