From 9f6bd69d5a57d23412bb2c3980a377f195fb3f1c Mon Sep 17 00:00:00 2001 From: a <4184070+MrCurtis@users.noreply.github.com> Date: Sat, 27 Jan 2024 00:56:55 +0000 Subject: [PATCH] Rename test directory to tests --- {test => tests}/__init__.py | 0 {test => tests}/test_data_setup.py | 0 {test => tests}/test_graph.py | 0 {test => tests}/test_intergration.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {test => tests}/__init__.py (100%) rename {test => tests}/test_data_setup.py (100%) rename {test => tests}/test_graph.py (100%) rename {test => tests}/test_intergration.py (100%) diff --git a/test/__init__.py b/tests/__init__.py similarity index 100% rename from test/__init__.py rename to tests/__init__.py diff --git a/test/test_data_setup.py b/tests/test_data_setup.py similarity index 100% rename from test/test_data_setup.py rename to tests/test_data_setup.py diff --git a/test/test_graph.py b/tests/test_graph.py similarity index 100% rename from test/test_graph.py rename to tests/test_graph.py diff --git a/test/test_intergration.py b/tests/test_intergration.py similarity index 100% rename from test/test_intergration.py rename to tests/test_intergration.py