Skip to content

Commit

Permalink
feat(functions-py): update functions-py version (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Smith authored Oct 29, 2023
2 parents 8f9ce5c + 10e9c47 commit b92c984
Show file tree
Hide file tree
Showing 4 changed files with 360 additions and 338 deletions.
16 changes: 16 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
install:
poetry install

install_poetry:
curl -sSL https://install.python-poetry.org | python -
poetry install

tests: install tests_only tests_pre_commit

tests_pre_commit:
poetry run pre-commit run --all-files

run_tests: tests

tests_only:
poetry run pytest --cov=./ --cov-report=xml --cov-report=html -vv
Loading

0 comments on commit b92c984

Please sign in to comment.