Refactoring qtip.base.error 05/29005/7
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Sat, 18 Feb 2017 04:14:43 +0000 (12:14 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Tue, 21 Feb 2017 08:58:50 +0000 (16:58 +0800)
commitb19344b16a3000180cac33e1239d62c7c6c3e5ea
tree3cbc2f13021d711026fe61a52b790c24f945fd04
parent0dca380fe84e42309d3c3a66b3f31ec2f645caf5
Refactoring qtip.base.error

- move method make_tbd to qtip.util.dev
- add suffix Error to follow the Python naming convention
- rename arguments of NotFoundError to make it generic

Change-Id: I81e406b7fa10c3b40004434f6a9c2e7bbf7603ee
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
qtip/base/error.py
qtip/loader/file.py
qtip/loader/yaml_file.py
qtip/runner/__init__.py
qtip/util/dev.py [new file with mode: 0644]
qtip/util/formula.py
test-requirements.txt
tests/unit/base/error_test.py [new file with mode: 0644]
tests/unit/loader/yaml_file_test.py
tests/unit/util/dev_test.py [new file with mode: 0644]