diff options
Diffstat (limited to 'djangorestframework/tests/package.py')
| -rw-r--r-- | djangorestframework/tests/package.py | 11 | 
1 files changed, 0 insertions, 11 deletions
| diff --git a/djangorestframework/tests/package.py b/djangorestframework/tests/package.py deleted file mode 100644 index d18128f7..00000000 --- a/djangorestframework/tests/package.py +++ /dev/null @@ -1,11 +0,0 @@ -"""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 - | 
