From 24baa72af9cdfa045ece4e259857a7d585c6ca72 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Sat, 11 Feb 2023 10:44:13 -0800 Subject: [PATCH] DONT MERGE - Test --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3216bbdd..e96cb39c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # XCTest + The XCTest library is designed to provide a common framework for writing unit tests in Swift, for Swift packages and applications. This version of XCTest implements the majority of unit testing APIs included in XCTest from Xcode 7 and later. Its goal is to enable your project's tests to run on all the platforms Swift supports without having to rewrite them.