nlweb-ai/nlweb-net

🧪 Tests: YAML config provider minimal tests

Aperta

#85 aperta il 18 ago 2025

 (0 commenti) (0 reazioni) (0 assegnatari)C# (8 fork)auto 404
good first issuetests

Metriche repository

Star
 (23 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor