Skip to content

Commit

Permalink
add a task to run pytests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Oct 23, 2024
1 parent f6b653c commit 44635b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ skip = ["venv", "benchmarks"]
[tool.taskipy.tasks]
validate_release = { cmd = "python repo_utilities/validate.py", help = "validates for a release" }
update_schema_docs = { cmd = "python repo_utilities/update_schema_docs.py", help = "updates the schema related documentation" }
test = "pytest -v --color=yes --cov=yt_napari --cov-report=html"
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ docs =
dev =
pytest
pytest-qt
pytest-cov
taskipy


Expand Down

0 comments on commit 44635b2

Please sign in to comment.