From 53f18fae0535c16374f7108318ab6a0dd62265a3 Mon Sep 17 00:00:00 2001 From: Alex Kong Date: Tue, 8 Oct 2024 12:20:51 -0700 Subject: [PATCH] Additional changes to pytest pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 718e4431..f68f56eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,10 @@ filterwarnings = [ ] testpaths = ["tests"] norecursedirs = ["tests/utilities"] + log_cli = True log_level = "INFO" log_file = "pytest.log" log_file_level = "INFO" +log_format = "%(asctime)s %(levelname)s %(message)s" +log_date_format = "%Y-%m-%d %H:%M:%S"