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

removing test_client

parent d9244f8d
No related branches found
No related tags found
1 merge request!5Wip adding tests and json functions
Pipeline #667 passed with stage
in 12 seconds
#!/usr/bin/env python3
# Authors : Julien DAVID & Ismail MOUMNI
import pytest
# import requests
def test_stupid():
with pytest.raises(Exception):
assert 'True' == 'False'
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