nlweb-ai/nlweb-net

🧪 Tests: YAML config provider minimal tests

开放

#85 创建于 2025年8月18日

 (0 条评论) (0 个反应) (0 位负责人)C# (8 个派生)auto 404
good first issuetests

仓库指标

星标
 (23 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Add focused unit tests for YAML configuration provider.

Scope

  • In tests/NLWebNet.Tests/Extensions, add a minimal test class validating:
    • AddYamlStream parses simple key/values and arrays
    • AddNLWebConfigurationFormats picks up config_retrieval.yaml when present
  • Keep tests small, using in-memory streams and temp files

Acceptance Criteria

  • Tests pass locally and in CI; coverage for basic YAML parsing and auto-discovery

Labels: tests, good first issue

贡献者指南