From 7b8fef5284c4d7c44c295cf18f83e9d7372a9d66 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Sun, 1 Apr 2018 01:32:13 +0100 Subject: [PATCH] tests: Make the tests directory an importable package Required for test discovery by e.g. unit2, pytest --- tests/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 00000000..e69de29b