From c21913fdd4f25f7d8941d7fb6667e71346fcd8fe Mon Sep 17 00:00:00 2001 From: blackfly Date: Mon, 6 Apr 2020 21:01:50 +0200 Subject: [PATCH] Add tests/__init__.py Adding the __init__.py file makes it possible to run `coverage run -m pytest` from the project root. --- 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 0000000..e69de29