Metadata-Version: 2.4
Name: pytest-xdocker
Version: 0.2.8
Summary: Pytest fixture to run docker across test runs.
Author-email: Marc Tardif <marc@interunion.ca>
License-File: LICENSE.rst
Requires-Python: <4.0,>=3.10
Requires-Dist: attrs>=25.3.0
Requires-Dist: netifaces2>=0.0.22
Requires-Dist: psutil>=6.1.1
Requires-Dist: pyhamcrest>=2.1.0
Requires-Dist: pytest-cache>=1.0
Requires-Dist: pytest-xprocess>=1.0.2
Requires-Dist: pytest>=9.0.0
Provides-Extra: check
Requires-Dist: ruff<1.0.0,>=0.9.0; extra == 'check'
Provides-Extra: docs
Requires-Dist: sphinx-rtd-theme<2.0.0,>=1.2.0; extra == 'docs'
Requires-Dist: sphinx<7.0.0,>=6.1.3; extra == 'docs'
Requires-Dist: sphinxcontrib-log-cabinet<2.0.0,>=1.0.1; extra == 'docs'
Provides-Extra: test
Requires-Dist: coverage<8.0.0,>=7.2.3; extra == 'test'
Requires-Dist: pytest-unique<1.0.0,>=0.1.7; extra == 'test'
Requires-Dist: yarl<2.0.0,>=1.18.3; extra == 'test'
Description-Content-Type: text/x-rst

pytest-xdocker
==============

`Pytest <http://pytest.org>`_  fixture to run docker across test runs.

.. image:: https://img.shields.io/badge/license-MIT-blue.svg
   :target: https://github.com/cr3/pytest-xdocker/blob/master/LICENSE
   :alt: License
.. image:: https://img.shields.io/pypi/v/pytest-xdocker.svg
   :target: https://pypi.python.org/pypi/pytest-xdocker/
   :alt: PyPI
.. image:: https://img.shields.io/github/issues-raw/cr3/pytest-xdocker.svg
   :target: https://github.com/cr3/pytest-xdocker/issues
   :alt: Issues

Requirements
------------

You will need the following prerequisites to use pytest-xdocker:

- Python 3.10, 3.11, 3.12, 3.13, 3.14

Installation
------------

To install pytest-xdocker:

.. code-block:: bash

  $ pip install pytest-xdocker

Usage
-----

TODO

Resources
---------

- `Documentation <https://cr3.github.io/pytest-xdocker/>`_
- `Release Notes <http://github.com/cr3/pytest-xdocker/blob/master/CHANGES.rst>`_
- `Issue Tracker <http://github.com/cr3/pytest-xdocker/issues>`_
- `Source Code <http://github.com/cr3/pytest-xdocker/>`_
- `PyPi <https://pypi.org/project/pytest-xdocker/>`_
