agentbee / test /__init__.py
mangubee's picture
Move test files from tests/ to test/ folder per project standard
8e48c56
raw
history blame
244 Bytes
"""
Tests Package for GAIA Agent
Author: @mangobee
Date: 2026-01-01
Test organization:
- test_agent_basic.py: Stage 1 unit tests (initialization, basic execution)
- test_stage1.py: Stage 1 integration verification (end-to-end quick check)
"""