pytest-pogo


Namepytest-pogo JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryPytest plugin for pogo-migrate
upload_time2024-09-09 16:28:27
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords asyncpg database migrate migrations pytest
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pytest plugin for Pogo migrate - asyncpg migration tooling
[![image](https://img.shields.io/pypi/v/pytest-pogo.svg)](https://pypi.org/project/pytest-pogo/)
[![image](https://img.shields.io/pypi/l/pytest-pogo.svg)](https://pypi.org/project/pytest-pogo/)
[![image](https://img.shields.io/pypi/pyversions/pytest-pogo.svg)](https://pypi.org/project/pytest-pogo/)
![style](https://github.com/NRWLDev/pytest-pogo/actions/workflows/style.yml/badge.svg)
![tests](https://github.com/NRWLDev/pytest-pogo/actions/workflows/tests.yml/badge.svg)
[![codecov](https://codecov.io/gh/NRWLDev/pytest-pogo/branch/main/graph/badge.svg)](https://codecov.io/gh/NRWLDev/pytest-pogo)


Provides `pogo_engine` fixture which will apply local migrations at the start
of the test session, and roll them back at the end.

Additionally `pytest-pogo` honours pytests `-v/--verbose` flags to increase log
verbosity, if migrations don't appear to be applying correctly, this will
capture more verbose logs.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pytest-pogo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Daniel Edgecombe <daniel@nrwl.co>",
    "keywords": "asyncpg, database, migrate, migrations, pytest",
    "author": null,
    "author_email": "Daniel Edgecombe <daniel@nrwl.co>",
    "download_url": "https://files.pythonhosted.org/packages/c2/5d/47d6f1bb907906f9582913d09c8dd1fec58046c1a11e69b8369f3e900425/pytest_pogo-0.1.0.tar.gz",
    "platform": null,
    "description": "# Pytest plugin for Pogo migrate - asyncpg migration tooling\n[![image](https://img.shields.io/pypi/v/pytest-pogo.svg)](https://pypi.org/project/pytest-pogo/)\n[![image](https://img.shields.io/pypi/l/pytest-pogo.svg)](https://pypi.org/project/pytest-pogo/)\n[![image](https://img.shields.io/pypi/pyversions/pytest-pogo.svg)](https://pypi.org/project/pytest-pogo/)\n![style](https://github.com/NRWLDev/pytest-pogo/actions/workflows/style.yml/badge.svg)\n![tests](https://github.com/NRWLDev/pytest-pogo/actions/workflows/tests.yml/badge.svg)\n[![codecov](https://codecov.io/gh/NRWLDev/pytest-pogo/branch/main/graph/badge.svg)](https://codecov.io/gh/NRWLDev/pytest-pogo)\n\n\nProvides `pogo_engine` fixture which will apply local migrations at the start\nof the test session, and roll them back at the end.\n\nAdditionally `pytest-pogo` honours pytests `-v/--verbose` flags to increase log\nverbosity, if migrations don't appear to be applying correctly, this will\ncapture more verbose logs.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Pytest plugin for pogo-migrate",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "asyncpg",
        " database",
        " migrate",
        " migrations",
        " pytest"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1010444917a43fa9fc53d156935457a3b461873bf579827a2efacb032e37cae7",
                "md5": "7701d813ae148b319280ee3079fa67c6",
                "sha256": "76a15b1e51f2ce5dfd978824d65f947efc47e99c1dee973c21eeb38601844b61"
            },
            "downloads": -1,
            "filename": "pytest_pogo-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7701d813ae148b319280ee3079fa67c6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 2657,
            "upload_time": "2024-09-09T16:28:25",
            "upload_time_iso_8601": "2024-09-09T16:28:25.759322Z",
            "url": "https://files.pythonhosted.org/packages/10/10/444917a43fa9fc53d156935457a3b461873bf579827a2efacb032e37cae7/pytest_pogo-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c25d47d6f1bb907906f9582913d09c8dd1fec58046c1a11e69b8369f3e900425",
                "md5": "9bcb1ba3b3ea0b028c2b02b6a4771839",
                "sha256": "bb42cbed6136c5dd77185bcdd7599f655111108f9338b30e63296c7bedd0f6fe"
            },
            "downloads": -1,
            "filename": "pytest_pogo-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9bcb1ba3b3ea0b028c2b02b6a4771839",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 41461,
            "upload_time": "2024-09-09T16:28:27",
            "upload_time_iso_8601": "2024-09-09T16:28:27.088496Z",
            "url": "https://files.pythonhosted.org/packages/c2/5d/47d6f1bb907906f9582913d09c8dd1fec58046c1a11e69b8369f3e900425/pytest_pogo-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-09 16:28:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pytest-pogo"
}
        
Elapsed time: 5.08071s