mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-01 11:00:13 +03:00
Rename test_schemas.py to test_coreapi.py
Which is largely what it is now.
This commit is contained in:
parent
47a4526c6d
commit
7241de66ae
|
@ -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()
|
Loading…
Reference in New Issue
Block a user