include repo as text fixture, no need to clone from actual github
This commit is contained in:
parent
17b6bb8bc2
commit
85972a02c3
11 changed files with 26 additions and 2 deletions
|
|
@ -13,9 +13,8 @@ import XCTest
|
|||
@testable import passKit
|
||||
|
||||
final class PasswordStoreTest: XCTestCase {
|
||||
private let remoteRepoURL = URL(string: "https://github.com/mssun/passforios-password-store.git")!
|
||||
|
||||
func testCloneAndDecryptMultiKeys() throws {
|
||||
let remoteRepoURL = Bundle(for: type(of: self)).resourceURL!.appendingPathComponent("Fixtures/password-store.git")
|
||||
let url = Globals.sharedContainerURL.appendingPathComponent("Library/password-store-test/")
|
||||
|
||||
Defaults.isEnableGPGIDOn = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue