You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today we use the old and battle-tested XCTest framework for our unit tests.
These tests are based one Swift classes, implementing XCTestCase ans using all the XCTAssert* test functions.
Due to the increasing amount of tests, it could be interesting to mvoe to the new Swift testing framework annoucned in 2024 and introduced in the WWDC24
Definition of Done
Check if this new framework can be used beside the old one (use for UI tests)
Migrate all unit tests on raw tokens
Migrate all unit tests on semantic tokens
Migrate other unit tests (for helpers, foundations, etc)
Update CHANGELOG
Update wiki
Update any other documentation mentioning XCTest
The text was updated successfully, but these errors were encountered:
Context
Today we use the old and battle-tested XCTest framework for our unit tests.
These tests are based one Swift classes, implementing
XCTestCase
ans using all theXCTAssert*
test functions.Due to the increasing amount of tests, it could be interesting to mvoe to the new Swift testing framework annoucned in 2024 and introduced in the WWDC24
Definition of Done
XCTest
The text was updated successfully, but these errors were encountered: