Skip to content

Commit

Permalink
Tests: Improve performance and logging
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 18, 2023
1 parent afb0fb8 commit a079639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a079639

Please sign in to comment.