Skip to content

Commit

Permalink
Add a couple tests (#12)
Browse files Browse the repository at this point in the history
* Validate that stac output is correct

* flake8 and mypy fixes
  • Loading branch information
dannymandel authored May 21, 2024
1 parent 997bf92 commit 65a6feb
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 3 deletions.
2 changes: 2 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ ignore_missing_imports = True
[mypy-transformers.*]
ignore_missing_imports = True
[mypy-geopandas.*]
ignore_missing_imports = True
[mypy-stac_validator.*]
ignore_missing_imports = True
180 changes: 178 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pandas = "^2.2.2"
geopandas = "^0.14.4"
geoarrow-pyarrow = "^0.1.2"
geoarrow-pandas = "^0.1.1"
stac-validator = "^3.3.2"

[tool.poetry.group.dev.dependencies]
flake8 = "^6.1.0"
Expand Down
Loading

0 comments on commit 65a6feb

Please sign in to comment.