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

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2017-06-07 18:30:04 UTC
  • mfrom: (6667.1.1 test-ui-isolation)
  • Revision ID: breezy.the.bot@gmail.com-20170607183004-dxk6nrpjurknl2fs
Fix test isolation of breezy.tests.test_ui.

Merged from https://code.launchpad.net/~jelmer/brz/test-ui-isolation/+merge/325197

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    )
37
37
 
38
38
 
39
 
class TestUIConfiguration(tests.TestCase):
 
39
class TestUIConfiguration(tests.TestCaseInTempDir):
40
40
 
41
41
    def test_output_encoding_configuration(self):
42
42
        enc = next(fixtures.generate_unicode_encodings())