File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,15 +158,15 @@ build_command = "pip install hatch && hatch build"
158158
159159[tool .pytest .ini_options ]
160160minversion = " 6.0"
161- addopts = " -ra -vv -rf --ignore=bundled --ignore=.hatch"
161+ addopts = " -q --tb=short --force-short-summary -rf --ignore=bundled --ignore=.hatch"
162162filterwarnings = [
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]
166166testpaths = [" tests" ]
167167junit_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"
172172asyncio_mode = " auto"
You can’t perform that action at this time.
0 commit comments