diff options
author | Boris Bobrov <breton@cynicmansion.ru> | 2016-08-08 00:34:08 +0300 |
---|---|---|
committer | Boris Bobrov <breton@cynicmansion.ru> | 2016-08-08 00:38:34 +0300 |
commit | 645599c2bafff779d5bb5b7380988f8fee7c3f4a (patch) | |
tree | 0c387e2c9d74ace57bc758e37e030e038a6da07b | |
parent | 65805ffb0d20669b70ee2740a15b40002ccc7431 (diff) | |
download | mediagoblin-645599c2bafff779d5bb5b7380988f8fee7c3f4a.tar.lz mediagoblin-645599c2bafff779d5bb5b7380988f8fee7c3f4a.tar.xz mediagoblin-645599c2bafff779d5bb5b7380988f8fee7c3f4a.zip |
Pass test paths to py.test via tox
Py.test has an ability to run only tests which match the given
substring expression.
Add an ability to do it via tox.
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ sitepackages = False usedevelop = True # for ExifRead 2.0.0 install_command = pip install --process-dependency-links --pre {opts} {packages} -commands = py.test ./mediagoblin/tests --boxed +commands = py.test ./mediagoblin/tests --boxed -k '{posargs}' deps = lxml Pillow |