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
/
deprecation
/
patches
/
02-test-verbose.patch
blob
89ab8b9de955a16dc812746b26b5484d81a5f418
1
--- deprecation-2.1.0/tox.ini.orig
2
+++ deprecation-2.1.0/tox.ini
3
@@ -9,7 +9,7 @@
4
setenv =
5
VIRTUAL_ENV={envdir}
6
PYTHONPATH={envdir}
7
-commands = python -m unittest discover
8
+commands = python -m unittest discover -v
9
10
[testenv:flake8]
11
commands = flake8