Fix tests and functionality of get_access_key_last_used()

This commit is contained in:
martynaspaulikas 2018-11-27 16:12:41 +00:00
commit 9418a6916d
4 changed files with 43 additions and 17 deletions

View file

@ -19,6 +19,7 @@ test: lint
rm -f .coverage
rm -rf cover
@nosetests -sv --with-coverage --cover-html ./tests/ $(TEST_EXCLUDE)
test_server:
@TEST_SERVER_MODE=true nosetests -sv --with-coverage --cover-html ./tests/