summaryrefslogtreecommitdiffstats
path: root/tests/unit/cli/cmd_qpi_test.py
AgeCommit message (Collapse)AuthorFilesLines
2017-02-22Addition of detail viewing command.Taseer Ahmed1-1/+9
Change-Id: Ia9ad825f20b279db1852587540a2ad6cb3815e1d Signed-off-by:Taseer Ahmed <taseer94@gmail.com>
2017-02-19Clean up tests folderYujun Zhang1-0/+31
- remove __init__.py as recommended in pytest docs[1] - rename cli test files for a consistent naming style - remove empty test files [1]: http://docs.pytest.org/en/latest/goodpractices.html#choosing-a-test-layout-import-rules Change-Id: Idfb5d8a8fb7a590ef988a761991b8e313089e9bc Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>