Find unused parts of your Robot Framework project
Project description
Robot Framework Find Unused
Find unused parts of your Robot Framework project.
Robocop is great at finding unused parts in a single file. Find unused finds unused parts across all your project files.
Allows you to find unused:
- Keywords
- Keyword arguments
- Keyword return statements
- Global variables
Installation
Install with pip
pip install robotframework-find-unused
How to use
This is a command-line tool.
-
Open a command line in your Robot Framework project
-
Run the following command to show available options:
robotunused --help
Find unused keywords
Walk through your .robot, .resource, and .py files. In those files, count how often each
keyword is used (called). Keywords with 0 uses are logged.
robotunused keywords
Please note that there are limitations. For an overview of current limitations, run the following command:
robotunused keywords --help
Available options
| flag | option | default | description |
|---|---|---|---|
-c, --show-count |
Output usage count for all keywords instead of only unused keywords | ||
-f, --filter |
Globlike pattern | Only output keywords who's name match the glob pattern. Match without library prefix | |
-d, --deprecated |
include / exclude / only |
include |
How to output deprecated keywords |
-p, --private |
include / exclude / only |
include |
How to output private keywords |
-l, --library |
include / exclude / only |
exclude |
How to output keywords from downloaded libraries |
-u, --unused-library |
include / exclude |
exclude |
How to output unused keywords from downloaded libraries |
-v, --verbose |
Show more log output. When provided twice: Show even more log output |
Find unused keyword arguments
Walk through your .robot, .resource, and .py files. In those files, count how often each
argument is used during a keyword call. Arguments with 0 uses are logged.
By default, will ignore arguments from unused keywords.
robotunused arguments
Please note that there are limitations. For an overview of current limitations, run the following command:
robotunused arguments --help
Available options
| flag | option | default | description |
|---|---|---|---|
-c, --show-count |
Show usage count for all arguments instead of only unused arguments | ||
-f, --filter |
Globlike pattern | Only output keywords who's name match the glob pattern. Match without library prefix | |
-d, --deprecated |
include / exclude / only |
include |
How to output deprecated keywords |
-p, --private |
include / exclude / only |
include |
How to output private keywords |
-l, --library |
include / exclude / only |
exclude |
How to output keywords from downloaded libraries |
-u, --unused |
include / exclude / only |
exclude |
How to output unused keywords |
-v, --verbose |
Show more log output. When provided twice: Show even more log output |
Find unused keyword return statements
Walk through your .robot, .resource, and .py files. In those files, count how often each
keyword return value is used (assigned to a variable). Keywords whose return value is never useds
are logged.
By default, will ignore arguments from unused keywords.
robotunused returns
Please note that there are limitations. For an overview of current limitations, run the following command:
robotunused returns --help
Available options
| flag | option | default | description |
|---|---|---|---|
-c, --show-count |
Output usage count for all keywords instead of only keywords with unused returns | ||
-f, --filter |
Globlike pattern | Only output keywords who's name match the glob pattern. Match without library prefix | |
-d, --deprecated |
include / exclude / only |
include |
How to output deprecated keywords |
-p, --private |
include / exclude / only |
include |
How to output private keywords |
-l, --library |
include / exclude / only |
exclude |
How to output keywords from downloaded libraries |
-u, --unused |
include / exclude / only |
exclude |
How to output unused keywords |
-v, --verbose |
Show more log output. When provided twice: Show even more log output |
Find unused global variables
Walk through your .robot and .resource files. In those files, count how often each
variable is used. Variables defined in a variables section with 0 uses are logged.
robotunused variables
Please note that there are limitations. For an overview of current limitations, run the following command:
robotunused variables --help
Available options
| flag | option | default | description |
|---|---|---|---|
-c, --show-count |
Show usage count for all variables instead of only unused variables | ||
-f, --filter |
Globlike pattern | Only show variables who's name match the glob pattern. Matching without {brackets} and $@& prefixes | |
-v, --verbose |
Show more log output. When provided twice: Show even more log output |
Contributing
I'm open to contributions. Please contact me in the issues.
When contributing, you'll need Poetry to manage dependencies.
Please ensure that you install the develop dependencies as well as the regular dependencies by running the following command:
poetry install --with dev
Linting
You can't merge with lint issues. This is enforced by the pipeline.
To run the linter, use the following command:
poetry run ruff check
Testing
You can't merge with failing tests. This is enforced by the pipeline.
To run all tests, use the following command:
poetry run pytest
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file robotframework_find_unused-0.3.0.tar.gz.
File metadata
- Download URL: robotframework_find_unused-0.3.0.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.2 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3be0dc32ebcf92c80e1755aef12b51b246a1b52f066985a10a45ce8275a73b50
|
|
| MD5 |
6be6aa62ead57fdad74d3d0b5c9cef3d
|
|
| BLAKE2b-256 |
6ce12c82753fcfc7f9b4af5e023ef1058659b6aa5a1a1de0d0c42eb8186083c0
|
File details
Details for the file robotframework_find_unused-0.3.0-py3-none-any.whl.
File metadata
- Download URL: robotframework_find_unused-0.3.0-py3-none-any.whl
- Upload date:
- Size: 34.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.2 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1a1da33f49150d94caf50e15c4384ebb621fbffc6f7ad9114254fc92ac037ff
|
|
| MD5 |
fd7ec54ac959a40b9cad8b5ff730cd86
|
|
| BLAKE2b-256 |
d081897861a848c33d76a649875556427247beb8c491cda0dd2b20bf6ff03f80
|