Python tools for local continuous integration

The Python testing ecosystem is rich and diverse, with tools and frameworks available for unit testing, load testing, acceptance testing, code coverage analysis, code quality and standards compliance checking, mocking,…

Jamie Matthews

Read more

Logging SQL queries with Django 1.3

Django 1.3, released back in March, added built-in support for Python's logging module. This is very useful for logging in your own code, but it also means you can get…

Jamie Matthews

Read more