All Projects → ClearcodeHQ → Pytest Dbfixtures

ClearcodeHQ / Pytest Dbfixtures

Licence: lgpl-3.0

Programming Languages

python
139335 projects - #7 most used programming language

pytest-dbfixtures

.. image:: https://img.shields.io/pypi/v/pytest-dbfixtures.svg :target: https://pypi.python.org/pypi/pytest-dbfixtures/ :alt: Latest PyPI version

.. image:: https://readthedocs.org/projects/pytest-dbfixtures/badge/?version=v1.0.0 :target: http://pytest-dbfixtures.readthedocs.org/en/v1.0.0/ :alt: Documentation Status

.. image:: https://img.shields.io/pypi/wheel/pytest-dbfixtures.svg :target: https://pypi.python.org/pypi/pytest-dbfixtures/ :alt: Wheel Status

.. image:: https://img.shields.io/pypi/pyversions/pytest-dbfixtures.svg :target: https://pypi.python.org/pypi/pytest-dbfixtures/ :alt: Supported Python Versions

.. image:: https://img.shields.io/pypi/l/pytest-dbfixtures.svg :target: https://pypi.python.org/pypi/pytest-dbfixtures/ :alt: License

Overview

Pytest dbfixtures was a pytest plugin that makes it a lot easier to set up proper database or storage engine for testing.

As of version 1.0.0 every process fixture got moved into it's own pytest plugin for easier maintenance, and pytest-dbfixture itself got converted into the meta-package.

List of packages:

  • pytest-elasticsearch <https://pypi.python.org/pypi/pytest-elasticsearch/>_
  • pytest-postgresql <https://pypi.python.org/pypi/pytest-postgresql/>_
  • pytest-dynamodb <https://pypi.python.org/pypi/pytest-dynamodb/>_
  • pytest-rabbitmq <https://pypi.python.org/pypi/pytest-rabbitmq/>_
  • pytest-mysql <https://pypi.python.org/pypi/pytest-mysql/>_
  • pytest-redis <https://pypi.python.org/pypi/pytest-redis/>_
  • pytest-mongo <https://pypi.python.org/pypi/pytest-mongo/>_

Please see individual packages on how to use them, although their usage is pretty similar.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].