AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Test Django in Python
I was watching for the second time of Python 2012 talk, I think you gave on Django testing. One of the things you said in there which stood out to me was write less view code. And maybe don't even test it with unit tests, just do with it with a functional or an integration test. So I'm just curious, eight years later, does that sort of general advice still hold up for you? Or however views changed? How do I views change? How do we test in Django? No, I still write short views. so my views haven't changed.