From 591e3c4565521331d7ed0f27065021cd8abc8263 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 12 Jan 2020 19:58:29 +0100 Subject: [PATCH] Make sure tests are proper packages, so that pytest doesn't do shenannigans with sys path --- test/test_inference/test_gradual/__init__.py | 0 test/test_parso_integration/__init__.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/test_inference/test_gradual/__init__.py create mode 100644 test/test_parso_integration/__init__.py diff --git a/test/test_inference/test_gradual/__init__.py b/test/test_inference/test_gradual/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/test/test_parso_integration/__init__.py b/test/test_parso_integration/__init__.py new file mode 100644 index 00000000..e69de29b