~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Martin Pool
  • Date: 2005-10-06 07:28:26 UTC
  • mto: (1185.13.3)
  • mto: This revision was merged to the branch mainline in revision 1418.
  • Revision ID: mbp@sourcefrog.net-20051006072826-37d76846f94edc10
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
 
164
164
For example, tests for merge3 in bzrlib belong in bzrlib/tests/test_merge3.py.
165
165
 
 
166
 
166
167
Running tests
167
168
=============
168
169
Currently, bzr selftest is used to invoke tests.
169
170
You can provide a pattern argument to run a subset. For example, 
170
 
to run just the whitebox tests, run bzr selftest --pattern .*whitebox.*
 
171
to run just the whitebox tests, run::
 
172
 
 
173
  bzr selftest -v whitebox
 
174
 
 
175
 
 
176
 
 
177
Errors and exceptions
 
178
=====================
 
179
 
 
180
[write me]
171
181
 
172
182
 
173
183
Jargon