Media Summary: today I talk through why I think pytest-cov is unnecessary and a little annoying. - today I talk about the `cat` command -- and that it's almost always unnecessary! playlist: ... and I actually went a bit further after recording! (it now can reorder all of pre-commit faster than `isort` can import!) - pretty python ...
What Is Coverage Intermediate Anthony - Detailed Analysis & Overview
today I talk through why I think pytest-cov is unnecessary and a little annoying. - today I talk about the `cat` command -- and that it's almost always unnecessary! playlist: ... and I actually went a bit further after recording! (it now can reorder all of pre-commit faster than `isort` can import!) - pretty python ... xargs is by far one of the most useful commandline tools I know -- I teach the main things you need to use it so you can look like a ... today I walk through why I banned `assertRaises` in tests at work as well as an alternative that doesn't have this pitfall ... I goofed in my explanation of `assert_never` during the 3.11 video -- this corrects my mistakes! - what's new in python 3.11: ...
today I talk about an extremely common mistake with python warnings -- and what I wish the default behaviour was - the warning ... today I go over an extremely common pitfall with pytest and a helpful fix to prevent this from happening to you! playlist: ... today I talk about the approach I take to gradual typing in python -- I don't bother with tests (and why)! - intro to typing / mypy: ... I realize I've talked a lot about pytest on the channel, but never given it a proper introduction! - testing a cli with pytest: ... today I talk about all the different types of statuses that a pytest test can have! I also explain my rationale for using xfail vs skip ... today I talk about how to test optional dependencies! In this example I go over how to add an optional configuration loader and ...