From ed326a69b51a65de2345e983b285e670e52e524f Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Fri, 14 Jun 2019 12:00:37 +0100 Subject: [PATCH] Add missing init file in tests directory Allows 'python -m unittest discover' to find the tests --- tests/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..34913fb --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1,4 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# --------------------------------------------------------------------------------------------