Skip to content

Commit

Permalink
Improve packaging for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Christophe committed May 2, 2022
1 parent 64bd2bc commit 2fd2bdc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,4 @@ docs/build/
docs/source/_static/report.html

.csvforwkt/
tests/iau.wkt
14 changes: 12 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
### Update Readme (HEAD -> main)
### Improve packaging for tests (HEAD -> main)
>Tue, 3 May 2022 01:04:17 +0200

>Author: Jean-Christophe Malapert ([email protected])

>Commiter: Jean-Christophe Malapert ([email protected])




### Update Readme (origin/main)
>Tue, 3 May 2022 00:55:32 +0200

>Author: Jean-Christophe Malapert ([email protected])
Expand All @@ -8,7 +18,7 @@



### Remove custom config file (origin/main)
### Remove custom config file
>Tue, 3 May 2022 00:49:27 +0200

>Author: Jean-Christophe Malapert ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ lint: ## Lint and static-check
mypy csvforwkt

tests: ## Run tests
pytest -ra
unzip tests/iau.zip -d tests/ && pytest -ra

tox:
tox -e py38
Expand Down

0 comments on commit 2fd2bdc

Please sign in to comment.