mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: DevUI, Fix message serialization issue, improve tests (#2674)
* fix message serialization issue, improve tests for devui * update tests
This commit is contained in:
@@ -21,7 +21,6 @@ def test_entities_dir():
|
||||
return str(samples_dir.resolve())
|
||||
|
||||
|
||||
@pytest.mark.skip("Skipping while we fix discovery")
|
||||
async def test_discover_agents(test_entities_dir):
|
||||
"""Test that agent discovery works and returns valid agent entities."""
|
||||
discovery = EntityDiscovery(test_entities_dir)
|
||||
|
||||
Reference in New Issue
Block a user