22
33Reusable test fixtures for any and all databases.
44
5- <!-- markdownlint-disable -->
6- <p align =" center " >
7- <!-- github-banner-start -->
8- <img src =" https://raw.githubusercontent.com/litestar-org/branding/main/assets/Branding%20-%20SVG%20-%20Transparent/Logo%20-%20Banner%20-%20Inline%20-%20Light.svg#gh-light-mode-only " alt =" Litestar Logo - Light " width =" 100% " height =" auto " />
9- <img src =" https://raw.githubusercontent.com/litestar-org/branding/main/assets/Branding%20-%20SVG%20-%20Transparent/Logo%20-%20Banner%20-%20Inline%20-%20Dark.svg#gh-dark-mode-only " alt =" Litestar Logo - Dark " width =" 100% " height =" auto " />
10- <!-- github-banner-end -->
11- </p >
12- <!-- markdownlint-restore -->
135<div align =" center " >
146
157<!-- prettier-ignore-start -->
168
179| Project | | Status |
1810|-----------|:----|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
19- | CI/CD | | [](https://github.com/litestar-org/pytest-databases/actions/workflows/publish.yml) [](https://github.com/litestar-org/pytest-databases/actions/workflows/ci.yml) [](https://github.com/litestar-org/pytest-databases/actions/workflows/docs.yml) |
11+ | CI/CD | | [](https://github.com/litestar-org/pytest-databases/actions/workflows/release.yml) [](https://github.com/litestar-org/pytest-databases/actions/workflows/ci.yml) [](https://github.com/litestar-org/pytest-databases/actions/workflows/docs.yml) |
2012| Quality | | [](https://codecov.io/github/litestar-org/pytest-databases) [](https://sonarcloud.io/summary/new_code?id=litestar-org_pytest_databases) [](https://sonarcloud.io/summary/new_code?id=litestar-org_pytest_databases) [](https://sonarcloud.io/summary/new_code?id=litestar-org_pytest_databases) [](https://sonarcloud.io/summary/new_code?id=litestar-org_pytest_databases) |
2113| Package | | [ ![ PyPI - Version] ( https://img.shields.io/pypi/v/pytest-databases?labelColor=202235&color=edb641&logo=python&logoColor=edb641 )] ( https://badge.fury.io/py/pytest-databases ) ![ PyPI - Support Python Versions] ( https://img.shields.io/pypi/pyversions/pytest-databases?labelColor=202235&color=edb641&logo=python&logoColor=edb641 ) |
2214| Community | | [](https://reddit.com/r/litestarapi) [](https://discord.gg/litestar-919193495116337154) [](https://matrix.to/#/#litestar:matrix.org) [](https://blog.litestar.dev) [](https://twitter.com/LitestarAPI) [](https://blog.litestar.dev) |
@@ -25,10 +17,10 @@ Reusable test fixtures for any and all databases.
2517<!-- prettier-ignore-end -->
2618</div >
2719
28- > [ !WARNING] > ** Pre-Release Alpha Stage **
20+ > [ !WARNING]
2921>
30- > Please note that pytest-databases is currently in a pre-release alpha stage of development. This means the library is still under
31- > active development, and its API is subject to change. We encourage developers to experiment with pytest-databases and provide
22+ > Please note that pytest-databases is currently in a pre-release stage of development. This means the library is still under
23+ > active development, and its initial API is subject to change. We encourage developers to experiment with pytest-databases and provide
3224> feedback, but we recommend against using it in production environments until a stable release is available.`
3325
3426## About
0 commit comments