Skip to content

Commit 0c56584

Browse files
committed
Revert
Signed-off-by: Chenjie Luo <[email protected]>
1 parent 3a9a3dc commit 0c56584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ disable_error_code = ["attr-defined"]
116116
# Default additional options
117117
# Show a short test summary info for all except passed tests with -ra flag
118118
# print execution time for 20 slowest tests and generate coverage reports
119-
# addopts = "-ra --cov-report=term-missing --cov-report=html --cov-report=xml:coverage.xml --cov-config=pyproject.toml --durations=20 --strict-markers"
119+
addopts = "-ra --cov-report=term-missing --cov-report=html --cov-report=xml:coverage.xml --cov-config=pyproject.toml --durations=20 --strict-markers"
120120
pythonpath = ["tests/"]
121121
markers = ["manual: Only run when --run-manual is given"]
122122

0 commit comments

Comments
 (0)