A
A
Serif
Sans
White
Sepia
Night
Test Driven Development
Introduction
1.
What is TDD?
2.
TDD in Python and PyCharm
3.
TDD in Context
4.
Practical TDD
5.
TDD in Javascript and WebStorm
6.
Links
7.
Glossary
Generated using GitBook
Links
Books:
Test-Driven Development with Python
by Harry J.W. Percival (Safari Online). Covers TDD in Django.
Testing Python
by David Sale. Covers different testing methodologies in Python, but
no Django
.
Videos:
Great presentation on YouTube
by Evan Dorn - Developer/Evangelist
Linda.com TDD course
by Simon Allardice
Online:
Google Code Jam example
Cyclomatic Complexity
AngularJS'es Karma Javascript Test Runner
-unortunately, it began its life as "Testacular"
Jasmine BDD Framework for Javascript
Mocha Testing Frameworking for Javascript
Code:
Example solutions to Google Code Jam example
Both with TDD and without