Code Review
/
ta
/
build-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Add initial code
[ta/build-tools.git]
/
README
1
# Unit tests and static analysis
2
3
Execute with:
4
$ tox
5
6
Execute only subset with verbose diff on assertion errors:
7
$ tox -e py27 -- -vv tools/script/process_rpmdata_test.py::test_components
8