Metadata-Version: 2.4
Name: pytest-ampel-core
Version: 0.10.0a3
Summary: A plugin to provide AmpelContext fixtures in pytest
License-Expression: BSD-3-Clause
License-File: LICENSE
Author: Jakob van Santen
Author-email: jakob.van.santen@desy.de
Maintainer: Jakob van Santen
Maintainer-email: jakob.van.santen@desy.de
Requires-Python: >=3.10, <4
Classifier: Framework :: Pytest
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
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 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: ampel-core (>=0.10.6a17,<0.11)
Requires-Dist: mongomock (>=4.3.0,<5.0.0)
Requires-Dist: pytest (>=6.2.0)
Project-URL: Repository, https://github.com/AmpelProject/pytest-ampel-core
Description-Content-Type: text/x-rst

=================
pytest-ampel-core
=================

.. image:: https://img.shields.io/pypi/v/pytest-ampel-core.svg
    :target: https://pypi.org/project/pytest-ampel-core
    :alt: PyPI version

.. image:: https://img.shields.io/pypi/pyversions/pytest-ampel-core.svg
    :target: https://pypi.org/project/pytest-ampel-core
    :alt: Python versions

.. image:: https://github.com/jvansanten/pytest-ampel-core/actions/workflows/main.yml/badge.svg
    :target: https://github.com/jvansanten/pytest-ampel-core/actions/workflows/main.yml
    :alt: See Build Status on GitHub Actions

A plugin to provide AmpelContext fixtures in pytest

----

This `pytest`_ plugin was generated with `Cookiecutter`_ along with `@hackebrot`_'s `cookiecutter-pytest-plugin`_ template.


Features
--------

* TODO


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

* TODO


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

You can install "pytest-ampel-core" via `pip`_ from `PyPI`_::

    $ pip install pytest-ampel-core


Usage
-----

* TODO

Contributing
------------
Contributions are very welcome. Tests can be run with `tox`_, please ensure
the coverage at least stays the same before you submit a pull request.

License
-------

Distributed under the terms of the `BSD-3`_ license, "pytest-ampel-core" is free and open source software


Issues
------

If you encounter any problems, please `file an issue`_ along with a detailed description.

.. _`Cookiecutter`: https://github.com/audreyr/cookiecutter
.. _`@hackebrot`: https://github.com/hackebrot
.. _`MIT`: https://opensource.org/licenses/MIT
.. _`BSD-3`: https://opensource.org/licenses/BSD-3-Clause
.. _`GNU GPL v3.0`: https://www.gnu.org/licenses/gpl-3.0.txt
.. _`Apache Software License 2.0`: https://www.apache.org/licenses/LICENSE-2.0
.. _`cookiecutter-pytest-plugin`: https://github.com/pytest-dev/cookiecutter-pytest-plugin
.. _`file an issue`: https://github.com/jvansanten/pytest-ampel-core/issues
.. _`pytest`: https://github.com/pytest-dev/pytest
.. _`tox`: https://tox.readthedocs.io/en/latest/
.. _`pip`: https://pypi.org/project/pip/
.. _`PyPI`: https://pypi.org/project

