Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 9ff70421 authored by Karine Bauch's avatar Karine Bauch
Browse files

Add tests

parent 230181a5
No related branches found
No related tags found
1 merge request!10.1.0
def add_one(x):
return x + 1
def test_add_one():
assert add_one(5) == 5
def add_one(x):
return x + 1
def test_add_one():
assert add_one(5) == 6
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment