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. »
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. »
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 »