Utility scripts for formatting Robot Framework code
Project description
Introduction
Requirements
Python 3.6+ and Robot Framework 3.2.1+.
Installation
You can install RobotClean simply by running:
pip install robotframework-clean
Usage
RobotClean support following modes (you can mix them):
splitting keyword(s)
robotclean –mode split –path test.robot –line 10 –end-line 10
It will split keyword(s) at given location. Example:
Keyword ${var} ${var2}
to:
Keyword ... ${var} ... ${var2}
renaming keyword(s)
robotclean –mode rename –path test.robot
It will rename keyword(s) at given location to follow Title Case. Example:
this_is_keyword This Is Keyword This is keyword And also ABBREV
to:
This Is Keyword This Is Keyword This Is Keyword And Also ABBREV
aligning to column(s)
robotclean –mode align –path test.robot –line 5 –end-line 10
It will align variables and keywords to column like appearance. Example:
${var} Keyword ${var1} 4 test ${var} test=${5} Longer Keyword ${var} ${value} Set Variable If ${value}==True 5
to:
${var} Keyword ${var1} 4 test ${var} test=${5} Longer Keyword ${var} ${value} Set Variable If ${value}==True 5
replacing tabs to spaces
robotclean –mode tabs_to_spaces –path test.robot
It will replace all tab character by spaces (while trying to preserve aligment)
adjusting whitespace
robotclean –mode whitespace –path test.robot
It will adjust whole robot file to set of rules: - no empty sections allowed - 2 empty lines between sections - 1 empty line between tests and keywords - 1 trailing line at the end of file - no trailing whitespace
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file robotframework-clean-1.1.0.tar.gz
.
File metadata
- Download URL: robotframework-clean-1.1.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 124252a7f628ccce32e95b7ebcb4ee9b474ffaee5c0aa79767ff91dfcf7b96b2 |
|
MD5 | da4fd8a7a72610b535e279ed1871ef67 |
|
BLAKE2b-256 | 3f96c5846655c27af5f57c756e5e4e4fcf6452a6231eaac572b5680b2d01adfa |
Provenance
File details
Details for the file robotframework_clean-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: robotframework_clean-1.1.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ae27323482d2cc7275a5dd0da66fca10389efcf40f1354fef545d59acf1337c |
|
MD5 | 219039c17e41e3198c78a26de4d679ea |
|
BLAKE2b-256 | 1458e5b9fc8f300f9d347e5702ea202ddb629bd55574311c261b19eaf08ae170 |