<< | Index | >>
File list (should update)
Check test coverage of each file
package.rb
masa@masa ~/ywesee/oddb.org/test/test_model $ rcov package.rb Loaded suite /usr/bin/rcov Started ..................................................... Finished in 0.029094 seconds. 53 tests, 130 assertions, 0 failures, 0 errors
Attach:coverage_package.rb.20110204.html
oddbdat.rb
masa@masa ~/ywesee/oddb.org/ext/export/test $ rcov test_oddbdat.rb
Attach:coverage.oddbdat.20110204.html
Confirm the current status
masa@masa ~/ywesee/oddb.org/ext/export/test $ ruby test_oddbdat.rb Loaded suite test_oddbdat Started F......F.F..F.FFFF.F..... Finished in 0.031502 seconds. 1) Failure: test_structure(ODDB::OdbaExporter::TestAcLimLine) [test_oddbdat.rb:141]: <[[1, "09"], [2, "20110203000000"], [3, 111], [4, 333], [5, 222], [6, "4"]]> expected but was <[[1, "09"], [2, "20110204000000"], [3, 111], [4, 333], [5, 222], [6, "4"]]>. ... 25 tests, 27 assertions, 9 failures, 0 errors
Note
Update
masa@masa ~/ywesee/oddb.org/ext/export/test $ ruby test_oddbdat.rb Loaded suite test_oddbdat Started ......................... Finished in 0.016029 seconds. 25 tests, 27 assertions, 0 failures, 0 errors
Next
Done tests for all *Line classes
Result
masa@masa ~/ywesee/oddb.org/ext/export/test $ ruby test_oddbdat.rb Loaded suite test_oddbdat Started .............................. Finished in 0.025688 seconds. 30 tests, 32 assertions, 0 failures, 0 errors
Next
Almost test_oddbdat.rb: 91%
Result
masa@masa ~/ywesee/oddb.org/ext/export/test $ ruby test_oddbdat.rb Loaded suite test_oddbdat Started .................................................. Finished in 0.051639 seconds. 50 tests, 58 assertions, 0 failures, 0 errors
Done coverage: 98%
Result
masa@masa ~/ywesee/oddb.org/ext/export/test $ rcov test_oddbdat.rb ./test_oddbdat.rb:709: warning: already initialized constant ImageLink ./test_oddbdat.rb:710: warning: already initialized constant Table Loaded suite /usr/bin/rcov Started ..................................................... Finished in 0.102239 seconds. 53 tests, 63 assertions, 0 failures, 0 errors
Commit
Memo
Check coverage
oddb.org/src: 63% Attach:coverage.oddb.org.src.20110204.html
List of ext directories
No test directory
No test directory