Turn the return_value and not_a_test_method health checks into strict errors
#3568
Labels
return_value and not_a_test_method health checks into strict errors
#3568
This is pretty much just code cleanup: unlike the other healthchecks which are basically performance checks, I'm pretty sure there's never a situation where disabling these allows you to do something useful. I think we should therefore:
return_valueandnot_a_test_methodhealth checks into strict errors.HealthCheck.__iter__()and.all()such that they're omitted from thatnote_deprecation()if the attributes are accessed onHealthCheckThe text was updated successfully, but these errors were encountered: