Added the "enumeration" tag to the AssetPrefix, IndexPrefix, and StaticFile test cases in the tests target.
This commit is contained in:
@@ -2,7 +2,7 @@ import Testing
|
|||||||
|
|
||||||
@testable import AppLibrary
|
@testable import AppLibrary
|
||||||
|
|
||||||
@Suite("AssetPrefix")
|
@Suite("AssetPrefix", .tags(.enumeration))
|
||||||
struct AssetPrefixTests {
|
struct AssetPrefixTests {
|
||||||
|
|
||||||
// MARK: Properties tests
|
// MARK: Properties tests
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import Testing
|
|||||||
|
|
||||||
@testable import AppLibrary
|
@testable import AppLibrary
|
||||||
|
|
||||||
@Suite("IndexPrefix")
|
@Suite("IndexPrefix", .tags(.enumeration))
|
||||||
struct IndexPrefixTests {
|
struct IndexPrefixTests {
|
||||||
|
|
||||||
@Test(arguments: zip(IndexPrefix.allCases, [String].paths))
|
@Test(arguments: zip(IndexPrefix.allCases, [String].paths))
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import Testing
|
|||||||
|
|
||||||
@testable import AppLibrary
|
@testable import AppLibrary
|
||||||
|
|
||||||
@Suite("StaticFile")
|
@Suite("StaticFile", .tags(.enumeration))
|
||||||
struct StaticFileTests {
|
struct StaticFileTests {
|
||||||
|
|
||||||
@Test(arguments: zip(StaticFile.allCases, [String].paths))
|
@Test(arguments: zip(StaticFile.allCases, [String].paths))
|
||||||
|
|||||||
Reference in New Issue
Block a user