Skip to content

Commit e2ad2df

Browse files
committed
Limit pytest collection to tests directory
1 parent c2f46eb commit e2ad2df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ Homepage = "https://example.com/sqlmodel-encrypted-fields"
3030
[tool.setuptools.packages.find]
3131
include = ["sqlmodel_encrypted_fields"]
3232
exclude = ["example_app", "example_app.*", "tests", "tests.*"]
33+
34+
[tool.pytest.ini_options]
35+
testpaths = ["tests"]

0 commit comments

Comments
 (0)