mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
stub out schema completeness tests
This commit is contained in:
@@ -15,5 +15,29 @@ def test_pagination_exists(route):
|
||||
or 'get' in route[1].http_method_names and hasattr(route[1], 'pagination_class') and route[1].pagination_class is not None), f"API {route[0]} is not paginated."
|
||||
|
||||
|
||||
def test_schema_completeness():
|
||||
def test_list_schema_completeness():
|
||||
pass
|
||||
|
||||
|
||||
def test_get_schema_completeness():
|
||||
pass
|
||||
|
||||
|
||||
def test_create_schema_completeness():
|
||||
pass
|
||||
|
||||
|
||||
def test_update_schema_completeness():
|
||||
pass
|
||||
|
||||
|
||||
def test_partialupdate_schema_completeness():
|
||||
pass
|
||||
|
||||
|
||||
def test_destroy_schema_completeness():
|
||||
pass
|
||||
|
||||
|
||||
def test_trace_schema_completeness():
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user