1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-02 09:53:17 +00:00
seahub/thirdpart/djangorestframework/tests/package.py

12 lines
309 B
Python
Raw Normal View History

2012-07-14 06:25:17 +00:00
"""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