|
From: Nicolas T. <nic...@gm...> - 2009-10-21 15:38:00
|
2009/10/21 Jason Sweat <jsw...@ya...>: > Hi Nicolas, > > Your code throws an exception, and does not raise an error, so the unit test is telling you that. Everything appears to be working as expected with SimpleTest. > Why the Fail message speaks about test_m2 ? (tests shouldn't be independent?) Why does it say "Expected true, got [Boolean: false]" ? (I didn't make any assertion about True or False values) Why does my test go green if i remove the function test_m2() ? Thanks, Nicolas |