From 2ff7dad61e3b97f10b1a014ca29ffb554559b571 Mon Sep 17 00:00:00 2001 From: Eduardo Chiarotti Date: Thu, 22 Aug 2024 21:54:44 -0300 Subject: [PATCH] feat: rename tests to pass ci --- tests/cli/authentication/{test_main.py => test_auth_main.py} | 0 tests/cli/deploy/{test_main.py => test_deploy_main.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/cli/authentication/{test_main.py => test_auth_main.py} (100%) rename tests/cli/deploy/{test_main.py => test_deploy_main.py} (100%) diff --git a/tests/cli/authentication/test_main.py b/tests/cli/authentication/test_auth_main.py similarity index 100% rename from tests/cli/authentication/test_main.py rename to tests/cli/authentication/test_auth_main.py diff --git a/tests/cli/deploy/test_main.py b/tests/cli/deploy/test_deploy_main.py similarity index 100% rename from tests/cli/deploy/test_main.py rename to tests/cli/deploy/test_deploy_main.py