Update tests

Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
Víctor Mayoral Vilches 2025-01-13 08:20:41 +00:00
parent e70084b54f
commit 057d0d9aaa
1 changed files with 14 additions and 6 deletions

View File

@ -23,14 +23,22 @@
variables:
TEST_PATH: tests/tools/reconnaissance/test_filesystem.py
🏗️ tools test_architecture:
🏗️ tools test_architecture_core:
<<: *run_test
variables:
TEST_PATH: tests/tools/architecture
TEST_PATH: tests/tools/architecture/test_core.py
🏗️ tools test_agents:
🏗️ tools test_architecture_util:
<<: *run_test
variables:
TEST_PATH: tests/tools/agents
TEST_PATH: tests/tools/architecture/test_util.py
🏗️ tools test_agents_filesystem:
<<: *run_test
variables:
TEST_PATH: tests/tools/agents/test_filesystem.py
🏗️ tools test_agents_models:
<<: *run_test
variables:
TEST_PATH: tests/tools/agents/test_models.py