robot-list


Namerobot-list JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttps://github.com/Venixa/robot_list
SummaryThis is a package which lists the robot framework tests using robot command line arguments
upload_time2024-07-22 12:11:48
maintainerNone
docs_urlNone
authorVenixa Innovations
requires_python>=3.6
licenseNone
keywords robot framework list list robotframework tests list robot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # robot_list </br>
Do you want to list the testcases of a suite in robot framework before start execution? </br>
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. </br>
**Venixa Robot-List** </br>
List the robot tests by taking robot flags as cmd line arguments </br>

Usage: </br>
python -m robot_list.robot_list '--include test1 --exclude test2 tests/' </br>
python -m robot_list.robot_list '-i test1 -e test2 tests/' </br>
python -m robot_list.robot_list '--suite suite1 --test test1 tests/'  </br>
python -m robot_list.robot_list '-s suite1 -t test1* tests/' </br>
python -m robot_list.robot_list '--include test1 --exclude test2 --suite suite1 tests/' </br>
python -m robot_list.robot_list '-i test1 -e test2 -s suite1* tests/' </br>
 </br>
or </br> </br>

from robot_list import robot_list
robot_list = robot_list.RobotList(command) </br>
test_list = robot_list.list_robot_tests() </br>


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Venixa/robot_list",
    "name": "robot-list",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "robot framework list, list robotframework tests, list robot",
    "author": "Venixa Innovations",
    "author_email": "venixainnovations@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/65/c1/b3aa78727dd32620a963f6c6c4c2948a030b29c0dbb09922281457ec6a77/robot_list-0.0.8.tar.gz",
    "platform": null,
    "description": "# robot_list </br>\r\nDo you want to list the testcases of a suite in robot framework before start execution? </br>\r\nHere, 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. </br>\r\n**Venixa Robot-List** </br>\r\nList the robot tests by taking robot flags as cmd line arguments </br>\r\n\r\nUsage: </br>\r\npython -m robot_list.robot_list '--include test1 --exclude test2 tests/' </br>\r\npython -m robot_list.robot_list '-i test1 -e test2 tests/' </br>\r\npython -m robot_list.robot_list '--suite suite1 --test test1 tests/'  </br>\r\npython -m robot_list.robot_list '-s suite1 -t test1* tests/' </br>\r\npython -m robot_list.robot_list '--include test1 --exclude test2 --suite suite1 tests/' </br>\r\npython -m robot_list.robot_list '-i test1 -e test2 -s suite1* tests/' </br>\r\n </br>\r\nor </br> </br>\r\n\r\nfrom robot_list import robot_list\r\nrobot_list = robot_list.RobotList(command) </br>\r\ntest_list = robot_list.list_robot_tests() </br>\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This is a package which lists the robot framework tests using robot command line arguments",
    "version": "0.0.8",
    "project_urls": {
        "Bug Tracker": "https://github.com/Venixa/robot_list/issues",
        "Homepage": "https://github.com/Venixa/robot_list"
    },
    "split_keywords": [
        "robot framework list",
        " list robotframework tests",
        " list robot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1db4bbc309ebbefb89f888b41edbad688e83a6a2447f686205775e334b4b878b",
                "md5": "9f5c0e4a0e37103b945058373a014036",
                "sha256": "a9ce991bc4f33f52527be57e83cd7405bba5368ae5559c64ec92b5db6afcbdc0"
            },
            "downloads": -1,
            "filename": "robot_list-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9f5c0e4a0e37103b945058373a014036",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4484,
            "upload_time": "2024-07-22T12:11:46",
            "upload_time_iso_8601": "2024-07-22T12:11:46.829473Z",
            "url": "https://files.pythonhosted.org/packages/1d/b4/bbc309ebbefb89f888b41edbad688e83a6a2447f686205775e334b4b878b/robot_list-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65c1b3aa78727dd32620a963f6c6c4c2948a030b29c0dbb09922281457ec6a77",
                "md5": "302e0f3503b2ab4bed34be036f8c1b88",
                "sha256": "b76edaabef2203bb47c992ff60f200e36042c86c785617c89e860f5aae2bd898"
            },
            "downloads": -1,
            "filename": "robot_list-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "302e0f3503b2ab4bed34be036f8c1b88",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4267,
            "upload_time": "2024-07-22T12:11:48",
            "upload_time_iso_8601": "2024-07-22T12:11:48.296367Z",
            "url": "https://files.pythonhosted.org/packages/65/c1/b3aa78727dd32620a963f6c6c4c2948a030b29c0dbb09922281457ec6a77/robot_list-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-22 12:11:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Venixa",
    "github_project": "robot_list",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "robot-list"
}
        
Elapsed time: 1.08524s