summaryrefslogtreecommitdiffstats
path: root/qabox/supybot/Fedpkg/test.py
blob: a16a88a4b84c08a3c8b4817305dd0998e1f76dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
###
# Copyright (c) 2010, Colin Walters
# All rights reserved.
#
#
###

from supybot.test import *

class FedpkgTestCase(PluginTestCase):
    plugins = ('Fedpkg',)


# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: