Python talking about Python
Elyézer Rezende | @elyezer |
---|
Let's explore some of the introspection features that Python offers. As an example let's build a tool that will extract test docstrings and generate a report. In this talk you will discover or remember some features of the ast and inspect modules and use some of their features to build a working report generator of tests docstrings.