~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/plugins.py

  • Committer: Martin Pool
  • Date: 2005-08-30 03:10:32 UTC
  • Revision ID: mbp@sourcefrog.net-20050830031032-92ae5f0abb866ab8
- remove dead code and remove some small errors (pychecker)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
"""Tests for plugins"""
19
19
 
 
20
 
 
21
 
 
22
# **************************************************
20
23
# NOT RUN YET
 
24
# **************************************************
 
25
 
21
26
 
22
27
 
23
28
 
28
33
from bzrlib.selftest import TestCaseInTempDir
29
34
 
30
35
 
31
 
def PluginTest(TestCaseInTempDir):
 
36
class PluginTest(TestCaseInTempDir):
32
37
    """Create an external plugin and test loading."""
33
38
    def test_plugin_loading(self):
34
39
        import os