Metadata-Version: 2.3
Name: pytest-xdocker
Version: 0.2.4
Summary: Pytest fixture to run docker across test runs.
Author: Marc Tardif
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: attrs (>=25.3.0,<26.0.0)
Requires-Dist: netifaces (>=0.11.0,<0.12.0)
Requires-Dist: psutil (>=6.1.1,<7.0.0)
Requires-Dist: pyhamcrest (>=2.1.0,<3.0.0)
Requires-Dist: pytest (>=7.4.2,<8.0.0)
Requires-Dist: pytest-cache (>=1.0,<2.0)
Requires-Dist: pytest-xprocess (>=1.0.2,<2.0.0)
Project-URL: Repository, https://github.com/cr3/pytest-xdocker
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.9, 3.10, 3.11, 3.12, 3.13

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/>`_

