milin / django-subui-tests

Framework to make workflow server integration test suites

Home Page:http://django-subui-tests.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django SubUI Tests

image

image

image

Framework to make workflow server integration test suites

Installing

You can install django-subui-tests using pip:

$ pip install django-subui-tests

Testing

To run the tests you need to install testing requirements first:

$ make install

Then to run tests, you can use nosetests or simply use Makefile command:

$ nosetests -sv
# or
$ make test

About

Framework to make workflow server integration test suites

http://django-subui-tests.readthedocs.io/

License:Other


Languages

Language:Python 97.5%Language:Makefile 2.5%