py-bdd-context


Namepy-bdd-context JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/imobanco/py-bdd-context
SummaryBiblioteca com Context Manager para facilitar os testes de Behavior Driven Development (BDD)
upload_time2023-04-26 19:06:25
maintainer
docs_urlNone
authorImobanco
requires_python>=3.8,<4.0
licenseGPLv3
keywords bdd context manager tests
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # py-bdd-context

Library with Context Manager to facilitate Behavior Driven Development (BDD) tests.

This library will help you organize your tests!

## Using
There are examples of how to use the lib in the `examples` folder.


## Installing
https://pypi.org/project/py-bdd-context/
```
pip install py-bdd-context
```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/imobanco/py-bdd-context",
    "name": "py-bdd-context",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "BDD,Context Manager,tests",
    "author": "Imobanco",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/c2/40/4f436292504666a5791e8c09d877d133b9cbef9b756acae572ce014867a3/py-bdd-context-0.0.4.tar.gz",
    "platform": null,
    "description": "# py-bdd-context\n\nLibrary with Context Manager to facilitate Behavior Driven Development (BDD) tests.\n\nThis library will help you organize your tests!\n\n## Using\nThere are examples of how to use the lib in the `examples` folder.\n\n\n## Installing\nhttps://pypi.org/project/py-bdd-context/\n```\npip install py-bdd-context\n```",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Biblioteca com Context Manager para facilitar os testes de Behavior Driven Development (BDD)",
    "version": "0.0.4",
    "split_keywords": [
        "bdd",
        "context manager",
        "tests"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68d6b94a26539969abf55c5a8d5ced95493bee2cb3d7a3860504e40dd44bba0c",
                "md5": "c28891d58c1db837a3e21c028aa17126",
                "sha256": "e7a77b1edf60e40e4f1d6f10f6ea82ae082f989ee60bf05f4bf4bf3520c033e7"
            },
            "downloads": -1,
            "filename": "py_bdd_context-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c28891d58c1db837a3e21c028aa17126",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 4008,
            "upload_time": "2023-04-26T19:06:26",
            "upload_time_iso_8601": "2023-04-26T19:06:26.456215Z",
            "url": "https://files.pythonhosted.org/packages/68/d6/b94a26539969abf55c5a8d5ced95493bee2cb3d7a3860504e40dd44bba0c/py_bdd_context-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2404f436292504666a5791e8c09d877d133b9cbef9b756acae572ce014867a3",
                "md5": "72ea327b7cc7a1b6992fb02e467f2e46",
                "sha256": "cd14204bfb3a98fe64386757b7c6f8a5be8b510e4404b61bfcbc6a8cb9fe5f9e"
            },
            "downloads": -1,
            "filename": "py-bdd-context-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "72ea327b7cc7a1b6992fb02e467f2e46",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 3366,
            "upload_time": "2023-04-26T19:06:25",
            "upload_time_iso_8601": "2023-04-26T19:06:25.148975Z",
            "url": "https://files.pythonhosted.org/packages/c2/40/4f436292504666a5791e8c09d877d133b9cbef9b756acae572ce014867a3/py-bdd-context-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-26 19:06:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "imobanco",
    "github_project": "py-bdd-context",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "py-bdd-context"
}
        
Elapsed time: 0.06031s