Delete test.py

This commit is contained in:
Gordon Shumway 2020-02-09 13:51:40 -05:00 committed by GitHub
parent 1cf52fd379
commit 866576cab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: