~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/__init__.py

  • Committer: Robey Pointer
  • Date: 2006-06-29 05:13:26 UTC
  • mto: This revision was merged to the branch mainline in revision 1839.
  • Revision ID: robey@lag.net-20060629051326-55354a4283dc69da
move the whoami blackbox tests into their own file and add more tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
                     'bzrlib.tests.blackbox.test_update',
84
84
                     'bzrlib.tests.blackbox.test_upgrade',
85
85
                     'bzrlib.tests.blackbox.test_versioning',
 
86
                     'bzrlib.tests.blackbox.test_whoami',
86
87
                     ]
87
88
    test_encodings = [
88
89
        'bzrlib.tests.blackbox.test_non_ascii',