Code Review
/
ccsdk
/
platform
/
plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c64a6fd
)
Fixed pgaas test config
11/57611/1
author
Timoney, Daniel (dt5972)
<dt5972@att.com>
Wed, 25 Jul 2018 20:59:33 +0000
(16:59 -0400)
committer
Timoney, Daniel (dt5972)
<dt5972@att.com>
Wed, 25 Jul 2018 20:59:33 +0000
(16:59 -0400)
Updated pgaas/tox.ini to run tests from local dir instead of
from site-packages
Change-Id: If1f3f0cb54342ec889a1e63278bc3ee78ce19e9d
Issue-ID: CCSDK-403
Signed-off-by: Timoney, Daniel (dt5972) <dt5972@att.com>
pgaas/tox.ini
patch
|
blob
|
history
diff --git
a/pgaas/tox.ini
b/pgaas/tox.ini
index
e8b2b52
..
e0a1682
100644
(file)
--- a/
pgaas/tox.ini
+++ b/
pgaas/tox.ini
@@
-25,4
+25,6
@@
deps=
requests
coverage
pytest-cov
+setenv=
+ PYTHONPATH={toxinidir}
commands=pytest --junitxml xunit-results.xml --cov --cov-report=xml