summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2015-09-08 21:54:02 +0100
committerStephen Finucane <stephen.finucane@intel.com>2015-11-05 04:22:55 +0000
commite5488850ea68d8b6de742e7c643fe35ef68a11d8 (patch)
tree96932cb5e73162bb8983d9655c53a5cc87c8e125 /tox.ini
parent59ca811755f56df329b5dbb73fc5c452fb94821c (diff)
downloadpatchwork-e5488850ea68d8b6de742e7c643fe35ef68a11d8.tar
patchwork-e5488850ea68d8b6de742e7c643fe35ef68a11d8.tar.gz
tests: Add a way for the user to skip selenium tests
It's a bit more convoluted to setup the test environment to work with selenium (eg. needs a browser installed and Xorg running, ...). It's possible someone would want to skip those. v2: Use 'PW' prefix rather than 'PATCHWORK', per existing test parameters, and pass said variable through tox Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8647cf3..823d1dc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,7 +19,7 @@ commands =
passenv =
http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
PW_TEST_DB_USER PW_TEST_DB_PASS
- DISPLAY SELENIUM_BROWSER
+ DISPLAY SELENIUM_BROWSER PW_SKIP_BROWSER_TESTS
[testenv:pep8]
basepython = python2.7