django-test-extras

Enhancements for the Django test command and testing utility code
Download

django-test-extras Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Bright Interactive
  • Publisher web site:
  • http://github.com/brightinteractive/

django-test-extras Tags


django-test-extras Description

django-test-extras is a Django app that provides enhancements for the Django test command and testing utility code.Adding to your Django ProjectRequires Django 1.4 (might work with 1.3, not tested).Add test_extras to your INSTALLED_APPS. Run "./manage test --help" for help on the new options provided.Publishing releases to PyPITo publish a new version of django-test-extras app to PyPI, set the __version__ string in test_extras/__init__.py, then run:# Run the tests against multiple environmentstox# Publish to PyPI./setup.py publish# Tag (change 1.0.0 to the version you are publishing!)git tag -a v1.0.0 -m 'Version 1.0.0'git push --tagsRunning the testsTo run the tests against the current environment:./manage.py testTo run the tests against multiple environments, install tox using pip install tox, make sure you're not currently in a virtual environment, then simply run tox:toxProduct's homepage


django-test-extras Related Software