Skip to content
Snippets Groups Projects
Commit 1ee3ca19 authored by Ismail Moumni's avatar Ismail Moumni
Browse files

tests

parent 53eb5fd3
No related branches found
No related tags found
1 merge request!5Adding json functions
Pipeline #712 failed with stage
in 12 seconds
...@@ -19,7 +19,7 @@ data_load2 = json.loads(data_test2) ...@@ -19,7 +19,7 @@ data_load2 = json.loads(data_test2)
def test_query_valid(data: dict): def test_query_valid(data: dict):
var = serv.query_valid(data_load) var = serv.query_valid(data_load)
assert var is True assert var == True
def test_bad_missing(): def test_bad_missing():
......
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