mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-14 02:09:22 -04:00
refactor: final Agent loader
This commit is contained in:
@@ -23,6 +23,10 @@ TEST(BundledAgentsTest, AllBundledAgentsLoadResolveAndRender)
|
||||
<< "bundled agent load errors: "
|
||||
<< result.errors.join(QStringLiteral("; ")).toStdString();
|
||||
|
||||
EXPECT_TRUE(result.warnings.isEmpty())
|
||||
<< "bundled agent load warnings: "
|
||||
<< result.warnings.join(QStringLiteral("; ")).toStdString();
|
||||
|
||||
ASSERT_FALSE(result.configs.empty()) << "no bundled agents were loaded from :/agents";
|
||||
|
||||
for (const auto &cfg : result.configs) {
|
||||
|
||||
Reference in New Issue
Block a user