/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/features.py

  • Committer: Jelmer Vernooij
  • Date: 2019-01-19 01:44:20 UTC
  • mto: This revision was merged to the branch mainline in revision 7254.
  • Revision ID: jelmer@jelmer.uk-20190119014420-meh4asatyb22a04i
Add tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
407
407
compiled_patiencediff_feature = ModuleAvailableFeature(
408
408
    'breezy._patiencediff_c')
409
409
lsprof_feature = ModuleAvailableFeature('breezy.lsprof')
 
410
pkg_resources_feature = ModuleAvailableFeature('pkg_resources')
410
411
 
411
412
 
412
413
class _BackslashDirSeparatorFeature(Feature):