django-rest-framework/djangorestframework/tests/package.py
tom christie tom@tomchristie.com 7856656df0 Add VERSION string
2011-03-17 08:51:26 +00:00

12 lines
310 B
Python

"""Tests for the djangorestframework package setup."""
from django.test import TestCase
import djangorestframework
class TestVersion(TestCase):
"""Simple sanity test to check the VERSION exists"""
def test_version(self):
"""Ensure the VERSION exists."""
djangorestframework.VERSION