Skip to content

Latest commit

 

History

History
executable file
·
13 lines (9 loc) · 461 Bytes

README.md

File metadata and controls

executable file
·
13 lines (9 loc) · 461 Bytes

Test-driven Django Development

This Django project exists solely for the education and entertainment of those Pythonistas attending Kevin Harvey's talk "Test-driven Django Development" at PyTennessee 2015.

Quickstart

Just wanna see some Selenium fireworks? Grab this code and run these commands in the directory you just created.

pip install django
pip install selenium
python manage.py test questions.QuestionsTest