Skip to content

Commit

Permalink
Use an absolute path for config file when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Oct 22, 2024
1 parent d888d46 commit 9e0d797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pretty:
black .

test: ## run tests quickly with the default Python
bmi-test pymt_topography.bmi:Topography --config-file=examples/bmi-topography.yaml --root-dir=examples -vvv
bmi-test pymt_topography.bmi:Topography --config-file=${PWD}/examples/bmi-topography.yaml --root-dir=examples -vvv

coverage: ## check code coverage quickly with the default Python
coverage run --source pymt_topography -m pytest
Expand Down

0 comments on commit 9e0d797

Please sign in to comment.