Seeing code flows and generating tests with Kolo
Briefly

If you're hacking away at that Django codebase of yours, you probably reach for a couple of tools, like the Django Debug Toolbar or the built-in visualization of Django Debug. You don't always need that information out of context, and that's where Kolo comes in. Kolo is an extension for Visual Studio Code that analyzes your Django requests and overlaps so you can quickly see, oh, this request took a long time, and it was requested several times by different people.
We initially built Kolo because we thought it was annoying that we reached for the Django Debug Toolbar all the time. Like if you're building a new thing, let's say you build a form -- you don't want to leave this initial form all the time.
Read at Talkpython
[
]
[
|
]