Skip to content

Commit

Permalink
add pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme22 committed Oct 24, 2023
1 parent 5119e99 commit 47e0003
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
isort --check --diff tastytrade/ tests/
flake8 --count --show-source --statistics tastytrade/ tests/
mypy -p tastytrade
<<<<<<< HEAD
=======
mypy -p tests
>>>>>>> eb81296 (add pytest)
- name: Testing...
run: |
python -m pytest --cov=tastytrade --cov-report=term-missing tests/
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ lint:
isort --check --diff tastytrade/ tests/
flake8 --count --show-source --statistics tastytrade/ tests/
mypy -p tastytrade
mypy -p tests

test:
python -m pytest --cov=tastytrade --cov-report=term-missing tests/

test:
python -m pytest --cov=tastytrade --cov-report=term-missing tests/
Expand Down

0 comments on commit 47e0003

Please sign in to comment.