Clean up tests folder 29/28929/2
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Fri, 17 Feb 2017 10:39:28 +0000 (18:39 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Sat, 18 Feb 2017 16:15:57 +0000 (00:15 +0800)
commitfc95a8868d1c4168cb900bc7e2004b557f757bf9
tree85c0e5b58ee38e51eb7fce476eee79065c589cfc
parentcdb8e1be12b724e9f68c7e46c9a653ec37c502cb
Clean up tests folder

- 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>
tests/__init__.py [deleted file]
tests/unit/__init__.py [deleted file]
tests/unit/cli/__init__.py [deleted file]
tests/unit/cli/cmd_metric_test.py [moved from tests/unit/cli/test_metric.py with 100% similarity]
tests/unit/cli/cmd_plan_test.py [moved from tests/unit/cli/test_plan.py with 100% similarity]
tests/unit/cli/cmd_qpi_test.py [moved from tests/unit/cli/test_qpi.py with 100% similarity]
tests/unit/cli/options_test.py [moved from tests/unit/cli/test_options.py with 100% similarity]
tests/unit/collector/transformer/__init__.py [deleted file]
tests/unit/loader/__init__.py [deleted file]
tests/unit/runner/__init__.py [deleted file]