drf-yasg/tests
Cristi Vîjdea bfced82ae4
Add suport for Response schemas (#10)
Schemas generated from Serializers will now be added to the `definitions` section by default, and used as `$ref` objects where needed.  
The Schema definition name is based on the serializer class name, and can be overriden by specifying a `__ref_name__` property on the Serializer. If this property is set to None, the schema will not be added to `definitions` and will be forced inline.

Closes #6, #7.
2017-12-10 03:06:49 +01:00
..
conftest.py Add suport for Response schemas (#10) 2017-12-10 03:06:49 +01:00
reference.yaml Add suport for Response schemas (#10) 2017-12-10 03:06:49 +01:00
test_api_view.py Add swagger_auto_schema method decorator for Operation customization 2017-12-08 17:45:00 +01:00
test_generic_api_view.py Rewrite schema generation (#1) 2017-12-05 19:46:02 +01:00
test_generic_viewset.py Add swagger_auto_schema method decorator for Operation customization 2017-12-08 17:45:00 +01:00
test_reference_schema.py Add suport for Response schemas (#10) 2017-12-10 03:06:49 +01:00
test_referenceresolver.py Add suport for Response schemas (#10) 2017-12-10 03:06:49 +01:00
test_schema_generator.py Add suport for Response schemas (#10) 2017-12-10 03:06:49 +01:00
test_schema_structure.py Rewrite schema generation (#1) 2017-12-05 19:46:02 +01:00
test_schema_views.py Rewrite schema generation (#1) 2017-12-05 19:46:02 +01:00
test_swaggerdict.py Rewrite schema generation (#1) 2017-12-05 19:46:02 +01:00