Skip to content

Commit e4faac8

Browse files
Update README.md
1 parent e4dda83 commit e4faac8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,17 @@ Curated list of resources: books, videos, articles about using TDD( Test Driven
1414
## TDD IN PYTHON
1515

1616
* [Beginning Test Driven Development in Python](http://code.tutsplus.com/tutorials/beginning-test-driven-development-in-python--net-30137)
17+
* [TDD in 5 minutes](https://dzone.com/articles/tdd-python-5-minutes)
18+
* [TDD in python and pycharm](http://tzaffi.github.io/tdd/example_tdd_in_pycharm/README.html)
19+
* [Unit testing and TDD](http://www.cis.upenn.edu/~matuszek/cit591-2012/Pages/unit-testing-in-python.html)
20+
* [TDD with Python](http://www.codekoala.com/posts/test-driven-development-with-python/)
21+
* [TDD with Python - The Book Online](http://chimera.labs.oreilly.com/books/1234000000754/index.html)
22+
* [Example of TDD in Python](http://www.sasanalysis.com/2014/09/one-example-of-test-driven-development.html)
23+
1724

1825
### Django
1926
* [Test-Driven Django Tutorial](http://www.tdd-django-tutorial.com/)
27+
* [Understanding TDD with Django](http://arunrocks.com/understanding-tdd-with-django/)
2028

2129
## TDD IN PHP
2230
* [Test Driven Development Example by Daylerees](https://github.com/daylerees/test-driven-development-example)

0 commit comments

Comments
 (0)