~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/plugins.py

  • Committer: John Arbash Meinel
  • Date: 2005-09-18 15:38:47 UTC
  • mto: (1185.1.32)
  • mto: This revision was merged to the branch mainline in revision 1390.
  • Revision ID: john@arbash-meinel.com-20050918153847-835f31397f0aa228
Adding knowledge about fifo/block/etc, they will be unknown/ignored.

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