From 94ade76bc397a8067a9e14021d192fe1894f7286 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Thu, 1 Feb 2018 13:52:10 -0500 Subject: Update tox.ini to conform to the PTI The current Python Testing Interface specifies the use of stester, so update tox.ini to use it. Closes-bug: #1780272 Change-Id: I6b6c60486a26cfbb5793c074fe6f554c6a324846 Co-Authored-By: Nguyen Hai --- .stestr.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .stestr.conf (limited to '.stestr.conf') diff --git a/.stestr.conf b/.stestr.conf new file mode 100644 index 0000000..fc11840 --- /dev/null +++ b/.stestr.conf @@ -0,0 +1,3 @@ +[DEFAULT] +test_path=./glance_store/tests/unit +top_dir=./ -- cgit v1.2.1