mirror of
https://github.com/agresdominik/predictify.git
synced 2026-04-21 17:55:49 +00:00
Added pytest and config file
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
# pytest.ini
|
||||||
|
[pytest]
|
||||||
|
# Set the root directory to the current directory (.)
|
||||||
|
rootdir = .
|
||||||
|
pythonpath = .
|
||||||
@@ -2,3 +2,5 @@ python-dotenv==1.0.1
|
|||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
pre-commit==4.1.0
|
pre-commit==4.1.0
|
||||||
pytest==8.3.5
|
pytest==8.3.5
|
||||||
|
coverage==7.7.0
|
||||||
|
pytest-cov==6.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user