~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/cmd_test_script.py

  • Committer: Vincent Ladeuil
  • Date: 2010-11-08 09:58:04 UTC
  • mto: (5532.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 5532.
  • Revision ID: v.ladeuil+lp@free.fr-20101108095804-uk34qhoyr7tfw4ay
s/blank_output/null_output/

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
"""Front-end command for shell-like test scripts.
18
18
 
19
 
See developers/testing.html for more explanations.
 
19
See doc/developers/testing.txt for more explanations.
20
20
This module should be importable even if testtools aren't available.
21
21
"""
22
22