6 lines
116 B
Python
6 lines
116 B
Python
|
|
from supybot.test import PluginTestCase
|
||
|
|
|
||
|
|
|
||
|
|
class NtrPlaylistTestCase(PluginTestCase):
|
||
|
|
plugins = ("NtrPlaylist",)
|