Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 480 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 480 Bytes

Testing In Django

This Django project exists solely for the education and entertainment of those Djangonauts attending Kevin Harvey's talk "Testing in Django (browser testing too)" at the Django Boston Meetup on January 17, 2013.

Quickstart

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

pip install -r local-requirements.txt
python manage.py test questions.QuestionsTest