Skip to content

Commit

Permalink
fix: pytest namespacing options
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Feb 18, 2023
1 parent c347963 commit b5ad609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file removed integration_tests/__init__.py
Empty file.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ Changelog = "https://github.com/sansyrox/robyn/blob/main/CHANGELOG.md"
[project.optional-dependencies]
"templating" = ["jinja2 == 3.0.1"]

[tool.pytest.ini_options]
pythonpaths = ["."]


[tool.ruff]
line-length = 160
Expand Down

0 comments on commit b5ad609

Please sign in to comment.