Skip to content

Commit

Permalink
Move tests to pytest
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
victorparfima committed Aug 7, 2024
1 parent f5940be commit b5c697a
Show file tree
Hide file tree
Showing 26 changed files with 3,908 additions and 2,799 deletions.
11 changes: 7 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,13 @@ include = ["physrisk*"]

[tool.pdm.dev-dependencies]
test = [
"pdm[pytest]",
"pytest",
"pytest-cov",
"sphinx-pyproject"
"pdm[pytest]",
"pytest",
"pytest-cov",
"sphinx-pyproject",
"pandas>=2.0.3",
"dependency-injector>=4.41.0",
"geopandas<1.0,>=0.13.2",
]
dev = [
"mypy",
Expand Down
1 change: 0 additions & 1 deletion tests/api/container_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from dependency_injector import containers, providers

from physrisk.data.inventory_reader import InventoryReader

from ..data.hazard_model_store_test import mock_hazard_model_store_heat


Expand Down
Loading

0 comments on commit b5c697a

Please sign in to comment.