#11 Starting on the creation of an end to end test environment
This commit is contained in:
0
tests/endtoend/__init__.py
Normal file
0
tests/endtoend/__init__.py
Normal file
8
tests/endtoend/use_cases_test.py
Normal file
8
tests/endtoend/use_cases_test.py
Normal file
@ -0,0 +1,8 @@
|
||||
import pytest
|
||||
from bs4 import BeautifulSoup
|
||||
from tests import test_client
|
||||
from flask.testing import FlaskClient
|
||||
|
||||
# def test_use_case(test_client: FlaskClient):
|
||||
# response = test_client.get('/products/Car Parts')
|
||||
# assert response.status_code == 200
|
Reference in New Issue
Block a user