0
0

Add happy-path tests

This commit is contained in:
Rhys Ickeringill
2026-03-17 18:55:29 +11:00
parent 18c389d3c9
commit d2054dda29
12 changed files with 693 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
// Here you could define global logic that would affect all tests
// You can use attributes at the assembly level to apply to all tests in the assembly
[assembly: System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
[assembly: NotInParallel]