Renaming some test modules: authtests.py -> test_auth.py, authtests2.py -> test_auth2.py, client_credential_tests.py -> test_client_credentials.py + update tox.ini

This commit is contained in:
Sandeep Murthy 2018-02-17 19:03:01 +00:00 committed by Stephane Bruckert
parent 6639a98e24
commit e5ccb9f355
4 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ envlist = py27,py34
[testenv]
deps=
requests
simplejson
six
py27: mock
commands=python -m unittest discover tests
commands=python -m unittest discover -v tests