Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Julien David
lipn-search
Commits
914986f3
Commit
914986f3
authored
Apr 06, 2021
by
Julien David
Browse files
faux test
parent
ed869f5b
Pipeline
#3039
failed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
index_inverse/test/test_hamming.py
View file @
914986f3
...
...
@@ -11,3 +11,7 @@ class TestHamming(unittest.TestCase):
def
test_taille_differente
(
self
):
self
.
assertEqual
(
hamming
(
"truc"
,
"truc plus long"
),
-
1
)
def
test_faux
(
self
):
self
.
assertEqual
(
hamming
(
"truc"
,
"truc plus long"
),
1
)
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