Metadata-Version: 2.4
Name: pytest-fixkit
Version: 2.0.2
Summary: A set of useful pytest fixtures that I use everyday.
Home-page: http://github.com/pylover/pytest-fixkit
Author: Vahid Mardani
Author-email: vahid.mardani@gmail.com
License: MIT
Classifier: Framework :: Pytest
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: System :: Networking
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Database
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytest
Requires-Dist: redis
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Some pytest fixtures

[![PyPI](http://img.shields.io/pypi/v/pytest-fixkit.svg)](https://pypi.python.org/pypi/pytest-fixkit)
[![Build](https://github.com/pylover/pytest-fixkit/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/pylover/pytest-fixkit/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/pylover/pytest-fixkit/badge.svg?branch=master)](https://coveralls.io/github/pylover/pytest-fixkit?branch=master)


## install

```bash
pip install pytest-fixkit
```

## Usage

Check the `tests` directory to figure out what fixtures are available and how
to use them.
