summaryrefslogtreecommitdiffstats
path: root/qabox/supybot/Fedpkg/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'qabox/supybot/Fedpkg/test.py')
-rw-r--r--qabox/supybot/Fedpkg/test.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/qabox/supybot/Fedpkg/test.py b/qabox/supybot/Fedpkg/test.py
new file mode 100644
index 0000000..a16a88a
--- /dev/null
+++ b/qabox/supybot/Fedpkg/test.py
@@ -0,0 +1,14 @@
+###
+# Copyright (c) 2010, Colin Walters
+# All rights reserved.
+#
+#
+###
+
+from supybot.test import *
+
+class FedpkgTestCase(PluginTestCase):
+ plugins = ('Fedpkg',)
+
+
+# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: