###
# Copyright (c) 2019, cottongin
# All rights reserved.
#
from supybot.test import *
class NFLScoresTestCase(PluginTestCase):
plugins = ('NFLScores',)
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: