Skip to content

Commit 766e28c

Browse files
Update pytest config options
1 parent e80a576 commit 766e28c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,13 @@ lint.select = ["E", "F", "B"]
8282

8383
[tool.pytest.ini_options]
8484
minversion = "6.0"
85-
markers = ["quick", "standard", "extreme", "fail"]
85+
testpaths = ["tests"]
8686
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
87-
xfail_strict = true
87+
console_output_style = "progress"
8888
filterwarnings = ["error"]
89-
log_cli_level = "info"
90-
testpaths = ["tests"]
89+
markers = ["quick", "standard", "extreme", "fail"]
90+
verbosity_test_cases = 1
91+
xfail_strict = true
9192

9293
[tool.pylint.main]
9394
ignore-paths = "src/libsemigroups_pybind11/_version.py"

0 commit comments

Comments
 (0)