My favorites | Sign in
Project Home Issues
Search
for
Testing  
Notes on testing django-mssql.
Updated Oct 27, 2010 by fla...@gmail.com

The tests/ folder contains tests, both automated and ad-hoc, for testing this backend.

DB-API

The tests/api/folder contains a test suite for checking DB-API 2 conformance.

To run: python run.py

Django Support

tests/test_main

The tests/test_main folder contains a Django project with apps used for compatibility and regression testing.

To run:

  • ...set up the SQLINSTANCE
  • ... python manage.py test

tests/test_inspectdb

The tests/test_inspectdb project can be used to test database introspection.

To run:

  • ...set up the SQLINSTANCE
  • ... python manage.py inspectdb


Sign in to add a comment
Powered by Google Project Hosting