#11 Starting on the creation of an end to end test environment

This commit is contained in:
2024-02-23 18:24:57 +00:00
parent d056146a44
commit bcde471f33
8 changed files with 41 additions and 28 deletions

View File

View 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