Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LondonAppDeveloper/c2-recipe-app-api-2
/ functions
Functions
111 in github.com/LondonAppDeveloper/c2-recipe-app-api-2
⨍
Functions
111
◇
Types & classes
49
↳
Endpoints
2
Method
test_update_user_profile
Test updating the user profile for the authenticated user.
app/user/tests/test_user_api.py:148
Method
test_update_user_returns_error
Test changing the recipe user results in an error.
app/recipe/tests/test_recipe_api.py:177
Method
test_upload_image
Test uploading an image to a recipe.
app/recipe/tests/test_recipe_api.py:438
Method
test_upload_image_bad_request
Test uploading an invalid image.
app/recipe/tests/test_recipe_api.py:453
Method
test_user_with_email_exists_error
Test error returned if user with email exists.
app/user/tests/test_user_api.py:42
Method
test_users_lists
Test that users are listed on page.
app/core/tests/test_admin.py:27
Method
test_wait_for_db_delay
Test waiting for database when getting OperationalError.
app/core/tests/test_commands.py:26
Method
test_wait_for_db_ready
Test waiting for database if database ready.
app/core/tests/test_commands.py:17
Method
update
Update and return user.
app/user/serializers.py:25
Method
upload_image
Upload an image to recipe.
app/recipe/views.py:86
Method
validate
Validate and authenticate the user.
app/user/serializers.py:45
← previous
101–111 of 111, ranked by callers