Skip to content

Commit

Permalink
Add running completion tests in tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeneOskin committed Feb 10, 2016
1 parent a3805c1 commit 24cd5b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ def nosetests():
sh('nosetests')


@task
def completion_tests():
"""Run integration tests for bash completion."""
sh('nosetests tests/integration/completion/bash/')

@task
def coverage():
"""Run test and collect coverage."""
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ commands =
pip install -U .
paver nosetests
paver lint
paver completion_tests
paver bats
passenv = SERVERAUDITOR_USERNAME SERVERAUDITOR_PASSWORD

Expand Down

0 comments on commit 24cd5b2

Please sign in to comment.