~ubuntu-branches/ubuntu/precise/gozerbot/precise

« back to all changes in this revision

Viewing changes to plugtests/test_install.py

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Malcolm
  • Date: 2008-06-02 19:26:39 UTC
  • mfrom: (1.1.3 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080602192639-3rn65nx4q1sgd6sy
Tags: 0.8.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
plugins.reload('gozerplugs.plugs', 'install')
13
13
 
14
14
class test_install(unittest.TestCase):
15
 
    b = Bot(['test@test', ])
 
15
    b = Bot('testbot', ['test@test', ])
16
16
    b.userhosts['test'] = 'test@test'
17
17
 
18
18
    def test_install(self):