pytest-pogo


Namepytest-pogo JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/NRWLDev/pytest-pogo
SummaryPytest plugin for pogo-migrate
upload_time2024-03-11 11:12:35
maintainerDaniel Edgecombe
docs_urlNone
authorDaniel Edgecombe
requires_python>=3.9,<4.0
licenseApache
keywords migrations migrate database asyncpg 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-migrate.svg)](https://pypi.org/project/pytest-migrate/)
[![image](https://img.shields.io/pypi/l/pytest-migrate.svg)](https://pypi.org/project/pytest-migrate/)
[![image](https://img.shields.io/pypi/pyversions/pytest-migrate.svg)](https://pypi.org/project/pytest-migrate/)
![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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NRWLDev/pytest-pogo",
    "name": "pytest-pogo",
    "maintainer": "Daniel Edgecombe",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "daniel@nrwl.co",
    "keywords": "migrations,migrate,database,asyncpg,pytest",
    "author": "Daniel Edgecombe",
    "author_email": "daniel@nrwl.co",
    "download_url": "https://files.pythonhosted.org/packages/3d/6a/0000da24eb0b3b42d2a3f59900bd6c37429e35c15c0bbf0666a36b939bb5/pytest_pogo-0.0.2.tar.gz",
    "platform": null,
    "description": "# Pytest plugin for Pogo migrate - asyncpg migration tooling\n[![image](https://img.shields.io/pypi/v/pytest-migrate.svg)](https://pypi.org/project/pytest-migrate/)\n[![image](https://img.shields.io/pypi/l/pytest-migrate.svg)](https://pypi.org/project/pytest-migrate/)\n[![image](https://img.shields.io/pypi/pyversions/pytest-migrate.svg)](https://pypi.org/project/pytest-migrate/)\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",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "Pytest plugin for pogo-migrate",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/NRWLDev/pytest-pogo"
    },
    "split_keywords": [
        "migrations",
        "migrate",
        "database",
        "asyncpg",
        "pytest"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5cd2714c569c0ec7b7c23e0862a3344718e6383a625a1350958c3bb20b7dd467",
                "md5": "7a138cc19dd9ea9950dfd812afa7df59",
                "sha256": "c68549b10ace4036099f1074e4f7a5b0e4a78ee7a299bc5e659bd2db70520510"
            },
            "downloads": -1,
            "filename": "pytest_pogo-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7a138cc19dd9ea9950dfd812afa7df59",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 2043,
            "upload_time": "2024-03-11T11:12:34",
            "upload_time_iso_8601": "2024-03-11T11:12:34.119642Z",
            "url": "https://files.pythonhosted.org/packages/5c/d2/714c569c0ec7b7c23e0862a3344718e6383a625a1350958c3bb20b7dd467/pytest_pogo-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d6a0000da24eb0b3b42d2a3f59900bd6c37429e35c15c0bbf0666a36b939bb5",
                "md5": "973ab7301f62b82dc442d37bc989adb7",
                "sha256": "95637d87d2681b65d7c84b20dbb423a213cec29fc6850753e0d065ea4ccdcff7"
            },
            "downloads": -1,
            "filename": "pytest_pogo-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "973ab7301f62b82dc442d37bc989adb7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 2308,
            "upload_time": "2024-03-11T11:12:35",
            "upload_time_iso_8601": "2024-03-11T11:12:35.114575Z",
            "url": "https://files.pythonhosted.org/packages/3d/6a/0000da24eb0b3b42d2a3f59900bd6c37429e35c15c0bbf0666a36b939bb5/pytest_pogo-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-11 11:12:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NRWLDev",
    "github_project": "pytest-pogo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pytest-pogo"
}
        
Elapsed time: 0.20181s