~m4v/+junk/Urldb

« back to all changes in this revision

Viewing changes to test.py

  • Committer: Elián Hanisch
  • Date: 2010-08-17 21:38:55 UTC
  • Revision ID: lambdae2@gmail.com-20100817213855-qpgh7sh5dnnm7jrk
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- Encoding: UTF-8 -*-
 
2
###
 
3
# Copyright (c) 2010, Elián Hanisch
 
4
# All rights reserved.
 
5
#
 
6
#
 
7
###
 
8
 
 
9
from supybot.test import *
 
10
 
 
11
class UrldbTestCase(PluginTestCase):
 
12
    plugins = ('Urldb',)
 
13
 
 
14
 
 
15
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: