summaryrefslogtreecommitdiffstats
path: root/tests/_gone
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-09-22 19:17:19 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-09-22 20:02:27 +0200
commitc37c398bba68dbab2f53df0f8c5784db7bb3ede8 (patch)
treec9f4a25015f688b5f29257330263a4d90f91c42b /tests/_gone
parentb4bd5581e5e1eaaf616980fac73334125a9daac2 (diff)
downloadclufter-c37c398bba68dbab2f53df0f8c5784db7bb3ede8.tar.gz
clufter-c37c398bba68dbab2f53df0f8c5784db7bb3ede8.tar.xz
clufter-c37c398bba68dbab2f53df0f8c5784db7bb3ede8.zip
Adjust a way to operate in "development" mode wrt. run-dev
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'tests/_gone')
-rw-r--r--tests/_gone11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/_gone b/tests/_gone
new file mode 100644
index 0000000..55e1f0c
--- /dev/null
+++ b/tests/_gone
@@ -0,0 +1,11 @@
+# -*- coding: UTF-8 -*-
+# Copyright 2014 Red Hat, Inc.
+# Part of clufter project
+# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
+"""Bootstrap main runner"""
+__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
+
+
+if __name__ == '__main__':
+ from unittest import main
+ main()