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

  • Committer: Robert Collins
  • Date: 2007-07-20 00:58:41 UTC
  • mfrom: (2633 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2634.
  • Revision ID: robertc@robertcollins.net-20070720005841-xnu6um6vx0n41h0k
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1081
1081
            'BZREMAIL': None, # may still be present in the environment
1082
1082
            'EMAIL': None,
1083
1083
            'BZR_PROGRESS_BAR': None,
 
1084
            # SSH Agent
 
1085
            'SSH_AUTH_SOCK': None,
1084
1086
            # Proxies
1085
1087
            'http_proxy': None,
1086
1088
            'HTTP_PROXY': None,
2243
2245
    suite on a global basis, but it is not encouraged.
2244
2246
    """
2245
2247
    testmod_names = [
 
2248
                   'bzrlib.util.tests.test_bencode',
2246
2249
                   'bzrlib.tests.test_ancestry',
2247
2250
                   'bzrlib.tests.test_annotate',
2248
2251
                   'bzrlib.tests.test_api',
2284
2287
                   'bzrlib.tests.test_https_ca_bundle',
2285
2288
                   'bzrlib.tests.test_identitymap',
2286
2289
                   'bzrlib.tests.test_ignores',
 
2290
                   'bzrlib.tests.test_index',
2287
2291
                   'bzrlib.tests.test_info',
2288
2292
                   'bzrlib.tests.test_inv',
2289
2293
                   'bzrlib.tests.test_knit',
2300
2304
                   'bzrlib.tests.test_merge_directive',
2301
2305
                   'bzrlib.tests.test_missing',
2302
2306
                   'bzrlib.tests.test_msgeditor',
 
2307
                   'bzrlib.tests.test_multiparent',
2303
2308
                   'bzrlib.tests.test_nonascii',
2304
2309
                   'bzrlib.tests.test_options',
2305
2310
                   'bzrlib.tests.test_osutils',