[drf | recipe test] Build a Backend REST API - 39
1264 ワード
Add tests for retrieving recipe detail
レシピの詳細を作りましょう
test_recipe_api
from ... import ...
Ingredientクラスのインポート...
from core.models import Recipe, Tag, Ingredient
...
sample_tag(), sample_ingredient(), detail_url()
タグとコンポーネントをrecipeオブジェクトにマッピングするには、オブジェクトの関数を作成する必要があります.あいつをglobalscopeに定義します.どこでも思う存分歌えますか?
detail url()関数のVSRECIPES url変数
HTTP URLアドレスを含むマイルストーン違いはargsキーワードパラメータの追加が重要かどうかです!はい.
test_view_recipe_detail()
これは詳細ページに関するテストソースコードです.
テストに戻る
成功!
Reference
この問題について([drf | recipe test] Build a Backend REST API - 39), 我々は、より多くの情報をここで見つけました
https://velog.io/@hyeseong-dev/drf-recipe-test-Build-a-Backend-REST-API-39
テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol
...
from core.models import Recipe, Tag, Ingredient
...
Reference
この問題について([drf | recipe test] Build a Backend REST API - 39), 我々は、より多くの情報をここで見つけました https://velog.io/@hyeseong-dev/drf-recipe-test-Build-a-Backend-REST-API-39テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol