Skip to content

Commit 8a93fb3

Browse files
committed
chore: shorten pytest output to failures and summary
1 parent f693e7f commit 8a93fb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,15 @@ build_command = "pip install hatch && hatch build"
158158

159159
[tool.pytest.ini_options]
160160
minversion = "6.0"
161-
addopts = "-ra -vv -rf --ignore=bundled --ignore=.hatch"
161+
addopts = "-q --tb=short --force-short-summary -rf --ignore=bundled --ignore=.hatch"
162162
filterwarnings = [
163163
"ignore:.*Using or importing the ABCs from 'collections' instead of from 'collections.abc'.*:DeprecationWarning",
164164
"ignore:cannot collect test class 'TestCaseDefinition'.*:pytest.PytestCollectionWarning",
165165
]
166166
testpaths = ["tests"]
167167
junit_suite_name = "robotcode"
168168
# console_output_style = "classic"
169-
log_cli = true
169+
# log_cli = true
170170
# log_cli_level = 4
171171
# log_cli_format = "%(levelname)s %(name)s: %(message)s"
172172
asyncio_mode = "auto"

0 commit comments

Comments
 (0)