summaryrefslogtreecommitdiffstats
path: root/testapi/.coveragerc
AgeCommit message (Collapse)AuthorFilesLines
2017-02-24leverage tox to facilitate the developmentSerenaFeng1-0/+27
Before submitting a patch, we need to execute flake8, unittest, open coverage report, now with the help of tox any pytest, we can process them all with only one command. pytest is choosen here is because of its useful assert showcase, and powerful properties and healthy ecosystem(plugins of mock etc) Change-Id: I7ee89da370da08cc2bc70f7d3b1e2741d7d2e1e8 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>