test: add strict nats capability inventory guardrail
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace NATS.Server.Tests.Parity;
|
||||
|
||||
public class NatsStrictCapabilityInventoryTests
|
||||
{
|
||||
[Fact]
|
||||
public void Strict_capability_inventory_has_no_open_items_marked_done_without_behavior_and_tests()
|
||||
{
|
||||
var report = NatsCapabilityInventory.Load(
|
||||
"docs/plans/2026-02-23-nats-strict-full-go-parity-map.md");
|
||||
report.InvalidRows.ShouldBeEmpty();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user