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.
python -m django-apiblueprint-tests api_blueprint1.md api_blueprint2.md -o tests.py
python -m django-apiblueprint-tests --help