repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
perl/Test-Simple: update to 1.302205
[oi-userland.git]
/
components
/
python
/
contextlib2
/
patches
/
03-unittest-verbose.patch
blob
390d7d8131df1e5a0f37488e861677bda83707b4
1
--- contextlib2-21.6.0/tox.ini.orig
2
+++ contextlib2-21.6.0/tox.ini
3
@@ -4,7 +4,7 @@
4
5
[testenv]
6
commands =
7
- coverage run -m unittest discover -t . -s test
8
+ coverage run -m unittest discover -t . -s test --verbose
9
coverage report
10
coverage xml
11
deps =