~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-09-16 01:47:06 UTC
  • mfrom: (1910.19.16 smart-server)
  • Revision ID: pqm@pqm.ubuntu.com-20060916014706-93f2994bdb0c0850
(spiv,mpool,robertc) Create a RPC protocol as the building blocks for a smart server

Show diffs side-by-side

added added

removed removed

Lines of Context:
942
942
            # make sure the code path is used, and we don't break on win32
943
943
            cleanup_environment()
944
944
            process = Popen([sys.executable, bzr_path] + list(process_args),
945
 
                             stdout=PIPE, stderr=PIPE)
 
945
                             stdin=PIPE, stdout=PIPE, stderr=PIPE)
946
946
        finally:
947
947
            restore_environment()
948
948
        return process
1475
1475
                   'bzrlib.tests.test_errors',
1476
1476
                   'bzrlib.tests.test_escaped_store',
1477
1477
                   'bzrlib.tests.test_fetch',
 
1478
                   'bzrlib.tests.test_ftp_transport',
1478
1479
                   'bzrlib.tests.test_gpg',
1479
1480
                   'bzrlib.tests.test_graph',
1480
1481
                   'bzrlib.tests.test_hashcache',
1512
1513
                   'bzrlib.tests.test_selftest',
1513
1514
                   'bzrlib.tests.test_setup',
1514
1515
                   'bzrlib.tests.test_sftp_transport',
1515
 
                   'bzrlib.tests.test_ftp_transport',
1516
1516
                   'bzrlib.tests.test_smart_add',
 
1517
                   'bzrlib.tests.test_smart_transport',
1517
1518
                   'bzrlib.tests.test_source',
1518
1519
                   'bzrlib.tests.test_status',
1519
1520
                   'bzrlib.tests.test_store',