Playlists/test.py

16 lines
231 B
Python

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