Skip to content

Commit

Permalink
Merge pull request #150 from chrishavlin/add_test_task
Browse files Browse the repository at this point in the history
add a task to run pytests
  • Loading branch information
chrishavlin authored Oct 23, 2024
2 parents f6b653c + 44635b2 commit cacb559
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 cacb559

Please sign in to comment.