Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
X
xivo-dao
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Labels
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xivo.solutions
xivo-dao
Commits
4ac20538
Commit
4ac20538
authored
Aug 05, 2020
by
Etienne Allovon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3438 - add test for disassociation
parent
22d72a90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
xivo_dao/resources/labels/tests/test_dao.py
xivo_dao/resources/labels/tests/test_dao.py
+1
-0
No files found.
xivo_dao/resources/labels/tests/test_dao.py
View file @
4ac20538
...
...
@@ -104,3 +104,4 @@ class TestLabelExist(DAOTestCase):
assert_that
(
result_label
,
equal_to
(
expected_label
))
assert_that
(
result_user
.
id
,
equal_to
(
user
.
id
))
assert_that
(
len
(
result_user
.
labels
),
equal_to
(
0
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment