![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Following up on yesterday's post about setting up a Continual Integration Server, I've put up a short how-to on writing a simple echo application in Django. It includes a very simple test suite, intended to show how unit and session testing is done in Django, along with instructions on using the BeautifulSoup web parser to test for the presence of your expected outputs, and Coverage to ensure that all of your code paths get lit up by your tests.