-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated tests to make sure that tests related to configuring default …
…options doesn't cause side effects on other tests
- Loading branch information
1 parent
39a45a2
commit 5aef538
Showing
6 changed files
with
206 additions
and
156 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
...ntegration/Weikio.PluginFramework.Catalogs.NuGet.Tests/NotThreadSafeResourceCollection.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
using Xunit; | ||
|
||
namespace PluginFramework.Catalogs.NuGet.Tests | ||
{ | ||
[CollectionDefinition(nameof(NotThreadSafeResourceCollection), DisableParallelization = true)] | ||
public class NotThreadSafeResourceCollection { } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.