I am using coverage to check which unit tests to write. I'm checking in accounts/views.py, for which I haven't written any tests, but why it's not showing tests missing case(i.e in red)?
I expect around 50+ statements to be in error stage, excluding imports to write tests. But it's like 50% doesn't need any tests!