Pytest AST-modification : getting the tests final code
Pytest is a very complete test framework for Python. I like how you can write a basic unittest.TestCase and the py.test test runner command will inject all its magic at runtime, without you having to directly import anything: awesome separation of concerns. This modularity comes at a cost …
Read More