Framework to make workflow server integration test suites
- Free software: MIT license
- GitHub: https://github.com/dealertrack/django-subui-tests
- Documentation: http://django-subui-tests.readthedocs.io/
You can install django-subui-tests
using pip:
$ pip install django-subui-tests
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