Skip to content

Commit b5ad609

Browse files
committed
fix: pytest namespacing options
1 parent c347963 commit b5ad609

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

integration_tests/__init__.py

Whitespace-only changes.

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ Changelog = "https://github.com/sansyrox/robyn/blob/main/CHANGELOG.md"
4444
[project.optional-dependencies]
4545
"templating" = ["jinja2 == 3.0.1"]
4646

47+
[tool.pytest.ini_options]
48+
pythonpaths = ["."]
49+
4750

4851
[tool.ruff]
4952
line-length = 160

0 commit comments

Comments
 (0)