django-qunit

QUnit Javascript testing integration for Django
Download

django-qunit Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Cody Soyland
  • Publisher web site:
  • http://github.com/codysoyland/

django-qunit Tags


django-qunit Description

QUnit Javascript testing integration for Django django-qunit integrates the QUnit Javascript testing framework with Django, making it possible to run QUnit tests alongside your Django app and test Ajax routines.installation: 1. Add 'django_qunit' to your settings.INSTALLED_APPS. 2. Add settings.QUNIT_TEST_DIRECTORY, containing the path to your javascript files. 3. Add a urlconf to include('django_qunit.urls'). 4. Visit the URL you've included in your urlconf, and it should display QUnit test results.See the example in the tarball for more information. Requirements: · Python


django-qunit Related Software