Generalized unit test base classes for Django Rest Framework (DRF) endpoints
Go to file
Daniil Fajnberg 8b8b41a3ee Initial commit 2022-01-11 16:06:44 +01:00
requirements Initial commit 2022-01-11 16:06:44 +01:00
src/package_name Initial commit 2022-01-11 16:06:44 +01:00
tests Initial commit 2022-01-11 16:06:44 +01:00
.coveragerc Initial commit 2022-01-11 16:06:44 +01:00
.gitignore Initial commit 2022-01-11 16:06:44 +01:00
README.md Initial commit 2022-01-11 16:06:44 +01:00
coverage.sh Initial commit 2022-01-11 16:06:44 +01:00
pyproject.toml Initial commit 2022-01-11 16:06:44 +01:00
setup.cfg Initial commit 2022-01-11 16:06:44 +01:00

README.md

drf-testutils

Generalized unit test base classes for Django Rest Framework (DRF) endpoints

Usage

...

Installation

pip install drf-testutils

Dependencies

Python Version ..., OS ...

Building from source

Run python -m build