Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
greg
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
it-bott-integrasjoner
greg
Commits
3c0672b3
Commit
3c0672b3
authored
3 years ago
by
Tore.Brede
Browse files
Options
Downloads
Patches
Plain Diff
Fixing formatting
parent
6af7a9d6
No related branches found
Branches containing commit
No related tags found
1 merge request
!19
GREG-10: Adding cascading deletes for persons
Pipeline
#89079
failed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
greg/tests/api/test_person.py
+8
-1
8 additions, 1 deletion
greg/tests/api/test_person.py
with
8 additions
and
1 deletion
greg/tests/api/test_person.py
+
8
−
1
View file @
3c0672b3
...
@@ -5,7 +5,14 @@ from rest_framework import status
...
@@ -5,7 +5,14 @@ from rest_framework import status
from
rest_framework.reverse
import
reverse
from
rest_framework.reverse
import
reverse
from
rest_framework.status
import
HTTP_200_OK
from
rest_framework.status
import
HTTP_200_OK
from
greg.models
import
Person
,
PersonIdentity
,
Sponsor
,
Role
,
OrganizationalUnit
,
Consent
from
greg.models
import
(
Person
,
PersonIdentity
,
Sponsor
,
Role
,
OrganizationalUnit
,
Consent
,
)
@pytest.fixture
@pytest.fixture
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment