diff --git a/TextArt/test.py b/TextArt/test.py deleted file mode 100644 index 5c0b9e9..0000000 --- a/TextArt/test.py +++ /dev/null @@ -1,15 +0,0 @@ -### -# Copyright (c) 2020, oddluck -# All rights reserved. -# -# -### - -from supybot.test import * - - -class AdviceTestCase(PluginTestCase): - plugins = ('TextArt',) - - -# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: