From 866576cab6d30a09599d944cd498aa40b662ec32 Mon Sep 17 00:00:00 2001 From: Gordon Shumway Date: Sun, 9 Feb 2020 13:51:40 -0500 Subject: [PATCH] Delete test.py --- TextArt/test.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 TextArt/test.py 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: