Skip to content

Commit

Permalink
Atualizar opções de configuração do pytest no arquivo pyproject.toml #30
Browse files Browse the repository at this point in the history
  • Loading branch information
Emerson Delatorre committed Mar 17, 2024
1 parent 92e68cf commit e36f632
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,13 @@ mkdocstrings-python = "^1.8.0"
sample = "samples.flunt_sample:main"

[tool.pytest.ini_options]
addopts = "--doctest-modules"
python_files = "test*.py"
python_classes = "Test"
python_functions = "test"
addopts = "--tb=native"
console_output_style = "classic"
junit_duration_report = "call"
filterwarnings = "ignore::RuntimeWarning"

[tool.ruff]
line-length = 88
Expand Down

0 comments on commit e36f632

Please sign in to comment.