Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/)
- Host: GitHub
- URL: https://github.com/vmarkovtsev/django-apiblueprint-tests
- Owner: vmarkovtsev
- License: bsd-3-clause
- Created: 2015-11-04T14:37:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-08T16:40:59.000Z (almost 9 years ago)
- Last Synced: 2024-08-09T08:59:05.053Z (3 months ago)
- Language: Python
- Size: 148 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```