Skip to content

Commit

Permalink
Set up XCTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryuichi Saito committed Apr 2, 2016
1 parent 19265b1 commit af22787
Show file tree
Hide file tree
Showing 47 changed files with 2 additions and 55 deletions.
5 changes: 1 addition & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ let package = Package(
),
],
exclude: [
"Integrations",
],
dependencies: [
//.Package(url: "https://github.com/ryuichis/swift-corelibs-xctest.git", Version(16,4,1)),
"Integrations", "Spectre"
]
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@

import XCTest

class CanaryTests: XCTestCase {
lazy var allTests: [(String, () throws -> Void)] = [
("testCanary", self.testCanary),
]

class CanaryTestCase: XCTestCase {
func testCanary() {
XCTAssertTrue(true)
}
Expand Down
25 changes: 0 additions & 25 deletions Tests/CanarySpec.swift

This file was deleted.

21 changes: 0 additions & 21 deletions Tests/mytest/main.swift

This file was deleted.

0 comments on commit af22787

Please sign in to comment.