We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f46eb commit e2ad2dfCopy full SHA for e2ad2df
pyproject.toml
@@ -30,3 +30,6 @@ Homepage = "https://example.com/sqlmodel-encrypted-fields"
30
[tool.setuptools.packages.find]
31
include = ["sqlmodel_encrypted_fields"]
32
exclude = ["example_app", "example_app.*", "tests", "tests.*"]
33
+
34
+[tool.pytest.ini_options]
35
+testpaths = ["tests"]
0 commit comments