We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7c2af commit 68e618cCopy full SHA for 68e618c
proposals/0008-package-manager-testing.md
@@ -181,6 +181,21 @@ We expect that such an implementation would take the form of
181
a Swift protocol that the package manager defines,
182
which other testing frameworks can adopt.
183
184
+
185
+### Command Line Interface
186
187
+The command line should accept the names of specific test cases to run:
188
189
+ swift build -t FooTestCase
190
191
+Or specific tests:
192
193
+ swift build -t FooTestCase.test1
194
195
+swiftpm would forward arguments to the underlying testing framework and it
196
+would decide how to interpret them.
197
198
199
## Impact On Existing Code
200
201
Current releases of the package manager already exclude directories named
0 commit comments