From 3dc951c81e9346d0db1102519ec87a2b21dc489e Mon Sep 17 00:00:00 2001 From: "Maxime Alves LIRMM@home" Date: Fri, 3 Dec 2021 09:20:40 +0100 Subject: [PATCH] [tests] tidy cli tests --- tests/{ => cli}/test_cli.py | 0 tests/{ => cli}/test_cli_proj.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/{ => cli}/test_cli.py (100%) rename tests/{ => cli}/test_cli_proj.py (100%) diff --git a/tests/test_cli.py b/tests/cli/test_cli.py similarity index 100% rename from tests/test_cli.py rename to tests/cli/test_cli.py diff --git a/tests/test_cli_proj.py b/tests/cli/test_cli_proj.py similarity index 100% rename from tests/test_cli_proj.py rename to tests/cli/test_cli_proj.py