feat: project scaffold with dependencies
This commit is contained in:
parent
658ec75274
commit
ade939c9cb
3
pytest.ini
Normal file
3
pytest.ini
Normal file
@ -0,0 +1,3 @@
|
||||
[pytest]
|
||||
testpaths = tests
|
||||
pythonpath = src
|
||||
3
requirements-dev.txt
Normal file
3
requirements-dev.txt
Normal file
@ -0,0 +1,3 @@
|
||||
playwright>=1.44
|
||||
pytest>=8.2
|
||||
pytest-mock>=3.14
|
||||
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
playwright>=1.44
|
||||
0
src/teampulse/__init__.py
Normal file
0
src/teampulse/__init__.py
Normal file
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
Loading…
x
Reference in New Issue
Block a user