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:
authorDaniel Brötzmann <mailtrash@posteo.de>2023-01-24 11:18:40 +0300
committerDaniel Brötzmann <mailtrash@posteo.de>2023-01-24 11:18:40 +0300
commit59fd8466b74f3a448ef5869b6e2ddd1d4d2d9a5f (patch)
tree1dd68ae91aa5fa6c40b7b3dc8dd3fa06dfe26d6d /README.md
parentf45619bb11672e374a2a772f4b27a4c13ad0f95d (diff)
chore: Update test section in Readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cabf6f7be..6ec582416 100644
--- a/README.md
+++ b/README.md
@@ -46,8 +46,8 @@
### Running Tests
-- `python -m unittest discover -s test` (no_gui directory)
-- `python -m unittest ./test/gtk/gui_file.py` (gtk directory)
+- `python -m unittest discover -s test`
+- `python -m unittest ./test/dialogs/gui_file.py` (for testing GUI files)
### Installation Procedure