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

How To Unit Test Time Based Functions Without Adding Parameters

I created a function that returns seconds left until the next occurrence of that time, but I came a… Read more How To Unit Test Time Based Functions Without Adding Parameters

Can I Patch Python's Assert To Get The Output That Py.test Provides?

Pytest's output for failed asserts is much more informative and useful than the default in Pyth… Read more Can I Patch Python's Assert To Get The Output That Py.test Provides?

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?