String Formatter for Robot Framework
Project description
StringFormat is a string formatter for Robot Framework. This library is a python .format() wrapper.
Usage
*** Settings *** |
|||||
Library |
StringFormat |
||||
*** Test Cases *** |
|||||
Format Text |
|||||
${url}= |
Format String |
https://api.domain.com/users/{0}/sites/{1} |
paul |
internal |
|
Log To Console |
${url} |
Output
https://api.domain.com/users/paul/sites/internal
Supported Format
StringFormat library utilizes python str.format method to construct formatted string. The format spec depends on what version of python this library being executed on. See the following resources for detail.
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for robotframework_stringformat-0.1.8-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33869cf54e246257cdc40939b3799ece275ec63c239969a6b548497b0af7aa5b |
|
MD5 | 6598224b30fca9e9130727ebf6bdf9b7 |
|
BLAKE2b-256 | 3825f027743aa1c7db5336556cc08fb6d999de7cc79c3f61f934197ad961e692 |