From a079639dad4e2d0a12c5bdc4c048bc89406bb24b Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sat, 18 Mar 2023 09:57:57 +0100 Subject: [PATCH] Tests: Improve performance and logging --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf3fc0f..edb4c83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,10 +125,11 @@ implicit_optional = true non_interactive = true [tool.pytest.ini_options] -addopts = "-rA --verbosity=3 --doctest-modules --cov --cov-report=term-missing --cov-report=xml" +addopts = "-rA --verbosity=3 --cov --cov-report=term-missing --cov-report=xml" minversion = "2.0" log_level = "DEBUG" log_cli_level = "DEBUG" +log_format = "%(asctime)-15s [%(name)-24s] %(levelname)-8s: %(message)s" testpaths = [ "influxio", "tests",