django-apiblueprint-tests

Django REST framework tests generator which is based on API Blueprint (https://apiblueprint.org/) documents.


Keywords
blueprint, apiblueprint
License
BSD-3-Clause
Install
pip install django-apiblueprint-tests==0.1.0

Documentation

django-apiblueprint-tests

This is a tool to automatically generate tests for a Django REST framework based applications from APIBlueprint documents.

It uses plueprint parser and Jinja2 templates.

Released under New BSD license.

Usage

python -m django-apiblueprint-tests api_blueprint1.md api_blueprint2.md -o tests.py
python -m django-apiblueprint-tests --help