Skip to content

Commit

Permalink
feat: add shorthand commands for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesx00 committed Sep 4, 2022
1 parent 4acc00d commit f29af20
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 1 deletion.
13 changes: 13 additions & 0 deletions package-lock.json

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

33 changes: 32 additions & 1 deletion poetry.lock

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

7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ pytest-django = "4.5.2"
psycopg2 = "^2.9.3"
pytest-cov = "^3.0.0"
coveralls = "^3.3.1"
poethepoet = "^0.16.2"

[tool.poe.tasks]
install_omise = 'poetry run pip install --ignore-installed git+https://github.com/omise/omise-python@bfcf283378a823139b9f19f10e84d42a98c5b1ac'
test = 'pytest --verbose'
test_coverage = 'poetry run coverage run run_tests.py'
report_coveralls = 'poetry run coveralls'

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit f29af20

Please sign in to comment.