pytest-ai1899


Namepytest-ai1899 JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/Formartha/pytest-ai1899
Summarypytest plugin for connecting to ai1899 smart system stack
upload_time2024-03-10 19:11:56
maintainer
docs_urlNone
authorMor Dabastany
requires_python
licenseMIT
keywords pyest-ai1899
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <img src=".readme/pytest-ai1899-plugin.jpeg" alt="pytest-ai1899-plugin" width="220">

------

[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/license/mit)

What?
------
To enable seamless integration with ai1899 stack (https://github.com/Formartha/ai1899), a pytest plugin was created.
The plugin accepts query as an input or from pytest.ini directory and uses it to select testcases based on predefined citeria.

How to install?
----------
```
pip install pytest-ai1899
```

pytest.ini options examples:
-----------------------------------------------------

```
[pytest]
ai1899_endpoint = http://127.0.0.1/ai
ai1899_query = a test with data
ai1899_collection = Tests
ai1899_limit = 5
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Formartha/pytest-ai1899",
    "name": "pytest-ai1899",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pyest-ai1899",
    "author": "Mor Dabastany",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/2b/aa/29a2d73dfa73a08d0e82c3c5fa039c0c5eece1ba080870e94531756287f8/pytest-ai1899-1.0.0.tar.gz",
    "platform": null,
    "description": "<img src=\".readme/pytest-ai1899-plugin.jpeg\" alt=\"pytest-ai1899-plugin\" width=\"220\">\n\n------\n\n[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/license/mit)\n\nWhat?\n------\nTo enable seamless integration with ai1899 stack (https://github.com/Formartha/ai1899), a pytest plugin was created.\nThe plugin accepts query as an input or from pytest.ini directory and uses it to select testcases based on predefined citeria.\n\nHow to install?\n----------\n```\npip install pytest-ai1899\n```\n\npytest.ini options examples:\n-----------------------------------------------------\n\n```\n[pytest]\nai1899_endpoint = http://127.0.0.1/ai\nai1899_query = a test with data\nai1899_collection = Tests\nai1899_limit = 5\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "pytest plugin for connecting to ai1899 smart system stack",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/Formartha/pytest-ai1899"
    },
    "split_keywords": [
        "pyest-ai1899"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef64466681d38fcc6d73f84c4a41a7744f9c93ba0c03d225bf5ecc3a1f6a3708",
                "md5": "dc407858f8d00b3a9864f003c9ee71a1",
                "sha256": "096c848294bc93d417cfa93f18e360872fef818ddc2bc4941221513cfd705395"
            },
            "downloads": -1,
            "filename": "pytest_ai1899-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dc407858f8d00b3a9864f003c9ee71a1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4260,
            "upload_time": "2024-03-10T19:11:54",
            "upload_time_iso_8601": "2024-03-10T19:11:54.921315Z",
            "url": "https://files.pythonhosted.org/packages/ef/64/466681d38fcc6d73f84c4a41a7744f9c93ba0c03d225bf5ecc3a1f6a3708/pytest_ai1899-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2baa29a2d73dfa73a08d0e82c3c5fa039c0c5eece1ba080870e94531756287f8",
                "md5": "fe9f850cd5880d7e71fde6a54b6baded",
                "sha256": "c3ac7aa967cb7f1bb25d36d0fd997828bc98c843d133912392487d06fd094045"
            },
            "downloads": -1,
            "filename": "pytest-ai1899-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fe9f850cd5880d7e71fde6a54b6baded",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3784,
            "upload_time": "2024-03-10T19:11:56",
            "upload_time_iso_8601": "2024-03-10T19:11:56.578993Z",
            "url": "https://files.pythonhosted.org/packages/2b/aa/29a2d73dfa73a08d0e82c3c5fa039c0c5eece1ba080870e94531756287f8/pytest-ai1899-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-10 19:11:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Formartha",
    "github_project": "pytest-ai1899",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pytest-ai1899"
}
        
Elapsed time: 0.29990s