Unit Testing

A 2-post collection

Mocking Strategies and Frameworks for Python

On February 10th, Excella’s Dan Davis presented “Mocking Strategies and Frameworks for Python” at Django-District meetup. Check out the video of the presentation and the slides. »

Which JavaScript Test Library Should You Use? QUnit vs Jasmine vs Mocha

Whether you’re writing javaScript for the browser or for nodeJS, the question exists: what unit test library should I use to ensure my javascript code is working as expected?  There are plenty to choose from, and several that are popular.  If you were considering jUnit, Jasmine, or Mocha, then »