Skip to content

Commit 01d5bd1

Browse files
committed
Migrate DependencyResolutionTests to Swift Testing
Migrate the Dependency Resolution tests to Swift Testing and augment them to buid against the SwiftBuild build system
1 parent c8e9195 commit 01d5bd1

File tree

3 files changed

+253
-58
lines changed

3 files changed

+253
-58
lines changed

.swift-format

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": 1,
3+
"lineLength": 10000,
4+
"indentation": {
5+
"spaces": 4
6+
},
7+
"lineBreakBeforeEachArgument": true,
8+
"rules": {
9+
},
10+
"tabWidth": 4
11+
}

Sources/_InternalTestSupport/SwiftTesting+Tags.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ extension Tag.Feature {
2727
public enum PackageType {}
2828

2929
@Tag public static var CodeCoverage: Tag
30+
@Tag public static var Mirror: Tag
3031
@Tag public static var Resource: Tag
3132
@Tag public static var SpecialCharacters: Tag
3233
@Tag public static var Traits: Tag
34+
3335
}
3436

3537
extension Tag.Feature.Command {
@@ -40,10 +42,13 @@ extension Tag.Feature.Command {
4042
}
4143

4244
extension Tag.Feature.Command.Package {
45+
@Tag public static var Config: Tag
4346
@Tag public static var Init: Tag
4447
@Tag public static var DumpPackage: Tag
4548
@Tag public static var DumpSymbolGraph: Tag
4649
@Tag public static var Plugin: Tag
50+
@Tag public static var ShowDependencies: Tag
51+
@Tag public static var Update: Tag
4752
}
4853

4954
extension Tag.Feature.PackageType {

0 commit comments

Comments
 (0)