~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 01:35:40 UTC
  • Revision ID: mbp@sourcefrog.net-20050830013540-34e8996a86ba25fb
- rename FunctionalTest to TestCaseInTempDir

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
 
27
27
 
28
 
from bzrlib.selftest import InTempDir
29
 
 
30
 
 
31
 
def PluginTest(InTempDir):
 
28
from bzrlib.selftest import TestCaseInTempDir
 
29
 
 
30
 
 
31
def PluginTest(TestCaseInTempDir):
32
32
    """Create an external plugin and test loading."""
33
33
    def test_plugin_loading(self):
34
34
        import os