Skip to content

Commit

Permalink
tests: increase verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jan 21, 2021
1 parent a221d89 commit 9875938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ exclude=.git,__pycache__,build,dist,.eggs
timeout=30
log_level=INFO
python_files=tests/test_*.py
addopts=-v --tb=short -rxs -W=error --show-capture=stderr --show-capture=log -n=auto --durations=0 --durations-min=1 --cov=cuvec --cov-report=term-missing --cov-report=xml
addopts=-v --tb=short -rxs -W=error -s -n=auto --durations=0 --durations-min=1 --cov=cuvec --cov-report=term-missing --cov-report=xml

0 comments on commit 9875938

Please sign in to comment.