Skip to content

Commit 434efa8

Browse files
committed
Add unit tests to example projects
Start testing example projects by adding Pytest tests to the Python code itself.
1 parent 154e4e2 commit 434efa8

File tree

4 files changed

+602
-0
lines changed

4 files changed

+602
-0
lines changed

examples/pure-hatch/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ select = [
4747

4848
[tool.ruff.isort]
4949
known-first-party = ["examplePy"]
50+
51+
[tool.pytest.ini_options]
52+
pythonpath = "src"

0 commit comments

Comments
 (0)