Skip to content

Commit

Permalink
🚨 add tests extra path
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Feb 22, 2024
1 parent 67ce577 commit fe434e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ mark-parentheses = false
pythonVersion = "3.8"
pythonPlatform = "All"
defineConstant = { PYDANTIC_V2 = true }
executionEnvironments = [
{ root = "./tests", extraPaths = [
"./",
] },
{ root = "./" },
]

typeCheckingMode = "basic"
reportShadowedImports = false
Expand Down

0 comments on commit fe434e7

Please sign in to comment.