feat(copy project): Add copy project functionality and refactor project hierarchy validation #1171
Annotations
10 errors
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L252
test_copy[1-owner-owner]
assert 516 == (259 + 251)
+ where 516 = count()
+ where count = <rdmo.projects.managers.ValueManager object at 0x7f5c666bf8e0>.count
+ where <rdmo.projects.managers.ValueManager object at 0x7f5c666bf8e0> = Value.objects
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L252
test_copy[1-site-site]
assert 516 == (259 + 251)
+ where 516 = count()
+ where count = <rdmo.projects.managers.ValueManager object at 0x7f5c666bf8e0>.count
+ where <rdmo.projects.managers.ValueManager object at 0x7f5c666bf8e0> = Value.objects
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L252
test_copy[1-author-author]
assert 516 == (259 + 251)
+ where 516 = count()
+ where count = <rdmo.projects.managers.ValueManager object at 0x7f5c666bf8e0>.count
+ where <rdmo.projects.managers.ValueManager object at 0x7f5c666bf8e0> = Value.objects
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L252
test_copy[1-api-api]
assert 516 == (259 + 251)
+ where 516 = count()
+ where count = <rdmo.projects.managers.ValueManager object at 0x7f5c666bf8e0>.count
+ where <rdmo.projects.managers.ValueManager object at 0x7f5c666bf8e0> = Value.objects
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L252
test_copy[1-guest-guest]
assert 516 == (259 + 251)
+ where 516 = count()
+ where count = <rdmo.projects.managers.ValueManager object at 0x7f5c666bf8e0>.count
+ where <rdmo.projects.managers.ValueManager object at 0x7f5c666bf8e0> = Value.objects
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L252
test_copy[1-manager-manager]
assert 516 == (259 + 251)
+ where 516 = count()
+ where count = <rdmo.projects.managers.ValueManager object at 0x7f5c666bf8e0>.count
+ where <rdmo.projects.managers.ValueManager object at 0x7f5c666bf8e0> = Value.objects
|
Run Tests:
rdmo/projects/tests/test_view_project_copy.py#L127
test_project_copy_post[1-guest-guest]
assert 516 == (259 + 251)
+ where 516 = count()
+ where count = <rdmo.projects.managers.ValueManager object at 0x7f73b12bf8e0>.count
+ where <rdmo.projects.managers.ValueManager object at 0x7f73b12bf8e0> = Value.objects
|
Run Tests:
rdmo/projects/tests/test_view_project_copy.py#L199
test_project_copy_parent_post[1-manager-manager]
assert 516 == (259 + 251)
+ where 516 = count()
+ where count = <rdmo.projects.managers.ValueManager object at 0x7f73b12bf8e0>.count
+ where <rdmo.projects.managers.ValueManager object at 0x7f73b12bf8e0> = Value.objects
|
Run Tests:
rdmo/projects/tests/test_view_project_copy.py#L127
test_project_copy_post[1-owner-owner]
assert 516 == (259 + 251)
+ where 516 = count()
+ where count = <rdmo.projects.managers.ValueManager object at 0x7f73b12bf8e0>.count
+ where <rdmo.projects.managers.ValueManager object at 0x7f73b12bf8e0> = Value.objects
|
Run Tests:
rdmo/projects/tests/test_view_project_copy.py#L199
test_project_copy_parent_post[1-api-api]
assert 516 == (259 + 251)
+ where 516 = count()
+ where count = <rdmo.projects.managers.ValueManager object at 0x7f73b12bf8e0>.count
+ where <rdmo.projects.managers.ValueManager object at 0x7f73b12bf8e0> = Value.objects
|
Loading