https://github.com/symonk/pytest-containers
:rocket: A pytest plugin for starting docker compose services around tests
https://github.com/symonk/pytest-containers
Last synced: about 2 months ago
JSON representation
:rocket: A pytest plugin for starting docker compose services around tests
- Host: GitHub
- URL: https://github.com/symonk/pytest-containers
- Owner: symonk
- License: apache-2.0
- Created: 2023-04-06T19:32:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T20:44:56.000Z (over 1 year ago)
- Last Synced: 2025-02-08T20:47:30.798Z (3 months ago)
- Language: Python
- Homepage:
- Size: 2.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- Changelog: changelog/changelog.rst
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
==================
pytest-containers
==================.. image:: .github/.images/logo.jpeg
:class: with-border
:width: 250
:height: 250.. image:: https://img.shields.io/pypi/v/pytest-containers.svg
:target: https://pypi.python.org/pypi/pytest-containers-----
================
Getting Started
================A pytest plugin for spinning up docker compose services as dependencies of tests
-----