{"id":28545516,"url":"https://github.com/crate/pytest-cratedb","last_synced_at":"2026-03-02T04:31:19.145Z","repository":{"id":203423769,"uuid":"709447880","full_name":"crate/pytest-cratedb","owner":"crate","description":"A pytest plugin for CrateDB.","archived":false,"fork":false,"pushed_at":"2026-02-10T04:30:58.000Z","size":51,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-11T01:19:25.867Z","etag":null,"topics":["cratedb","cratedb-client","cratedb-connector","cratedb-driver","pytest","pytest-fixtures","pytest-plugin","test-tool","test-utility","testing-library","testing-tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"chaudum/pytest-crate","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crate.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-24T18:32:57.000Z","updated_at":"2026-02-10T04:31:02.000Z","dependencies_parsed_at":"2024-12-23T20:28:59.253Z","dependency_job_id":"3a1f2b42-2263-40a0-a340-53ce2afb8d92","html_url":"https://github.com/crate/pytest-cratedb","commit_stats":null,"previous_names":["crate-workbench/pytest-crate","crate/pytest-cratedb"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/crate/pytest-cratedb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crate%2Fpytest-cratedb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crate%2Fpytest-cratedb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crate%2Fpytest-cratedb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crate%2Fpytest-cratedb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crate","download_url":"https://codeload.github.com/crate/pytest-cratedb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crate%2Fpytest-cratedb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29992302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cratedb","cratedb-client","cratedb-connector","cratedb-driver","pytest","pytest-fixtures","pytest-plugin","test-tool","test-utility","testing-library","testing-tools"],"created_at":"2025-06-09T23:07:58.283Z","updated_at":"2026-03-02T04:31:19.108Z","avatar_url":"https://github.com/crate.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==============\nPytest CrateDB\n==============\n\n.. image:: https://github.com/crate/pytest-cratedb/actions/workflows/tests.yml/badge.svg\n    :target: https://github.com/crate/pytest-cratedb/actions/workflows/tests.yml\n    :alt: Build status\n\n.. image:: https://img.shields.io/pypi/status/pytest-cratedb.svg\n    :target: https://pypi.org/project/pytest-cratedb/\n    :alt: Status\n\n.. image:: https://codecov.io/gh/crate/pytest-cratedb/graph/badge.svg?token=OGZKWMMGMN\n    :target: https://app.codecov.io/gh/crate/pytest-cratedb\n    :alt: Coverage\n\n.. image:: https://static.pepy.tech/badge/pytest-cratedb/month\n    :target: https://pepy.tech/project/pytest-cratedb\n    :alt: PyPI Downloads\n\n|\n\n.. image:: https://img.shields.io/pypi/v/pytest-cratedb.svg\n    :target: https://pypi.org/project/pytest-cratedb/\n    :alt: PyPI Version\n\n.. image:: https://img.shields.io/pypi/l/pytest-cratedb.svg\n    :target: https://pypi.org/project/pytest-cratedb/\n    :alt: License\n\n.. image:: https://img.shields.io/pypi/pyversions/pytest-cratedb.svg\n    :target: https://pypi.org/project/pytest-cratedb/\n    :alt: Python Version\n\n\n|\n\n``pytest-cratedb`` is a plugin for pytest_ for writing integration tests that\ninteract with CrateDB_.\n\nThe CrateDB version can be specified using the ``--crate-version`` option when\nrunning ``pytest``. By default, the latest stable version of CrateDB is used.\n\nUsage\n=====\n``pytest-cratedb`` provides a pytest ``crate`` session fixture which downloads,\nstarts and stops a CrateDB node.\n\n.. code-block:: python\n\n   \u003e\u003e\u003e def test_database_access(crate):\n   ...     # perform database access\n   ...     ...\n\nExamples\n========\nSee `tests/test_layer.py \u003chttps://github.com/crate/pytest-cratedb/blob/main/tests/test_layer.py\u003e`_\nfor further examples.\n\nMigration Notes\n===============\nThis package, `pytest-cratedb`_ is a drop-in replacement for its predecessor\npackage `pytest-crate`_. It is recommended to uninstall pytest-crate\nbefore installing pytest-cratedb in your Python environment.\n\nDocumentation and Help\n======================\n- `Software testing with CrateDB`_\n- `CrateDB Python Client documentation`_\n- `CrateDB reference documentation`_\n- `CrateDB cr8 utilities`_\n- Other `support channels`_\n\nContributions\n=============\nThe Pytest CrateDB Plugin is an open source project, and is `managed on\nGitHub`_. We appreciate contributions of any kind.\n\n\n.. _crate-python: https://pypi.org/project/crate/\n.. _CrateDB: https://github.com/crate/crate\n.. _CrateDB Python Client documentation: https://cratedb.com/docs/python/\n.. _CrateDB cr8 utilities: https://github.com/mfussenegger/cr8/\n.. _CrateDB reference documentation: https://cratedb.com/docs/reference/\n.. _DB API 2.0: https://peps.python.org/pep-0249/\n.. _managed on GitHub: https://github.com/crate/pytest-cratedb\n.. _PyPI: https://pypi.org/\n.. _pytest: https://docs.pytest.org\n.. _pytest-crate: https://pypi.org/project/pytest-crate/\n.. _pytest-cratedb: https://pypi.org/project/pytest-cratedb/\n.. _Software testing with CrateDB: https://cratedb.com/docs/guide/topic/testing/\n.. _support channels: https://cratedb.com/support/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrate%2Fpytest-cratedb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrate%2Fpytest-cratedb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrate%2Fpytest-cratedb/lists"}