~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-09-07 22:29:38 UTC
  • mfrom: (1987.1.4 test_home_and_work)
  • Revision ID: pqm@pqm.ubuntu.com-20060907222938-ca415c1efe88a35c
(jam) separate out test working from test home

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
  INTERNALS:
33
33
 
 
34
    * TestCaseInTempDir now creates a separate directory for HOME, rather
 
35
      than having HOME set to the same location as the working directory.
 
36
      (John Arbash Meinel)
 
37
 
34
38
    * run_bzr_subprocess() can take an optional 'env_changes={}' parameter,
35
39
      which will update os.environ inside the spawned child. It also can
36
40
      take a 'universal_newlines=True', which helps when checking the output