mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 02:48:51 +00:00
add djangorestframework
This commit is contained in:
11
thirdpart/djangorestframework/tests/package.py
Normal file
11
thirdpart/djangorestframework/tests/package.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""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
|
||||
|
Reference in New Issue
Block a user