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
path: root/test
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-01-07 18:47:53 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-07 18:47:53 +0300
commitbc6cb276b8097b833bb867f5045190f4230ffebc (patch)
treed2d938136825750dfdb20425b94d55ce67d61da7 /test
parent8efaf615cf2783d2ef949cf3e11c6e0c9fbee155 (diff)
refactor: Restructure unittests
- Separate GUI tests from common tests - Rename folders
Diffstat (limited to 'test')
-rw-r--r--test/common/__init__.py (renamed from test/gtk/__init__.py)0
-rw-r--r--test/common/test_contacts.py (renamed from test/no_gui/test_contacts.py)0
-rw-r--r--test/common/test_regex.py (renamed from test/no_gui/test_regex.py)0
-rw-r--r--test/common/test_sanitize_filename.py (renamed from test/no_gui/test_sanitize_filename.py)0
-rw-r--r--test/common/test_styling.py (renamed from test/no_gui/test_styling.py)0
-rw-r--r--test/common/test_text_util.py (renamed from test/no_gui/test_text_util.py)0
-rw-r--r--test/common/test_uri_util.py (renamed from test/no_gui/test_uri_util.py)0
-rw-r--r--test/dialogs/__init__.py (renamed from test/no_gui/__init__.py)0
-rw-r--r--test/dialogs/assistant.py (renamed from test/gtk/assistant.py)0
-rw-r--r--test/dialogs/certificate_dialog.py (renamed from test/gtk/certificate_dialog.py)0
-rw-r--r--test/dialogs/change_password.py (renamed from test/gtk/change_password.py)0
-rw-r--r--test/dialogs/dataform.py (renamed from test/gtk/dataform.py)0
-rw-r--r--test/dialogs/fake_dataform.py (renamed from test/gtk/fake_dataform.py)0
-rw-r--r--test/dialogs/groupchat_info.py (renamed from test/gtk/groupchat_info.py)0
-rw-r--r--test/dialogs/ssl_error_dialog.py (renamed from test/gtk/ssl_error_dialog.py)0
-rw-r--r--test/dialogs/util.py (renamed from test/gtk/util.py)0
-rw-r--r--test/gui/__init__.py0
-rw-r--r--test/gui/test_menus.py (renamed from test/no_gui/test_gtk_menus.py)0
-rw-r--r--test/gui/test_nick_completion.py (renamed from test/no_gui/test_nick_completion.py)0
-rw-r--r--test/gui/test_util.py (renamed from test/no_gui/test_gtk_util.py)0
20 files changed, 0 insertions, 0 deletions
diff --git a/test/gtk/__init__.py b/test/common/__init__.py
index 39a978f19..39a978f19 100644
--- a/test/gtk/__init__.py
+++ b/test/common/__init__.py
diff --git a/test/no_gui/test_contacts.py b/test/common/test_contacts.py
index 56c5d920f..56c5d920f 100644
--- a/test/no_gui/test_contacts.py
+++ b/test/common/test_contacts.py
diff --git a/test/no_gui/test_regex.py b/test/common/test_regex.py
index 774530761..774530761 100644
--- a/test/no_gui/test_regex.py
+++ b/test/common/test_regex.py
diff --git a/test/no_gui/test_sanitize_filename.py b/test/common/test_sanitize_filename.py
index 5187dfae5..5187dfae5 100644
--- a/test/no_gui/test_sanitize_filename.py
+++ b/test/common/test_sanitize_filename.py
diff --git a/test/no_gui/test_styling.py b/test/common/test_styling.py
index 6ecec02bf..6ecec02bf 100644
--- a/test/no_gui/test_styling.py
+++ b/test/common/test_styling.py
diff --git a/test/no_gui/test_text_util.py b/test/common/test_text_util.py
index 7e984d1f6..7e984d1f6 100644
--- a/test/no_gui/test_text_util.py
+++ b/test/common/test_text_util.py
diff --git a/test/no_gui/test_uri_util.py b/test/common/test_uri_util.py
index 6e975f7a4..6e975f7a4 100644
--- a/test/no_gui/test_uri_util.py
+++ b/test/common/test_uri_util.py
diff --git a/test/no_gui/__init__.py b/test/dialogs/__init__.py
index 39a978f19..39a978f19 100644
--- a/test/no_gui/__init__.py
+++ b/test/dialogs/__init__.py
diff --git a/test/gtk/assistant.py b/test/dialogs/assistant.py
index 5a4547e1a..5a4547e1a 100644
--- a/test/gtk/assistant.py
+++ b/test/dialogs/assistant.py
diff --git a/test/gtk/certificate_dialog.py b/test/dialogs/certificate_dialog.py
index ecb0ff474..ecb0ff474 100644
--- a/test/gtk/certificate_dialog.py
+++ b/test/dialogs/certificate_dialog.py
diff --git a/test/gtk/change_password.py b/test/dialogs/change_password.py
index fdbcb928b..fdbcb928b 100644
--- a/test/gtk/change_password.py
+++ b/test/dialogs/change_password.py
diff --git a/test/gtk/dataform.py b/test/dialogs/dataform.py
index cf738ae58..cf738ae58 100644
--- a/test/gtk/dataform.py
+++ b/test/dialogs/dataform.py
diff --git a/test/gtk/fake_dataform.py b/test/dialogs/fake_dataform.py
index 6cd50e6a9..6cd50e6a9 100644
--- a/test/gtk/fake_dataform.py
+++ b/test/dialogs/fake_dataform.py
diff --git a/test/gtk/groupchat_info.py b/test/dialogs/groupchat_info.py
index 2f4138d43..2f4138d43 100644
--- a/test/gtk/groupchat_info.py
+++ b/test/dialogs/groupchat_info.py
diff --git a/test/gtk/ssl_error_dialog.py b/test/dialogs/ssl_error_dialog.py
index 0a874ab19..0a874ab19 100644
--- a/test/gtk/ssl_error_dialog.py
+++ b/test/dialogs/ssl_error_dialog.py
diff --git a/test/gtk/util.py b/test/dialogs/util.py
index a6c2d0ca2..a6c2d0ca2 100644
--- a/test/gtk/util.py
+++ b/test/dialogs/util.py
diff --git a/test/gui/__init__.py b/test/gui/__init__.py
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/test/gui/__init__.py
diff --git a/test/no_gui/test_gtk_menus.py b/test/gui/test_menus.py
index c1081305a..c1081305a 100644
--- a/test/no_gui/test_gtk_menus.py
+++ b/test/gui/test_menus.py
diff --git a/test/no_gui/test_nick_completion.py b/test/gui/test_nick_completion.py
index 2d119053a..2d119053a 100644
--- a/test/no_gui/test_nick_completion.py
+++ b/test/gui/test_nick_completion.py
diff --git a/test/no_gui/test_gtk_util.py b/test/gui/test_util.py
index 7f16cd9a7..7f16cd9a7 100644
--- a/test/no_gui/test_gtk_util.py
+++ b/test/gui/test_util.py