Allow running just one test with tox

Now, "tox -e py26 -- test.unit.proxy.test_server" runs just that one
test file.
"tox -e py26" still runs all the tests with py26, just like before.
Change-Id: I40db12dd5e7cc8f9388e29b30447f70d3bfc4b28
This commit is contained in:
Samuel Merritt
2013年12月18日 12:11:47 -08:00
parent 3c82cfc7a9
commit 5f4790a82a

View File

@@ -18,7 +18,7 @@ setenv = VIRTUAL_ENV={envdir}
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = nosetests test/unit {posargs}
commands = nosetests {posargs:test/unit}
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.