Skip to content

ErinCall/splinter_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A demo webapp in django and flask that uses splinter for acceptance testing.

To run the flask tests:
You will need a postgres server running on localhost
$ cd flask
$ pip install -r requirements.txt
$ nosetests

To run the django tests:
You will need a postgres server running on localhost, and you will need to have created a database called splinter_demo
$ cd django
$ pip install -r requirements.txt
$ DATABASE_URL=postgresql://localhost/splinter_demo python manage.py syncdb
$ DATABASE_URL=postgresql://localhost/splinter_demo python manage.py test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published