From 0abbeeac4b280a6157e3e89d456aa17c27c61414 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 23 Jun 2015 19:31:57 -0400 Subject: [PATCH] Dogfood things for unit tests So it turns out we weren't actually using ostestr for running the os-testr unit tests. We probably should use the test runner runner wrapper we're developing to run the unit tests for the test runner runner wrapper and the other utilities in the package. Change-Id: I88af9104352163f2412c2a3cbaf6c88d0a937988 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4657203..537b2f2 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -commands = python setup.py testr --slowest --testr-args='{posargs}' +commands = ostestr {posargs} [testenv:pep8] commands = flake8