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 ... 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 go over an extremely common pitfall with pytest and a helpful fix to prevent this from happening to you! playlist: ...
today I give a small demo of test driven development using pytest and talk a little bit about when I like to use it to work on things! today I walk through why I banned `assertRaises` in tests at work as well as an alternative that doesn't have this pitfall ... 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 an extremely common mistake with python warnings -- and what I wish the default behaviour was - the warning ... today I talk about the differences between two common buffering strategies and how it affects both `python` and `grep` -- and why I ... today I explain functools.lru_cache as well as a few ways that you might use it in your programs! - decorators video: ...