Skip to content

Commit ebd87ce

Browse files
committed
Update pytest configuration to include "plotpy"
1 parent 069b3e2 commit ebd87ce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4747
- name: Test with pytest
4848
run: |
49-
pytest plotpy
49+
pytest

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ include = ["plotpy*"]
8282
[tool.setuptools.dynamic]
8383
version = { attr = "plotpy.__version__" }
8484

85+
[tool.pytest.ini_options]
86+
addopts = "plotpy"
87+
8588
[tool.ruff]
8689
exclude = [".git", ".vscode", "build", "dist"]
8790
line-length = 88 # Same as Black.

0 commit comments

Comments
 (0)