Skip to content

dealertrack/django-subui-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Miroslav Shubernetskiy
Jul 28, 2017
192a8bb · Jul 28, 2017

History

14 Commits
Mar 24, 2017
Jul 28, 2017
Apr 26, 2017
Mar 24, 2017
Mar 24, 2017
Mar 24, 2017
Mar 24, 2017
Apr 26, 2017
Jul 28, 2017
Apr 25, 2017
Mar 24, 2017
Apr 26, 2017
Apr 25, 2017
Mar 24, 2017
Apr 25, 2017
Jul 28, 2017
Jul 28, 2017
Mar 24, 2017

Repository files navigation

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