~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/testing.txt

  • Committer: Martin Pool
  • Date: 2010-12-09 00:18:26 UTC
  • mto: This revision was merged to the branch mainline in revision 5564.
  • Revision ID: mbp@canonical.com-20101209001826-bp6mo2o64xudqlt3
Format and name correction for test scenario docs

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.