aboutsummaryrefslogtreecommitdiff
path: root/SBoTools/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'SBoTools/test.py')
-rw-r--r--SBoTools/test.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/SBoTools/test.py b/SBoTools/test.py
new file mode 100644
index 0000000..14d770b
--- /dev/null
+++ b/SBoTools/test.py
@@ -0,0 +1,15 @@
+###
+# Copyright (c) 2021, B. Watson
+# All rights reserved.
+#
+#
+###
+
+from supybot.test import *
+
+
+class SlackToolsTestCase(PluginTestCase):
+ plugins = ('SlackTools',)
+
+
+# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: