~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/plugins.py

  • Committer: aaron.bentley at utoronto
  • Date: 2005-08-26 06:34:07 UTC
  • mto: (1185.3.4)
  • mto: This revision was merged to the branch mainline in revision 1178.
  • Revision ID: aaron.bentley@utoronto.ca-20050826063406-84d09e206c6c5e73
Shortened conflict markers to 7 characters, to please smerge

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
 
27
27
 
28
 
from bzrlib.selftest import TestCaseInTempDir
29
 
 
30
 
 
31
 
def PluginTest(TestCaseInTempDir):
 
28
from bzrlib.selftest import InTempDir
 
29
 
 
30
 
 
31
def PluginTest(InTempDir):
32
32
    """Create an external plugin and test loading."""
33
 
    def test_plugin_loading(self):
 
33
    def runTest(self):
34
34
        import os
35
35
        
36
36
        orig_help = self.backtick('bzr help commands') # No plugins yet