From 32e356a77c5ac86cc7b237d05b460c2660a7da6e Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Tue, 24 Jul 2018 16:16:33 +0100 Subject: [PATCH] Restore execution of plugin tests When commit 52634f55fdab470492ed68095e8f465e173a909c changed the directory structure, it also deleted blazar/tests/plugins/__init__.py. As a result, all tests under blazar/tests/plugins/ where skipped. This patch restores this file to resume executing plugin tests. Change-Id: I47eec42fd1d51d21c6abc53100b8785c766bf863 --- blazar/tests/plugins/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 blazar/tests/plugins/__init__.py diff --git a/blazar/tests/plugins/__init__.py b/blazar/tests/plugins/__init__.py new file mode 100644 index 00000000..e69de29b