From 17396f73a99a717f896fc3609de5529b120af97f Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Tue, 23 Jul 2013 18:53:20 +0300 Subject: Initial commit --- test.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test.py (limited to 'test.py') diff --git a/test.py b/test.py new file mode 100644 index 0000000..072776b --- /dev/null +++ b/test.py @@ -0,0 +1,9 @@ +### + +from supybot.test import * + +class GithubTestCase(PluginTestCase): + plugins = ('Github',) + + +# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: -- cgit v1.2.3