From 9586972ddd50fab9a4d0349d91f8dcb125193cb7 Mon Sep 17 00:00:00 2001 From: Witold Bedyk Date: Mon, 2 Jul 2018 13:20:05 +0200 Subject: Migrate to stestr for running tests stestr is recommended by OpenStack Project Testing Interface for running tests [1]. This change migrates to stestr for running unit tests and coverage job. Modified `cover` env allows running it as Zuul job and visualising its results in Gerrit. [1] https://governance.openstack.org/tc/reference/pti/python.html#python-test-running Change-Id: I9e8b79d7a18cd36946daff10abb1a2f43b1aa3a1 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1d8ef2c1..1f909134 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ *.mo *.pyc .coverage -.testrepository +.stestr .tox AUTHORS build/* -- cgit v1.2.1