django-subui-tests

Framework to make workflow server integration test suites


Keywords
django, tests, subui, testing-framework
License
MIT
Install
pip install django-subui-tests==0.2.2

Documentation

Django SubUI Tests

https://badge.fury.io/py/django-subui-tests.png https://travis-ci.org/dealertrack/django-subui-tests.png?branch=master https://coveralls.io/repos/dealertrack/django-subui-tests/badge.png?branch=master

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