Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
silkaj
Commits
b5738b5e
Commit
b5738b5e
authored
2 years ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
membership test: use Membership.__eq__()
parent
5a7b1ce0
No related branches found
No related tags found
1 merge request
!224
Separate tests into unit and integration directories (#441)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/unit/wot/test_membership.py
+1
-2
1 addition, 2 deletions
tests/unit/wot/test_membership.py
with
1 addition
and
2 deletions
tests/unit/wot/test_membership.py
+
1
−
2
View file @
b5738b5e
...
...
@@ -146,5 +146,4 @@ def test_generate_membership_document():
signing_key
=
signing_key
,
currency
=
currency
,
)
# Direct equality check can be done without raw() once Membership.__eq__() is implemented
assert
expected
.
raw
()
==
generated_membership
.
raw
()
assert
expected
==
generated_membership
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