Skip to content

Commit

Permalink
[qa] Updated test_qa openwisp#20
Browse files Browse the repository at this point in the history
  • Loading branch information
ppabcd committed Nov 22, 2018
1 parent 3bb97d3 commit a04577c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 96 deletions.
96 changes: 0 additions & 96 deletions commitCheck.py

This file was deleted.

5 changes: 5 additions & 0 deletions tests/test_project/tests/test_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ def test_qa_call_check_commit_message_failure(self):
'--commit', '3c8ca0a14c7211b2c2b77b2b807a1e7315033679',
'--repo', os.environ["TRAVIS_REPO_SLUG"]
],
[
'commitcheck', '--token', os.environ["GH_TOKEN"],
'--commit', '1',
'--repo', '2'
],
['commitcheck']
]
for option in options:
Expand Down

0 comments on commit a04577c

Please sign in to comment.