orchetect / TimecodeKit

The definitive SMPTE timecode library for Swift.
MIT License
91 stars 8 forks source link

Migrate unit tests to Swift Testing #82

Open orchetect opened 1 month ago

orchetect commented 1 month ago

XCTest is still perfectly suitable, but it would be nice to migrate the unit tests to the newer Swift Testing framework.

It can be done incrementally, as XCTest and Swift Testing tests can coexist together.