Put in more propriate place test results
Do not create a mess in root dir Change-Id: Idbefc340a3d8a6bed786637a7b52ff7283a6c6d7
This commit is contained in:
parent
6e3a8ad6e3
commit
75c3984c83
2
.gitignore
vendored
2
.gitignore
vendored
@ -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/
|
||||||
|
2
tox.ini
2
tox.ini
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user