Skip to content

Commit 1f907bc

Browse files
[FIX] pyproject parameters for pytest
1 parent baea498 commit 1f907bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ dev = [
2727
addopts = ["-ra", "-q"]
2828
minversion = "8.0"
2929
testpaths = [ "tests" ]
30-
python_files = "test_*.py"
31-
python_classes = "Test*"
32-
python_functions = "test_*"
30+
python_files = ["test_*.py"]
31+
python_classes = ["Test*"]
32+
python_functions = ["test_*"]
3333

3434
[pytest]
3535
pythonpath = ["../src"]

0 commit comments

Comments
 (0)