Skip to content

Commit deee7ec

Browse files
committed
Update pyproject file to configure pytest
1 parent fa8c1d2 commit deee7ec

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,12 @@ dev = [
3333
"types-requests>=2.32.4.20250611",
3434
]
3535

36+
[tool.pytest.ini_options]
37+
testpaths = [
38+
"tests",
39+
]
40+
python_files = [
41+
"tests.py",
42+
"test_*.py",
43+
"*_test.py",
44+
]

0 commit comments

Comments
 (0)