/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/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2017-06-05 23:35:09 UTC
  • mfrom: (6658 work)
  • mto: (6653.3.3 bzrwt)
  • mto: This revision was merged to the branch mainline in revision 6667.
  • Revision ID: jelmer@jelmer.uk-20170605233509-30wo916k6meuggqf
MergeĀ lp:brz

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
    # as a base class instead of TestCaseInTempDir. Tests inheriting from
152
152
    # TestCase should not use disk resources, BRZ_LOG is one.
153
153
    'BRZ_LOG': '/you-should-use-TestCaseInTempDir-if-you-need-a-log-file',
154
 
    'BRZ_PLUGIN_PATH': None,
 
154
    'BRZ_PLUGIN_PATH': '-site',
155
155
    'BRZ_DISABLE_PLUGINS': None,
156
156
    'BRZ_PLUGINS_AT': None,
157
157
    'BRZ_CONCURRENCY': None,
3942
3942
        'breezy.tests.test_extract',
3943
3943
        'breezy.tests.test_features',
3944
3944
        'breezy.tests.test_fetch',
 
3945
        'breezy.tests.test_fetch_ghosts',
3945
3946
        'breezy.tests.test_fixtures',
3946
3947
        'breezy.tests.test_fifo_cache',
3947
3948
        'breezy.tests.test_filters',