Testing and checking: Checking.
Posted: 21/09/2011 Filed under: django, python, software development, testing Leave a comment »Checking my code is something I do all of the time, in fact it is a central part of my build process(more on that in the future).
Some people dislike static testing (or checking as I prefer to call it). The key point is that you do not have to act on the advice these tools give you, it is enough to be aware of the output and to be sure that you have made an informed decision when you ignore it.
Developing web applications in python and django there are some obvious tools some less obvious ones, remember most of them are opinionated and they are not always right.
Below is a list of tools I use for checking.
- HTML
- Javascript
- CSS
- python
- django
- Other
I wrap most of these in fabric tasks and use them in my build process.
Advertisement