nlweb-ai/nlweb-net
𧪠Tests: YAML config provider minimal tests
ãªãŒãã³
#85 opened on 2025/08/18
good first issuetests
Repository metrics
- Stars
-  (23 åã®ã¹ã¿ãŒ)
- PR merge metrics
- Â (PR metrics pending)
説æ
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.yamlwhen 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