Name:Dictionary Should Contain ValueSource:Collections <test library>Arguments:[ dictionary | value | msg=None ]Fails if `value` is not found ...
Name:List Should Contain ValueSource:Collections lt test library gt Arguments: list value msg None Fails if the value is not found from list . If msg is not given, the default error message b c does n ...
2017-07-21 11:08 0 1370 推荐指数:
Name:Dictionary Should Contain ValueSource:Collections <test library>Arguments:[ dictionary | value | msg=None ]Fails if `value` is not found ...
Name:Get From ListSource:Collections <test library>Arguments:[ list_ | index ]Returns the value specified with an `index` from `list ...
Arguments:[ list_ | *values ]Adds `values` to the end of `list`. ...
Name:Get From DictionarySource:Collections <test library>Arguments:[ dictionary | key ]Returns a value from the given `dictionary` based ...
Name:Set To DictionarySource:Collections <test library>Arguments:[ dictionary | *key_value_pairs ]Adds the given `key_value ...
Name:Create DictionarySource:Collections <test library>Arguments:[ *key_value_pairs ] ...
1.下载 DatabaseLibrary 库 pip install robotframework-databaselibrary 2.下载 pymysql 库(作为中间件) pip install pymysql 3.工程中导入 DatabaseLibrary 库 ...
should be true 是否等于;判断是否should contain 是否包含 a是否包含b ...