feat: project scaffold with dependencies

This commit is contained in:
Oliver Hofmann 2026-05-16 17:16:24 +02:00
parent 658ec75274
commit ade939c9cb
5 changed files with 7 additions and 0 deletions

3
pytest.ini Normal file
View File

@ -0,0 +1,3 @@
[pytest]
testpaths = tests
pythonpath = src

3
requirements-dev.txt Normal file
View File

@ -0,0 +1,3 @@
playwright>=1.44
pytest>=8.2
pytest-mock>=3.14

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
playwright>=1.44

View File

0
tests/__init__.py Normal file
View File