From abc6a7655e469b29ac42da164ef0187206904f20 Mon Sep 17 00:00:00 2001
From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com>
Date: Mon, 2 Feb 2026 13:18:28 -0600
Subject: [PATCH] test: add moq and code coverage support to test suite
---
tests/Directory.Build.props | 3 ++-
tests/Directory.Packages.props | 2 ++
tests/FiscalOS.API.Tests/FiscalOS.API.Tests.csproj | 3 +++
tests/FiscalOS.Infra.Tests/FiscalOS.Infra.Tests.csproj | 7 +++++++
4 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props
index 6d58ea3..00dfe65 100644
--- a/tests/Directory.Build.props
+++ b/tests/Directory.Build.props
@@ -8,8 +8,9 @@
-
+
+
diff --git a/tests/Directory.Packages.props b/tests/Directory.Packages.props
index e2fbd30..8146a0f 100644
--- a/tests/Directory.Packages.props
+++ b/tests/Directory.Packages.props
@@ -5,6 +5,8 @@
+
+
\ No newline at end of file
diff --git a/tests/FiscalOS.API.Tests/FiscalOS.API.Tests.csproj b/tests/FiscalOS.API.Tests/FiscalOS.API.Tests.csproj
index 949d3d8..c8ad21e 100644
--- a/tests/FiscalOS.API.Tests/FiscalOS.API.Tests.csproj
+++ b/tests/FiscalOS.API.Tests/FiscalOS.API.Tests.csproj
@@ -8,9 +8,12 @@
+
+
+
diff --git a/tests/FiscalOS.Infra.Tests/FiscalOS.Infra.Tests.csproj b/tests/FiscalOS.Infra.Tests/FiscalOS.Infra.Tests.csproj
index 1f791bc..0f8d837 100644
--- a/tests/FiscalOS.Infra.Tests/FiscalOS.Infra.Tests.csproj
+++ b/tests/FiscalOS.Infra.Tests/FiscalOS.Infra.Tests.csproj
@@ -11,6 +11,8 @@
+
+
@@ -18,4 +20,9 @@
+
+
+
+