Activity log for bug #1475929

Date Who What changed Old value New value Message
2015-07-18 22:55:05 Erno Kuvaja bug added bug
2015-07-18 23:18:39 Erno Kuvaja description lots of Freezer tests uses pytest.raises(<exception>, f(x)) syntax that does not exercise the code but just "succeeds". Correct syntax would be pytest.raises(<exception>, "f(x)") or pytest.raises(<exception>, f, x) Some of Freezer tests uses pytest.raises(<exception>, f(x)) syntax that does not exercise the code but just "succeeds". Correct syntax would be pytest.raises(<exception>, "f(x)") or pytest.raises(<exception>, f, x)