Skip to content

Commit

Permalink
Additional changes to pytest pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kong committed Oct 8, 2024
1 parent 57421cf commit 53f18fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 53f18fa

Please sign in to comment.