Sowmya M S

Results 3 comments of Sowmya M S

``` def verify_1(self): delayed_assert.expect(False, "False 1") def verify_2(self): delayed_assert.expect(not False, "False 2") @delayed_assert.assert_all() def test_delete(self): self.verify_1() self.verify_2() ``` The above test case is passing even when the first expect is...

This fix is working fine.. Can we have a build with a version number ? Thanks In Advance..

Yeah.. Thank you.. Can you also update here once this update is released ?