Skip to content
Snippets Groups Projects
Commit 120a0e82 authored by MICHOUD KEVIN's avatar MICHOUD KEVIN
Browse files

Update file solution_test_exo2.py

parent c259d904
No related merge requests found
......@@ -25,7 +25,4 @@ def test_word_not_in_dictionary():
def test_word_ligature():
assert french_scrabble_score("œil") == 4
# You can add more test cases as needed
if __name__ == "__main__":
pytest.main()
\ No newline at end of file
# Run in terminal pytest -v solutions_test_exo2.py
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment