~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-15 17:14:38 UTC
  • mfrom: (1993.2.4 test-setup-skip)
  • Revision ID: pqm@pqm.ubuntu.com-20060915171438-a30aecb7d5eb20be
(jam,moy) skip tests when dependencies aren't available

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    * Don't use preexec_fn on win32, as it is not supported by subprocess.
48
48
      (John Arbash Meinel)
49
49
 
 
50
    * Skip specific tests when the dependencies aren't met. This includes
 
51
      some ``setup.py`` tests when ``python-dev`` is not available, and
 
52
      some tests that depend on paramiko. (John Arbash Meinel, Mattheiu Moy)
 
53
 
50
54
  INTERNALS:
51
55
 
52
56
    * TestCaseInTempDir now creates a separate directory for HOME, rather