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:
Diffstat (limited to 'test/integration/__init__.py')
-rw-r--r--test/integration/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/integration/__init__.py b/test/integration/__init__.py
new file mode 100644
index 000000000..0adf844f1
--- /dev/null
+++ b/test/integration/__init__.py
@@ -0,0 +1,6 @@
+'''
+
+This package contains integration tests. Integration tests are tests
+which require or include UI, network or both.
+
+''' \ No newline at end of file