Skip to content

Commit ebfbc42

Browse files
committed
Update README
1 parent eb375f5 commit ebfbc42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Again, Factory makes it easy to reach into a chain of dependencies and make spec
196196

197197
## Xcode 16 Testing
198198

199-
Factory also works with Xcode 16's new Testing framework, and with the help of test traits it's now also possible to run tests in parallel!
199+
Factory works with Apple's new Testing framework, and with Xcode 16.3's new test trait support it's now also possible to run tests in parallel!
200200

201201
Here's the same set of tests updated for the new framework. The `.container` trait provides a new, fresh instance of the main shared container to each one of the tests.
202202

Sources/FactoryKit/FactoryKit.docc/Development/Testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Given what we've seen thus far, the problem seems almost impossible. How do we k
268268

269269
Luckily there is an answer: [Test Scoping Traits](https://developer.apple.com/documentation/testing/trait)
270270

271-
With test traits we can make each of our tests local, each isolated to their own task, and allow each to begin from a known starting point.
271+
With Xcode 16.3's test traits we can make each of our tests local, each isolated to their own task, and allow each to begin from a known starting point.
272272

273273
#### Bad Tests
274274

0 commit comments

Comments
 (0)