Skip to content

antonagestam/django-pluggable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-pluggable

runtests.py

Your pluggable Django app will probably need to run an instance of Django to be tested. runtests.py does that for you.

Install from pypi:

$ pip install django-pluggable

Then run:

$ export PYTHONPATH=`pwd`; runtests.py --settings='path.to.test_settings'

All apps that are in INSTALLED_APPS in your test settings will be tested.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages