Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vmarkovtsev/django-apiblueprint-tests

Django REST framework tests generator based on APIBlueprint (https://apiblueprint.org/)
https://github.com/vmarkovtsev/django-apiblueprint-tests

Last synced: 22 days ago
JSON representation

Django REST framework tests generator based on APIBlueprint (https://apiblueprint.org/)

Awesome Lists containing this project

README

        

django-apiblueprint-tests
=========================

This is a tool to automatically generate tests for a Django REST framework based
applications from [APIBlueprint](https://apiblueprint.org/) documents.

It uses [plueprint](https://github.com/vmarkovtsev/plueprint) parser and
[Jinja2](http://jinja.pocoo.org) 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
```