You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current pattern is not working for all versions we release. Rather
than doing a complex check, because we don't really care about the value,
I am simply checking something is printed but disregard the format.
Test module: .+{TestAssetFixture.NoExtensionAssetName}.*
38
38
Built-in command line providers:
39
39
PlatformCommandLineProvider
40
40
Name: Platform command line provider
41
-
Version: \d+\.\d+\.\d+
41
+
Version: .+
42
42
Description: Microsoft Testing Platform command line provider
43
43
Options:
44
44
--client-host
@@ -120,7 +120,7 @@ public async Task Info_WhenNoExtensionRegistered_OutputDefaultInfoContent(string
120
120
Registered command line providers:
121
121
TestingFrameworkExtension
122
122
Name: Microsoft Testing Framework
123
-
Version: \d+\.\d+\.\d+
123
+
Version: .+
124
124
Description: Microsoft Testing Framework\. This framework allows you to test your code anywhere in any mode \(all OSes, all platforms, all configurations\.\.\.\)\.
125
125
Options:
126
126
--treenode-filter
@@ -146,7 +146,7 @@ public async Task Info_WhenMSTestExtensionRegistered_OutputInfoContentOfRegister
146
146
Registered command line providers:
147
147
MSTestExtension
148
148
Name: MSTest
149
-
Version: \d+\.\d+\.\d+(-.*)?
149
+
Version: .+
150
150
Description: MSTest Framework for Microsoft Testing Platform
0 commit comments