From b11dae55f54720759431107e83f1070c10aacd96 Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Fri, 2 Mar 2018 20:46:21 -0500 Subject: Make tox work in a fresh scenario Severing the unit tests from the local config dependency meant refactoring code that made pure unit testing impossible. Introduced a conftest in this commit. Change-Id: Id005b8b5b0704ccac33fa8768be1642941281f34 Issue-ID: DCAEGEN2-372 Signed-off-by: Michael Hwang --- dcae-cli/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'dcae-cli/.gitignore') diff --git a/dcae-cli/.gitignore b/dcae-cli/.gitignore index d2ae5f8..c5ebba2 100644 --- a/dcae-cli/.gitignore +++ b/dcae-cli/.gitignore @@ -48,6 +48,7 @@ nosetests.xml coverage.xml *,cover .hypothesis/ +xunit-results.xml # Translations *.mo -- cgit 1.2.3-korg