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
- pytest-postgresql
- pytest-dynamodb
- pytest-rabbitmq
- pytest-mysql
- pytest-redis
- pytest-mongo
Please see individual packages on how to use them, although their usage is pretty similar.