From 12271f853791cdfab09220a270c71e45dac658c1 Mon Sep 17 00:00:00 2001 From: Art Morozov Date: Tue, 7 Oct 2025 22:27:41 -0400 Subject: [PATCH] fix: update pytest run directory option --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 50f0f095b..034fdfaf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -132,6 +132,7 @@ quote-style = "double" asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function" addopts = "--tb=short --strict-markers --disable-warnings -p pytest_asyncio" +testpaths = ["tests"] pythonpath = [".", "src", "tests/sam-test-infrastructure/src"] python_files = ["test_*.py", "*_test.py", "tests.py"] python_classes = ["Test*"]