~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/plugins.py

merge merge tweaks from aaron, which includes latest .dev

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