Skip to content

dealertrack/django-subui-tests

Repository files navigation

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