~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/plugins.py

  • Committer: Lalo Martins
  • Date: 2005-09-14 06:11:53 UTC
  • mto: (1185.1.22)
  • mto: This revision was merged to the branch mainline in revision 1390.
  • Revision ID: lalo@exoweb.net-20050914061153-509cea89f773f329
fixing a few tests that came on the merge, for the new constructors

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