StanfordBDHG/LLMonFHIR

Migrate to Swift Testing from XCTest

Open

#63 创建于 2025年1月30日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Swift (24 fork)auto 404
enhancementgood first issue

仓库指标

Star
 (157 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南