TDD is not about testing
It’s actually all in the name. Test Driven Development. the single biggest benefit from using TDD is that it becomes really easy to execute a »
It’s actually all in the name. Test Driven Development. the single biggest benefit from using TDD is that it becomes really easy to execute a »
This short tutorial will introduce you to the basics of testing your python code using nosetests. It is meant as an introduction only. I'll assume you »
Getting the jasmine tests up and running on Jenkins had a few small caveats to the docs .. hope someone finds this helpful! A list of troubles »
Following on from Getting started with jasmine tests and Django, in this post we will be concentrating on how you can fake your AJAX posts in »