This commit is contained in:
Jing Wang 2015-03-22 21:35:25 -07:00
Родитель d265030850
Коммит c2f7569e8c
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,7 @@
mock>=1.0.0
pytest
pytest-cov
pytest-random
requests>=1.0.0
sasl>=0.1.3
sqlalchemy>=0.9.4

Просмотреть файл

@ -2,6 +2,6 @@
tag_build = dev
[pytest]
addopts = --tb=short --cov pyhive --cov-report html --cov-report term
addopts = --random --tb=short --cov pyhive --cov-report html --cov-report term
norecursedirs = env
python_files = test_*.py