Skip to content

Commit

Permalink
removed XCTest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Sep 3, 2024
1 parent 0e0c44f commit cc7f477
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
7 changes: 0 additions & 7 deletions Tests/LinuxMain.swift

This file was deleted.

6 changes: 2 additions & 4 deletions Tests/ReleaseToolsTests/ReleaseToolsTests.swift
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import Runner
import XCTest
import XCTestExtensions
import Testing

final class ReleaseToolTests: XCTestCase {
@Test func name() async throws {
// func testNoArguments() async throws {
// let rt = Runner(for: productsDirectory.appendingPathComponent("rt"))
// let result = try! rt.run([])
// for await state in result.state {
// XCTAssertEqual(state, .succeeded)
// }
// XCTAssertTrue(await String(result.stdout).contains("USAGE: command [--version] <subcommand>"))
// }
}
9 changes: 0 additions & 9 deletions Tests/ReleaseToolsTests/XCTestManifests.swift

This file was deleted.

0 comments on commit cc7f477

Please sign in to comment.