Changes between Version 6 and Version 7 of HowToWriteTests
- Timestamp:
- 2014-08-06T22:12:32Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToWriteTests
v6 v7 8 8 9 9 {{{ 10 ./bin/tahoe debug trial allmydata.test.test_fname10 ./bin/tahoe debug trial --rterrors allmydata.test.test_fname 11 11 }}} 12 12 … … 28 28 29 29 {{{ 30 ./bin/tahoe @coverage run --branch --include='src/allmydata/*' @tahoe debug trial allmydata.test.test_fname30 ./bin/tahoe @coverage run --branch --include='src/allmydata/*' @tahoe debug trial --rterrors allmydata.test.test_fname 31 31 }}} 32 32 … … 34 34 35 35 {{{ 36 ./bin/tahoe @python-coverage run --branch --include='src/allmydata/*' @tahoe debug trial allmydata.test.test_fname36 ./bin/tahoe @python-coverage run --branch --include='src/allmydata/*' @tahoe debug trial --rterrors allmydata.test.test_fname 37 37 }}} 38 38