File: __init__.py

package info (click to toggle)
django-nose 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 340 kB
  • sloc: python: 567; sh: 29; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
VERSION = (1, 1, 0)
__version__ = '.'.join(map(str, VERSION))

from django_nose.runner import *
from django_nose.testcases import *


# Django < 1.2 compatibility.
run_tests = run_gis_tests = NoseTestSuiteRunner