From a856b16e4dadb95483acaec75ad01691ef3fe435 Mon Sep 17 00:00:00 2001 From: radu-mocanu Date: Tue, 16 Dec 2025 18:14:07 +0200 Subject: [PATCH] fix: uncomment lines --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5b99ec684..2d2bdb4b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,9 +127,9 @@ init_typed = true warn_required_dynamic_aliases = true [tool.pytest.ini_options] -#testpaths = ["tests"] -#python_files = "test_*.py" -#addopts = "-ra -q --cov" +testpaths = ["tests"] +python_files = "test_*.py" +addopts = "-ra -q --cov" asyncio_default_fixture_loop_scope = "function" asyncio_mode = "auto"