mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-26 04:51:09 -05:00
17 lines
222 B
Python
17 lines
222 B
Python
###
|
|
# Copyright (c) 2019, oddluck
|
|
# All rights reserved.
|
|
#
|
|
#
|
|
###
|
|
|
|
from supybot.test import *
|
|
|
|
|
|
class AdviceTestCase(PluginTestCase):
|
|
plugins = ('Markovify',)
|
|
|
|
|
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
|
|