summaryrefslogtreecommitdiffstats
path: root/README
blob: fa53a04541a6931be6fa30c3ddcd31e33b645574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
=======
Testing
=======

Install 'tox' package first:

    $ pip install git+git://github.com/tox-dev/tox.git@2.9.1#egg=tox

Run 'pep8' checks:

    $ tox -e pep8

Run 'functional' tests:

    $ tox -e functional -- glusto -c /path/to/config.yaml --pytest='-v -s tests'