summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-09-22 19:18:31 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-09-22 20:08:42 +0200
commit33e8705c9ac0923b89773926a71a2b85a92ed9c0 (patch)
tree26ebb38b2b0f13193e53942ec28f6b0c83717f92
parentc37c398bba68dbab2f53df0f8c5784db7bb3ede8 (diff)
downloadclufter-33e8705c9ac0923b89773926a71a2b85a92ed9c0.tar.gz
clufter-33e8705c9ac0923b89773926a71a2b85a92ed9c0.tar.xz
clufter-33e8705c9ac0923b89773926a71a2b85a92ed9c0.zip
tests: add __init__.py to allow custom test picking
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--tests/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
new file mode 100644
index 0000000..c88cb0c
--- /dev/null
+++ b/tests/__init__.py
@@ -0,0 +1 @@
+# this allows for "./run-tests filter format ..." test picking