StanfordBDHG/LLMonFHIR

Migrate to Swift Testing from XCTest

Open

#63 opened on 2025年1月30日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Swift (24 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (157 stars)
PR merge metrics
 (PR metrics pending)

説明

Problem

With Swift Testing being added to the Swift 6 toolchain and the published images & Xcode already containing it, we should migrate all of our Swift repos towards the modern Swift Testing framework.

Solution

All Swift unit tests and should migrate from XCTest to the new Swift Testing framework included in the Swift 6 toolchain. We can follow the documentation article to migrating a test from XCTest.

Contributes working on this issue should first watch the swift-testing WWDC videos:

We should take advantage of test suites, parameterized tests, and parallel testing and optimizing our test suites.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines

コントリビューターガイド