AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Write Tests With a Cert List Not Contains
Zio test added a bunch of scholar macros so that you write your test just like you would write your normal code, not using some weird DSL. It shows you all the speedlunking that you would normally have to do on your own. PyTest did did a lot of good work in making it simple. Rust test, I really like what Rust has done because when you write like a library component, they create a new scope which is a test scope or something there. Their scoping is really good.