Fix tests and functionality of get_access_key_last_used()
This commit is contained in:
parent
7189d019df
commit
9418a6916d
4 changed files with 43 additions and 17 deletions
1
Makefile
1
Makefile
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue