Comment 59 for bug 1512207

Revision history for this message
sandeep nandal (nandal) wrote :

Is it OK to use assertFalse()?
Because It judges 'None' as no failure.
When developer forgets to return 'False' or 'True', assertFalse() can not detect that.