~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/testing/dbqp.rst

  • Committer: patrick crews
  • Date: 2011-02-14 21:47:46 UTC
  • mto: This revision was merged to the branch mainline in revision 2175.
  • Revision ID: gleebix@gmail.com-20110214214746-33psfb3gmzs5sgkb
Updated docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
   sort the testcases so that they are executed optimally
255
255
   for the given mode [False]
256
256
 
 
257
.. option:: --repeat=REPEAT     
 
258
    Run each test case the specified number of times.  For
 
259
    a given sequence, the first test will be run n times,
 
260
    then the second, etc [1]
 
261
 
257
262
Options for defining the code that will be under test
258
263
-----------------------------------------------------
259
264