Skip to content

Commit

Permalink
Replace setup.cfg with pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyNotHugo committed Oct 14, 2023
1 parent 9855b63 commit b87547f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ exclude_lines = [
"if TYPE_CHECKING:",
]

[tool.pytest.ini_options]
addopts =[
"--cov=payments",
"--cov-report=term-missing:skip-covered",
"--no-cov-on-fail",
"--color=yes",
]
testpaths = "payments"
DJANGO_SETTINGS_MODULE = "test_settings"
pythonpath = "."

[tool.ruff]
select = [
"F",
Expand Down
9 changes: 0 additions & 9 deletions setup.cfg

This file was deleted.

0 comments on commit b87547f

Please sign in to comment.