summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-07-06 13:51:07 -0700
committerDylan Baker <dylan@pnwbakers.com>2016-08-05 10:45:03 -0700
commitacb98550cfcd0ed5706e20a11454d27d653573af (patch)
tree90f5a865810f014bcb090f365b70a6cb60b73330 /tox.ini
parent450b95bce9bbdfc51d2074e15de49db7408a5750 (diff)
unittests: port core_tests to pytest
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 908a5b11f..3f73add06 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,9 @@ skipsdist = True
python_paths = framework/ generated_tests/
[testenv]
-passenv=HOME
+passenv=
+ HOME
+ USERPROFILE
setenv =
USERNAME = foo
deps =
@@ -19,6 +21,7 @@ deps =
py27-accel-nix: subprocess32
py35: mako==1.0.2
pytest
+ pytest-mock
pytest-pythonpath
pytest-raises
pytest-warnings