Skip to content

Commit

Permalink
Ingest pytest.ini and .coveragerc into pyproject.toml and remove usel…
Browse files Browse the repository at this point in the history
…ess .pypirc
  • Loading branch information
remi-braun committed Dec 13, 2024
1 parent 99ec6df commit fc8d593
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .coveragerc

This file was deleted.

6 changes: 0 additions & 6 deletions .pypirc

This file was deleted.

11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,14 @@ select = [
"I",
]
ignore = ["E501"]


# Pytest options
[tool.pytest.ini_options]
log_cli = true
log_cli_format = "%(asctime)s - [%(levelname)s] - %(message)s"
log_cli_date_format = "%Y-%m-%d %H:%M:%S"
log_cli_level = "INFO"

[tool.coverage.run]
omit = "*/__init__.py"
5 changes: 0 additions & 5 deletions pytest.ini

This file was deleted.

0 comments on commit fc8d593

Please sign in to comment.