~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Martin Pool
  • Date: 2009-06-19 06:49:55 UTC
  • mto: This revision was merged to the branch mainline in revision 4558.
  • Revision ID: mbp@sourcefrog.net-20090619064955-bl8ipzps124bgtiw
Also set TERM, COLUMNS, LINES for test cases

Show diffs side-by-side

added added

removed removed

Lines of Context:
1325
1325
            'BZR_PROGRESS_BAR': None,
1326
1326
            'BZR_LOG': None,
1327
1327
            'BZR_PLUGIN_PATH': None,
 
1328
            # Make sure that any text ui tests are consistent regardless of
 
1329
            # the environment the test case is run in; you may want tests that
 
1330
            # test other combinations.  'dumb' is a reasonable guess for tests
 
1331
            # going to a pipe or a StringIO.
 
1332
            'TERM': 'dumb',
 
1333
            'LINES': '25',
 
1334
            'COLUMNS': '80',
1328
1335
            # SSH Agent
1329
1336
            'SSH_AUTH_SOCK': None,
1330
1337
            # Proxies