Skip to content

Commit cac44b8

Browse files
committed
Move tests to pytest
Add tests for UseCaseID.STRESSTEST vulnerability functions. Ensure all tests pass. Co-authored-by: Virginia Morales <[email protected]> Co-authored-by: Arfima Dev <[email protected]> Co-authored-by: Xavier Barrachina Civera <[email protected]> Signed-off-by: Víctor de Luna <[email protected]>
1 parent 0725864 commit cac44b8

26 files changed

+3908
-2799
lines changed

pyproject.toml

+7-4
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,13 @@ include = ["physrisk*"]
7373

7474
[tool.pdm.dev-dependencies]
7575
test = [
76-
"pdm[pytest]",
77-
"pytest",
78-
"pytest-cov",
79-
"sphinx-pyproject"
76+
"pdm[pytest]",
77+
"pytest",
78+
"pytest-cov",
79+
"sphinx-pyproject",
80+
"pandas>=2.0.3",
81+
"dependency-injector>=4.41.0",
82+
"geopandas<1.0,>=0.13.2",
8083
]
8184
lint = [
8285
"mypy",

tests/api/container_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from dependency_injector import containers, providers
33

44
from physrisk.data.inventory_reader import InventoryReader
5-
65
from ..data.hazard_model_store_test import mock_hazard_model_store_heat
76

87

0 commit comments

Comments
 (0)