Skip to content Skip to sidebar Skip to footer
Showing posts with the label Assert

Can Pytest Be Made To Fail If Nothing Is Asserted?

Today I had a failing test that happily succeeded, because I forgot a rather important line at the … Read more Can Pytest Be Made To Fail If Nothing Is Asserted?

Example Use Of Assert In Python?

I've read about when to use assert vs. exceptions, but I'm still not 'getting it'. … Read more Example Use Of Assert In Python?