signal handlers for syncing of project views and tasks #1263
Annotations
10 errors
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L228
test_create_parent[4-api-api]
assert 400 == 201
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L228
test_create_parent[2-site-site]
assert 400 == 201
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L228
test_create_parent[12-site-site]
assert 400 == 201
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L228
test_create_parent[12-manager-manager]
assert 400 == 201
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L228
test_create_parent[12-guest-guest]
assert 400 == 201
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L228
test_create_parent[5-guest-guest]
assert 400 == 201
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L142
test_create[user-user]
assert 400 == 201
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L228
test_create_parent[3-owner-owner]
assert 400 == 201
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L142
test_create[author-author]
assert 400 == 201
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L228
test_create_parent[5-api-api]
assert 400 == 201
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Loading