MyGit

v0.8.0

MarketSquare/robotframework-requests

版本发布时间: 2021-02-11 06:26:28

MarketSquare/robotframework-requests最新发布版本:v1.0a11(2024-05-28 15:36:04)

What's new

New keywords structure: All requests keywords have been rewritten because of many not backward compatible changes and to allow in the near future requests keywords without a session. Example Get Request become GET On Session and soon there will be also just GET when a session is not needed. Old keywords * Request are now deprecated and will be removed in 1.0.0 version.

Implicit assert on status code: * On Session keywords automatically fail if an error status code is returned. expect_status= could be used to specify a status code (201, OK, Bad request) or any if you want to evaluate the response in any case.

Closer to the original Requests library: New keywords have the same parameter orders and structure as the original. Lot of pre-parsing / encoding has been removed to have a more accurate and unchanged behaviour.

Cleaner project architecture: Main keywords file has been split with a more logic division to allow better and faster maintenance.

Features

Fixes

Others

相关地址:原始地址 下载(tar) 下载(zip)

查看:2021-02-11发行的版本