Skip to content

Commit

Permalink
Merge pull request #2 from travelperk/not-important
Browse files Browse the repository at this point in the history
Change SwiftyMocky imports by TKUnitTestingTools
  • Loading branch information
fvazquez-travelperk committed Jan 26, 2024
2 parents 5b00bd8 + 14404d4 commit 3d6ef79
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Sources/CLI/Core/Application.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class Application {

// MARK: - Properties

public let version = "4.2.0"
public let version = "4.2.1"
public var pwd = Path(ProcessInfo.processInfo.environment["PWD"] ?? "")
public var handle: (Error) -> Void = { error in
switch error {
Expand Down
4 changes: 2 additions & 2 deletions Sources/CLI/Core/Assets/Assets.swift

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions Sources/SwiftyMocky/Mock.swifttemplate
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,13 @@ func stringArray(fromArguments arguments: [String: Any], forKey key: String) ->
}
}
_%>
// Generated with SwiftyMocky 4.2.0
// Required Sourcery: 1.8.0
// Generated with TKSwiftyMocky 4.2.1

<%_ for rule in swiftLintRules(argument) { -%>
<%_ %><%= rule %>
<%_ } -%>

import SwiftyMocky
import TKUnitTestingTools
import XCTest
<%# ================================================== IMPORTS -%><%_ -%>
<%_ for projectImport in projectImports(argument) { -%>
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyPrototype/Prototype.swifttemplate
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func stringArray(fromArguments arguments: [String: Any], forKey key: String) ->
}
}
_%>
// Generated with SwiftyPrototype 4.2.0
// Generated with SwiftyPrototype 4.2.1
// Required Sourcery: 1.8.0

<%_ for rule in swiftLintRules(argument) { -%>
Expand Down
4 changes: 2 additions & 2 deletions Templates/Header-Mock.swifttemplate
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Generated with SwiftyMocky 4.2.0
// Generated with TKSwiftyMocky 4.2.1
// Required Sourcery: 1.8.0

<%_ for rule in swiftLintRules(argument) { -%>
<%_ %><%= rule %>
<%_ } -%>

import SwiftyMocky
import TKUnitTestingTools
import XCTest
2 changes: 1 addition & 1 deletion Templates/Header-Prototype.swifttemplate
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated with SwiftyPrototype 4.2.0
// Generated with SwiftyPrototype 4.2.1
// Required Sourcery: 1.8.0

<%_ for rule in swiftLintRules(argument) { -%>
Expand Down

0 comments on commit 3d6ef79

Please sign in to comment.