~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/testing.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-05-30 16:13:24 UTC
  • mfrom: (5938.1.1 explain-tariff-tests)
  • Revision ID: pqm@pqm.ubuntu.com-20110530161324-q4hj82ijys8lg6j2
(vila) Why tariff tests escape the isolation jail (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
516
516
regress.
517
517
 
518
518
This is done by running the command in a subprocess with
519
 
``--profile-imports``.  Starting a whole Python interpreter is pretty
520
 
slow, so we don't want exhaustive testing here, but just enough to guard
521
 
against distinct fixed problems.
 
519
``PYTHON_VERBOSE=1``.  Starting a whole Python interpreter is pretty slow,
 
520
so we don't want exhaustive testing here, but just enough to guard against
 
521
distinct fixed problems.
522
522
 
523
523
Assertions about precisely what is loaded tend to be brittle so we instead
524
524
make assertions that particular things aren't loaded.