Skip to content

Commit e44d464

Browse files
pehalak0machi
authored andcommitted
improvement(pytest): Migrate pytest.ini into pyproject.toml
1 parent ad3c2bc commit e44d464

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,10 @@ max-locals = 15
8888
[tool.autopep8]
8989
max_line_length = 120
9090
ignore = "E226,E24,W50,W690,E402,E731"
91+
92+
[tool.pytest.ini_options]
93+
markers = [
94+
"docker_required: this test requires docker and docker-compose",
95+
]
96+
log_cli = true
97+
log_cli_level = "INFO"

pytest.ini

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)