~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/testing.txt

  • Committer: Andrew Bennetts
  • Date: 2010-12-14 23:14:44 UTC
  • mfrom: (5569 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5570.
  • Revision ID: andrew.bennetts@canonical.com-20101214231444-uubf7zjbg8q92ocs
MergeĀ lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
857
857
 
858
858
    class TestCheckout(TestCase):
859
859
 
860
 
    variations = multiply_scenarios(
861
 
        VaryByRepositoryFormat(), 
862
 
        VaryByTreeFormat(),
863
 
        )
 
860
        scenarios = multiply_scenarios(
 
861
            VaryByRepositoryFormat(), 
 
862
            VaryByTreeFormat(),
 
863
            )
864
864
 
865
865
The `load_tests` declaration or definition should be near the top of the
866
866
file so its effect can be seen.