mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-26 13:01:09 -05:00
git-subtree-dir: Fun git-subtree-mainline: 2f4f636369fae0d68e4dfe7b843d1d2fb048dab7 git-subtree-split: 13f801e3c428fa61c780106d02c8dd7c1e348e79
17 lines
216 B
Python
17 lines
216 B
Python
###
|
|
# Copyright (c) 2019, oddluck
|
|
# All rights reserved.
|
|
#
|
|
#
|
|
###
|
|
|
|
from supybot.test import *
|
|
|
|
|
|
class AdviceTestCase(PluginTestCase):
|
|
plugins = ('Fun',)
|
|
|
|
|
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
|
|