From 80aeb440f4c84849a1bc80e5bd5db3b48f359e93 Mon Sep 17 00:00:00 2001 From: Kostiantyn Panfilov Date: Wed, 31 Aug 2022 13:55:23 -0400 Subject: [PATCH] Add __init__.py for tests directory as a workaround This contradicts with pytest guidelines but for some reason github as well as vscode fails import of the main package if there is no __init__.py in the tests directory --- 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