Project structure for a pytest project
project/
βββ src/
β βββ app.py
β βββ ...
βββ tests/
β βββ conftest.py
β βββ test_login.py
β βββ test_register.py
β βββ ...
βββ pytest.ini
βββ requirements.txt
βββ README.mdLast updated