We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
api_tsuite don't handle if ID does not exist for testlink, maybe error it's at error response structure
>>> tsuite = tlm.api_tsuite(1) 2018-03-16 12:07:26,206 - qatestlink - INFO - POST request: 2018-03-16 12:07:26,486 - qatestlink - INFO - POST response: 2018-03-16 12:07:26,486 - qatestlink - INFO - status_code=200 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "qatestlink/core/testlink_manager.py", line 356, in api_tsuite properties = res_param.get('struct')['member'] TypeError: 'NoneType' object has no attribute '__getitem__' >>> tsuite = tlm.api_tsuite(2) 2018-03-16 12:07:29,425 - qatestlink - INFO - POST request: 2018-03-16 12:07:29,548 - qatestlink - INFO - POST response: 2018-03-16 12:07:29,548 - qatestlink - INFO - status_code=200 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "qatestlink/core/testlink_manager.py", line 356, in api_tsuite properties = res_param.get('struct')['member'] TypeError: 'NoneType' object has no attribute '__getitem__' >>> tsuite = tlm.api_tsuite(3) 2018-03-16 12:07:31,526 - qatestlink - INFO - POST request: 2018-03-16 12:07:31,653 - qatestlink - INFO - POST response: 2018-03-16 12:07:31,653 - qatestlink - INFO - status_code=200 >>>
The text was updated successfully, but these errors were encountered:
[qatl] fix for issue #32
7a9af16
[qatl] flake8 clean after issues fixes
f97186d
+ [x] #26 + [x] #27 + [x] #28 + [x] #29 + [x] #30 + [x] #31 + [x] #32
Version fixes + flake8 fixes (#44)
c723ac4
* [qatl] fix for issue #26 * [qatl] fix for issue #27 * [qatl] fix for issue #28 * [qatl] fix for issue #29 * [qatl] fix for issue #30 * [qatl] fix for issue #31 * [qatl] fix for issue #32 * [qatl] flake8 clean after issues fixes + [x] #26 + [x] #27 + [x] #28 + [x] #29 + [x] #30 + [x] #31 + [x] #32 * [qatl] fixes for py27 * [qatl] Update to v0.0.6 * [qatl] readme fix for pypi RST
netzulo
No branches or pull requests
api_tsuite don't handle if ID does not exist for testlink, maybe error it's at error response structure
The text was updated successfully, but these errors were encountered: