0
0
Files
Rhys Ickeringill d2054dda29 Add happy-path tests
2026-03-17 18:58:21 +11:00

5 lines
249 B
C#

// 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]