Remote scenario setup for e2e testing of django projects
Project description
Remote scenario setup for e2e testing of django projects
Documentation
The full documentation is at https://django-remote-scenario.readthedocs.org.
Quickstart
Install django-remote-scenario:
pip install django-remote-scenario
Then add it to an existing django project like this:
INSTALLED_APPS = [ ... django_rs
Then use it in a project:
import django-remote-scenario
Features
TODO
History
0.1.0 (2014-05-31)
First release on PyPI.