Reddit/test.py

16 lines
225 B
Python

###
# Copyright (c) 2021, Pratyush Desai
# All rights reserved.
#
#
###
from supybot.test import *
class RedditTestCase(PluginTestCase):
plugins = ('Reddit',)
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: