~garyvdm/bzr/2.2b3+packing

« back to all changes in this revision

Viewing changes to bzrlib/tests/features.py

(spiv) Treat pywintypes.error as a user error as per OSError,
 rather than an internal error (Martin [gz])

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
apport = tests.ModuleAvailableFeature('apport')
27
27
paramiko = tests.ModuleAvailableFeature('paramiko')
28
28
pycurl = tests.ModuleAvailableFeature('pycurl')
 
29
pywintypes = tests.ModuleAvailableFeature('pywintypes')
29
30
subunit = tests.ModuleAvailableFeature('subunit')
30
31
 
31
32