oddluck 3551587ecd Add 'Lyrics/' from commit 'dbedb06a5ade8f0fee309e0d0f641c62da8296a5'
git-subtree-dir: Lyrics
git-subtree-mainline: 00a3eda667e4b0c99cfda572de0c0f57af26455d
git-subtree-split: dbedb06a5ade8f0fee309e0d0f641c62da8296a5
2019-02-14 13:31:03 -05:00

17 lines
219 B
Python

###
# Copyright (c) 2019, oddluck
# All rights reserved.
#
#
###
from supybot.test import *
class LyricsTestCase(PluginTestCase):
plugins = ('Lyrics',)
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: