From 18a4c8c743fec10f1a1eacf1cb72443a98733e8c Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 2 May 2025 12:10:27 -0500 Subject: Mark directories as packages to make modules unique. --- tests/uploader/phenotypes/__init__.py | 1 + tests/uploader/publications/__init__.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 tests/uploader/phenotypes/__init__.py create mode 100644 tests/uploader/publications/__init__.py diff --git a/tests/uploader/phenotypes/__init__.py b/tests/uploader/phenotypes/__init__.py new file mode 100644 index 0000000..1e0a932 --- /dev/null +++ b/tests/uploader/phenotypes/__init__.py @@ -0,0 +1 @@ +"""phenotypes tests""" diff --git a/tests/uploader/publications/__init__.py b/tests/uploader/publications/__init__.py new file mode 100644 index 0000000..de15e08 --- /dev/null +++ b/tests/uploader/publications/__init__.py @@ -0,0 +1 @@ +"""publications tests""" -- cgit v1.2.3