Metadata-Version: 2.1
Name: pytest-drf
Version: 1.0.0
Summary: A Django REST framework plugin for pytest.
Home-page: https://github.com/theY4Kman/pytest-drf
Author: Zach "theY4Kman" Kanzler
Author-email: they4kman@gmail.com
Requires-Python: >=3.6,<4.0
License-File: LICENSE
Requires-Dist: djangorestframework>3
Requires-Dist: inflection<0.4.0,>=0.3.1
Requires-Dist: pytest-assert-utils<0.2.0,>=0.1.0
Requires-Dist: pytest-common-subject<2.0,>=1.0
Requires-Dist: pytest-lambda<2.0,>=1.1
Requires-Dist: pytest>=3.6

# pytest-drf

pytest-drf allows you to test your Django REST framework APIs with the [pytest testing tool](http://pytest.org).
