/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/contribution-quickstart.txt

  • Committer: Jelmer Vernooij
  • Date: 2017-11-11 15:10:19 UTC
  • mfrom: (6803.1.2 devdocs)
  • Revision ID: jelmer@jelmer.uk-20171111151019-mlyo9bu1wi46rzld
Merge lp:~jelmer/brz/devdocs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
merge that does not yet have tests.
89
89
 
90
90
Normally for command-line code you should look in
91
 
``bzrlib.tests.blackbox`` and for library code in ``bzrlib.tests``.  For
 
91
``breezy.tests.blackbox`` and for library code in ``breezy.tests``.  For
92
92
functions on an interface for which there are multiple implementations,
93
 
like `Transport`, look in ``bzrlib.tests.per_transport``.
 
93
like `Transport`, look in ``breezy.tests.per_transport``.
94
94
 
95
95
It's a good idea to search the tests for something related to the thing
96
96
you're changing and you may find a test you can modify or adapt.