ml-intern / agent /tests /unit /test_base.py
akseljoonas's picture
minimal impl. of the agent
f730cdd
Raw
History Blame
245 Bytes
"""
Unit tests for base agent components
"""
def test_base_agent_initialization():
"""Test that BaseAgent can be initialized with config"""
# This will fail because BaseAgent is abstract
# Subclasses should implement this
pass