Rename test_schemas.py to test_coreapi.py

Which is largely what it is now.
This commit is contained in:
Carlton Gibson 2018-08-09 14:09:42 +02:00
parent 47a4526c6d
commit 7241de66ae

View File

@ -46,7 +46,7 @@ urlpatterns = [
@unittest.skipUnless(coreapi, 'coreapi is not installed')
@override_settings(ROOT_URLCONF='tests.schemas.test_schemas')
@override_settings(ROOT_URLCONF='tests.schemas.test_coreapi')
class TestRouterGeneratedSchema(TestCase):
def test_anonymous_request(self):
client = APIClient()