Skip to content

Commit

Permalink
Added username and password to test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
muflone committed Oct 14, 2018
1 parent d24a8af commit f1649ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
name: run tests
command: |
. venv/bin/activate
export KERIO_USERNAME='admin-en'
export KERIO_PASSWORD='kerio'
nosetests --verbose --detailed-errors --nocapture --with-id --with-coverage tests/types/
nosetests --verbose --detailed-errors --nocapture --with-id --with-coverage tests/enums/
nosetests --verbose --detailed-errors --nocapture --with-id --with-coverage tests/structs/
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ python:
- "3.6"
install: "pip install -r requirements.txt"
script:
- export KERIO_USERNAME='admin-en'
- export KERIO_PASSWORD='kerio'
- nosetests --verbose --detailed-errors --nocapture --with-id --with-coverage tests/types/
- nosetests --verbose --detailed-errors --nocapture --with-id --with-coverage tests/enums/
- nosetests --verbose --detailed-errors --nocapture --with-id --with-coverage tests/structs/
Expand Down

0 comments on commit f1649ff

Please sign in to comment.