]> git.netwichtig.de Git - user/henk/code/python/learn_python.git/blobdiff - pyproject.toml
add recommended settings for pytest
[user/henk/code/python/learn_python.git] / pyproject.toml
index 99e23bccb6cde66854785d1e4ab3e4dec39e6d48..cedae45f2bdc6f123d76581fd6053924a779b735 100644 (file)
@@ -1,3 +1,11 @@
+[project]
+name = "learn_python"
+
 [build-system]
 requires = ["hatchling"]
 build-backend = "hatchling.build"
+
+[tool.pytest.ini_options]
+addopts = [
+    "--import-mode=importlib",
+]