Put in more propriate place test results

Do not create a mess in root dir

Change-Id: Idbefc340a3d8a6bed786637a7b52ff7283a6c6d7
This commit is contained in:
Boris Pavlovic 2016-08-21 18:52:44 -07:00
parent 6e3a8ad6e3
commit 75c3984c83
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -33,7 +33,7 @@ cover-master
*.sqlite *.sqlite
.venv .venv
.cache .cache
pytest_results.html .test_results/
# Docs # Docs
doc/source/_build/ doc/source/_build/

View File

@ -19,7 +19,7 @@ install_command = pip install -U {opts} {packages}
usedevelop = True usedevelop = True
commands = commands =
find . -type f -name "*.pyc" -delete find . -type f -name "*.pyc" -delete
py.test --html=pytest_results.html --durations=10 -n auto "tests/unit" {posargs} py.test --html=.test_results/pytest_results.html --durations=10 -n auto "tests/unit" {posargs}
distribute = false distribute = false
basepython = python2.7 basepython = python2.7
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY