Skip to content

Commit 7a47e7e

Browse files
add exclusive access to configurator for overlapping tests
1 parent 348b9c4 commit 7a47e7e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/TestStack.BDDfy.Tests/Reporters/Html/HtmlReporterTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
namespace TestStack.BDDfy.Tests.Reporters.Html
99
{
10+
[Collection("ExclusiveAccessToConfigurator")]
1011
public class HtmlReporterTests
1112
{
1213
private TestableHtmlReporter _sut;

src/TestStack.BDDfy.Tests/Scanner/FluentScanner/ComplexStepsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
namespace TestStack.BDDfy.Tests.Scanner.FluentScanner
88
{
9+
[Collection("ExclusiveAccessToConfigurator")]
910
public class ComplexStepsTests
1011
{
1112
private int count;

tools/packages.config

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)