Changes between Version 6 and Version 7 of HowToWriteTests


Ignore:
Timestamp:
2014-08-06T22:12:32Z (10 years ago)
Author:
zooko
Comment:

--rterrors for trial

Legend:

Unmodified
Added
Removed
Modified
  • HowToWriteTests

    v6 v7  
    88
    99{{{
    10 ./bin/tahoe debug trial allmydata.test.test_fname
     10./bin/tahoe debug trial --rterrors allmydata.test.test_fname
    1111}}}
    1212
     
    2828
    2929{{{
    30 ./bin/tahoe @coverage run --branch --include='src/allmydata/*' @tahoe debug trial allmydata.test.test_fname
     30./bin/tahoe @coverage run --branch --include='src/allmydata/*' @tahoe debug trial --rterrors allmydata.test.test_fname
    3131}}}
    3232
     
    3434
    3535{{{
    36 ./bin/tahoe @python-coverage run --branch --include='src/allmydata/*' @tahoe debug trial allmydata.test.test_fname
     36./bin/tahoe @python-coverage run --branch --include='src/allmydata/*' @tahoe debug trial --rterrors allmydata.test.test_fname
    3737}}}
    3838