0
0
Files
Rhys Ickeringill 9c796d0335 Add happy-path tests
2026-03-17 18:55:29 +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]