Media Summary: 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 go over an extremely common pitfall with pytest and a helpful fix to prevent this from happening to you! playlist: ... I build out a simple skeleton for a command line interface in
What Are Python Doctests Beginner Intermediate Anthony Explains 300 - Detailed Analysis & Overview
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 go over an extremely common pitfall with pytest and a helpful fix to prevent this from happening to you! playlist: ... I build out a simple skeleton for a command line interface in today I discuss and demo my top favorite new things in python3.9! links: - getting python3.9 early via deadsnakes: ... today I talk about why dictionary literals (and other literals) are faster than their function-called counterparts - today I talk about all the different types of statuses that a pytest test can have! I also
today I talk about gradual typing, what that means for mypy, and the settings I tend to use when I'm adding types to a codebase ... today we're back talking about typing in mypy -- I show you two ways to debug types during type checking as well as a hint about ... today I go over all the options and use cases for fixtures in pytest! - testing a commandline with pytest: ... today I talk about the absolutely-fastest way to start today I talk about explicit relative imports in 3.10 is coming! here's the new things to look out for! - top 10 new things in
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 talk about the approach I take to gradual typing in