From 27855806643d68a24af7f88e001d91c4c40eece9 Mon Sep 17 00:00:00 2001 From: Almaz Ilaletdinov Date: Thu, 16 May 2024 13:36:49 +0300 Subject: [PATCH] Fix tests path --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 360817d..c2afca6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,3 +74,8 @@ multiline-quotes = "double" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[tool.pytest.ini_options] +testpaths = [ + "tests/*", +]