mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -05:00
git-subtree-dir: Lyrics git-subtree-mainline: 00a3eda667e4b0c99cfda572de0c0f57af26455d git-subtree-split: dbedb06a5ade8f0fee309e0d0f641c62da8296a5
17 lines
219 B
Python
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:
|
|
|