Test Api
Racine Index / App / Tests / Test Api
Auto-generated documentation for app.tests.test_api module.
Context
Signature
ctx
Signature
expect_status_code
Signature
test_create_action
Show source in test_api.py:122
Test that actions can be created using the API.
Signature
See also
test_create_sample
Show source in test_api.py:112
Test that samples can be created using the API.
Signature
See also
test_create_share
Show source in test_api.py:133
Test that shares can be created using the API.
Signature
See also
test_create_share_with_nonexisting_sample
Show source in test_api.py:143
Test that shares cannot be created if sample does not exist.
Signature
See also
test_create_smbresource
Show source in test_api.py:153
Test that SMB resources can be created using the API.
Signature
See also
test_create_user
Signature
See also
test_create_user_with_existing_email
Test that users cannot be created if email already exists.
Signature
See also
test_create_user_with_existing_username
Test that users cannot be created if username already exists.
Signature
See also
test_pr252
Show source in test_api.py:171
Test that obtaining a user list in "share" mode works after deleting a user.