Skip to content

Commit

Permalink
set pytest log cli level (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Nov 20, 2023
1 parent 329a05d commit 8977684
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ filterwarnings = [
"ignore:pyvista test generated image dir:UserWarning",
]
image_cache_dir = "tests/plotting/image_cache"
log_cli = "True"
log_cli_level = "INFO"
markers = [
"image: plotter rendering image test",
]
Expand Down

0 comments on commit 8977684

Please sign in to comment.