Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.02 KB

README.rst

File metadata and controls

38 lines (25 loc) · 1.02 KB

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