From 00e81e957f2e778d16b43a310f4838f0ab63429f Mon Sep 17 00:00:00 2001 From: Abigail Emery Date: Thu, 19 Feb 2026 15:17:07 +0000 Subject: [PATCH] Move cli tests into correct directory --- tests/unit_tests/{ => cli}/test_cli.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/unit_tests/{ => cli}/test_cli.py (100%) diff --git a/tests/unit_tests/test_cli.py b/tests/unit_tests/cli/test_cli.py similarity index 100% rename from tests/unit_tests/test_cli.py rename to tests/unit_tests/cli/test_cli.py