Static analysis tool for robotframework plain text files
Project description
Welcome to Robot Framework Lint
Linter for robot framework plain text files.
This is a static analysis tool for robot framework plain text files.
Installation Instructions
The preferred method of installation is to use pip:
$ pip install robotframework-lint
This will install a package named “rflint”.
Running the linter
To run, use the -m option to python, to run the rflint module. It takes one or more .txt, .tsv or .robot files and will analyze each.
Example:
$ python -m rflint myTestSuite.robot
To see a list of options, use the –help option:
$ python -m rflint –help
Example output:
$ python -m rflint myTestSuite.robot + myTestSuite.robot W: 2, 0: No suite documentation (RequireSuiteDocumentation) E: 15, 0: No keyword documentation (RequireKeywordDocumentation)
Acknowledgements
A huge thank-you to Echo Global Logistics (echo.com) for supporting the development of this package.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file robotframework-lint-0.3.tar.gz
.
File metadata
- Download URL: robotframework-lint-0.3.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35f0110bd333d39b0781d40c6cf87eaefa480a9c2e4f0120f3de636e504e1bba |
|
MD5 | ad2281b63a577d963faba7e83115b458 |
|
BLAKE2b-256 | 62ed80827256a383520bbac2528bd0ab18f2b3a06eedeb57fa1599e79c42d1ec |