]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Allow py34 to run tests individually
authorarmando-migliaccio <armamig@gmail.com>
Tue, 25 Aug 2015 03:56:08 +0000 (20:56 -0700)
committerArmando Migliaccio <armamig@gmail.com>
Tue, 25 Aug 2015 04:04:16 +0000 (04:04 +0000)
commit255ef141460e730bc60ab9ad96f830fe16b9422f
treeb5f9171f5ad872672d1f1030d99672b4ca413114
parent89a4158444b60349dd95d233ac2cb1a2cad4d7b0
Allow py34 to run tests individually

Prior to this patch, when I do:

 tox -epy34 <my-test>

the argument is ignored and all whitelisted tests are executed.
This is not in line with the other testenv's. This patch ensures
that posargs are processed if available, and that we fall back on
the lot of tests when not specified.

Change-Id: I176d7bba690b1c7e0c64d11528d9c851472b503b
tox.ini