~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/blackbox.py

  • Committer: Martin Pool
  • Date: 2005-06-21 06:12:45 UTC
  • Revision ID: mbp@sourcefrog.net-20050621061245-bab61505f8d10481
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
These check that it behaves properly when it's invoked through the regular
21
21
command-line interface.
 
22
 
 
23
This always reinvokes bzr through a new Python interpreter, which is a
 
24
bit inefficient but arguably tests in a way more representative of how
 
25
it's normally invoked.
22
26
"""
23
27
 
24
28
# this code was previously in testbzr