~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Robert Collins
  • Date: 2005-10-06 12:14:01 UTC
  • mfrom: (1393.1.67)
  • Revision ID: robertc@robertcollins.net-20051006121401-ce87bcb93909bbdf
merge martins latest

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
The policy about how output is presented in the text-mode client
156
156
should be only in the command-line tool.
157
157
 
 
158
 
158
159
Writing tests
159
160
=============
160
161
In general tests should be placed in a file named test_FOO.py where 
163
164
 
164
165
For example, tests for merge3 in bzrlib belong in bzrlib/tests/test_merge3.py.
165
166
 
 
167
 
166
168
Running tests
167
169
=============
168
170
Currently, bzr selftest is used to invoke tests.
169
171
You can provide a pattern argument to run a subset. For example, 
170
 
to run just the whitebox tests, run bzr selftest --pattern .*whitebox.*
 
172
to run just the whitebox tests, run::
 
173
 
 
174
  bzr selftest -v whitebox
 
175
 
 
176
 
 
177
Errors and exceptions
 
178
=====================
 
179
 
 
180
[write me]
171
181
 
172
182
 
173
183
Jargon