Skip to content

Commit bedff00

Browse files
authored
fix
1 parent 32e20fc commit bedff00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ profile = "black"
33

44
[tool.pytest.ini_options]
55
addopts = [
6-
"-v",
6+
"-vv",
77
"--strict-markers",
88
"--strict-config",
99
"--cov=causalpy",
10-
"--cov-report=term-missing -vv",
10+
"--cov-report=term-missing",
1111
]
1212
testpaths = "causalpy/tests"

0 commit comments

Comments
 (0)