This is a package which lists the robot framework tests using robot command line arguments
Project description
robot_list
Do you want to list the testcases of a suite in robot framework before start execution?
Here, is the solution for this. This package will perform the dry run on the command line which user is given and list all the tests.
Venixa Robot-List
List the robot tests by taking robot flags as cmd line arguments
Usage:
python -m robot_list.robot_list '--include test1 --exclude test2 tests/'
python -m robot_list.robot_list '-i test1 -e test2 tests/'
python -m robot_list.robot_list '--suite suite1 --test test1 tests/'
python -m robot_list.robot_list '-s suite1 -t test1* tests/'
python -m robot_list.robot_list '--include test1 --exclude test2 --suite suite1 tests/'
python -m robot_list.robot_list '-i test1 -e test2 -s suite1* tests/'
or
from robot_list import robot_list
robot_list = robot_list.RobotList(command)
test_list = robot_list.list_robot_tests()
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
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 robot_list-0.0.8.tar.gz.
File metadata
- Download URL: robot_list-0.0.8.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b76edaabef2203bb47c992ff60f200e36042c86c785617c89e860f5aae2bd898
|
|
| MD5 |
302e0f3503b2ab4bed34be036f8c1b88
|
|
| BLAKE2b-256 |
65c1b3aa78727dd32620a963f6c6c4c2948a030b29c0dbb09922281457ec6a77
|
File details
Details for the file robot_list-0.0.8-py3-none-any.whl.
File metadata
- Download URL: robot_list-0.0.8-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9ce991bc4f33f52527be57e83cd7405bba5368ae5559c64ec92b5db6afcbdc0
|
|
| MD5 |
9f5c0e4a0e37103b945058373a014036
|
|
| BLAKE2b-256 |
1db4bbc309ebbefb89f888b41edbad688e83a6a2447f686205775e334b4b878b
|