This is a package which lists the robot framework tests using robot command line arguments
Project description
robot_list
List the robot tests by taking robot flags are command 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)
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
Hashes for robot_list-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f70f97924023515ccd7d5cde0f7fd1b267c6ece2a99de9379643b4a21e263978 |
|
MD5 | 31a8f6f10998e624213ee499d4b1847b |
|
BLAKE2b-256 | 64d437254d1888cce7317b17c0c9db525f4947b6d60496398db03ac57e73e96c |