Skip to content

Commit f0d19c9

Browse files
committed
pyproject.toml: Search tests only in tests subdir
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
1 parent 0b49100 commit f0d19c9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ arg-type-hints-in-docstring = false
5757
check-return-types = false
5858
skip-checking-raises = true
5959

60+
[tool.pytest.ini_options]
61+
testpaths = ["tests"]
62+
6063
[tool.mypy]
6164
check_untyped_defs = true
6265

0 commit comments

Comments
 (0)