From 33119df75288c5482b86839f8ac280684b97dac5 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 26 Nov 2020 15:01:59 -0500 Subject: [PATCH] Add missing tests __init__ file I'm tired of fighting this. Every tool under the sun wants the tests to be an importable module, which doesn't make much sense to me, but it's whatever. I'm just adding this because pylint, mypy, and others get angry when I try to use them on just a directory without globbing --- 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