We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45332ed commit 16321c2Copy full SHA for 16321c2
1 file changed
pyproject.toml
@@ -47,6 +47,7 @@ target-version = "py39"
47
[tool.pytest.ini_options]
48
asyncio_mode = "auto"
49
testpaths = ["tests"]
50
+pythonpath = ["."]
51
markers = [
52
"integration: marks tests that call real Azure APIs (deselect with '-m \"not integration\"')",
53
"live: marks tests requiring live Foundry endpoint (deselect with '-m \"not live\"')",
0 commit comments