Skip to content

garromark/testing-in-django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 django
pip install selenium
python manage.py test questions.QuestionsTest

About

An example project for my "Testing in Django" presentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%