nlweb-ai/nlweb-net

馃И Tests: YAML config provider minimal tests

Open

#85 opened on Aug 18, 2025

聽(0 comments)聽(0 reactions)聽(0 assignees)C#聽(8 forks)auto 404
good first issuetests

Repository metrics

Stars
聽(23 stars)
PR merge metrics
聽(PR metrics pending)

Description

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

Contributor guide