Skip to content

Commit

Permalink
Merge branch 'main' into handle-qt-missing
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan authored Sep 24, 2023
2 parents 09e6d76 + 30da92e commit 357d9dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ lint:
flake8 --ignore=E501,W503,D10,E123,E203 scooby tests

doctest:
@echo "Runnnig module doctesting"
@echo "Runnig module doctesting"
pytest -v --doctest-modules scooby

apitest:
@echo "Runnnig full API tests"
@echo "Runnig full API tests"
pytest -v --cov scooby --cov-report xml

format:
Expand Down

0 comments on commit 357d9dd

Please sign in to comment.