~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Robert Collins
  • Date: 2005-10-06 11:26:51 UTC
  • mto: This revision was merged to the branch mainline in revision 1420.
  • Revision ID: robertc@robertcollins.net-20051006112651-b688e01cf478f4c6
add sample test

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
tests subdirectory under the package being tested.
163
163
 
164
164
For example, tests for merge3 in bzrlib belong in bzrlib/tests/testmerge3.py.
 
165
See bzrlib/selftest/testsampler.py for a template test script.
165
166
 
166
167
Running tests
167
168
=============