Skip to content
Snippets Groups Projects
Commit 961e6972 authored by YAHYAOUI Firas's avatar YAHYAOUI Firas
Browse files

add: sample flask test

parent 4d9d6924
No related branches found
No related tags found
No related merge requests found
# content of test_sample.py
def inc(x):
return x + 1
def test_answer():
assert inc(3) == 4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment