Reddit Reddit reviews Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript

We found 3 Reddit comments about Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Software Design, Testing & Engineering
Object-Oriented Design
Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript
Check price on Amazon

3 Reddit comments about Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript:

u/kingzmee · 1 pointr/Python

Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript https://www.amazon.com/dp/1491958707/ref=cm_sw_r_cp_apa_i_ozd4BbVVW77C7

I've been working on this one and have been enjoying it. Security guys at work say once I do this I can write tests for them.

u/BobBeaney · 1 pointr/django

I know that it’s not on your list but you may want to consider Test Driven Development with Python. It discusses all sorts of real world practicalities in setting up a web application using Django. I’m working my way through it but I wish I’d known a little Django first.