Playlists/test.py

16 lines
231 B
Python
Raw Normal View History

2022-12-16 11:08:37 +01:00
###
# Copyright (c) 2022, Pratyush Desai
# All rights reserved.
#
#
###
from supybot.test import *
class PlaylistsTestCase(PluginTestCase):
plugins = ('Playlists',)
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: