twoscoops / two-scoops-of-django-1.6

Tracking thoughts and feature requests for Two Scoops of Django 1.6
51 stars 7 forks source link

Chapter 20: lack of details about some Python testing tools #62

Closed lpoulain closed 9 years ago

lpoulain commented 10 years ago

Chapter 20 doesn't seem to mention anything about BDD testing tools. If there are such tools for Python (Lettuce, Behave), integrating them with Django is a whole other story.

pydanny commented 9 years ago

While we're certain Lettuce and Behave are excellent tools, we prefer to stick more closely to a TDD style.