pointfreeco / swift-composable-architecture

A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
https://www.pointfree.co/collections/composable-architecture
MIT License
12.22k stars 1.42k forks source link

Swift Testing support #3229

Closed stephencelis closed 1 month ago

stephencelis commented 2 months ago

So you can write TestStore tests with Swift Testing.

Fixes #3241.