Initial commit

This commit is contained in:
2022-01-11 16:06:44 +01:00
commit 8b8b41a3ee
10 changed files with 81 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# 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`