~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/features.py

  • Committer: Martin Pool
  • Date: 2010-10-13 03:47:21 UTC
  • mfrom: (5489 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5490.
  • Revision ID: mbp@sourcefrog.net-20101013034721-sj95vv29bj300eq5
merge news

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
 
40
40
not_running_as_root = _NotRunningAsRoot()
 
41
 
41
42
apport = tests.ModuleAvailableFeature('apport')
 
43
meliae = tests.ModuleAvailableFeature('meliae')
42
44
paramiko = tests.ModuleAvailableFeature('paramiko')
43
45
pycurl = tests.ModuleAvailableFeature('pycurl')
44
46
pywintypes = tests.ModuleAvailableFeature('pywintypes')
 
47
sphinx = tests.ModuleAvailableFeature('sphinx')
45
48
subunit = tests.ModuleAvailableFeature('subunit')
46
 
sphinx = tests.ModuleAvailableFeature('sphinx')
47
49
 
48
50
 
49
51
class _BackslashDirSeparatorFeature(tests.Feature):