We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44da1d7 commit c966a88Copy full SHA for c966a88
Makefile
@@ -19,3 +19,7 @@ clean:
19
rm -rf .coverage
20
rm -rf .ruff_cache
21
rm -rf catboost_info
22
+
23
+.PHONY: test
24
+test:
25
+ poetry run pytest --cov=powershap tests/
0 commit comments