Commit Graph

13 Commits

Author SHA1 Message Date
Stephen Celis
636f3facdc Document scope a bit more deeply (#360) 2021-02-01 14:46:35 -05:00
Stephen Celis
f6c73e65b8 Only include actions in TestStore debug output (#342) 2021-01-11 16:43:10 -05:00
Stephen Celis
fbd893407c Update TestStore.swift (#317) 2020-10-30 17:25:24 -04:00
Stephen Celis
31f2556c7c Test Store Ergonomics (#285)
* Test Store Ergonomics

* fix merge

* fix
2020-09-10 17:24:27 -04:00
Stephen Celis
3a63b83d30 Drive Test Store with a real Store (#278)
* Failing test

* Drive Test Store using Store

* Update TestStore.swift

* format

* Track state after send

* Use proper snapshot

* Fix?

* fix
2020-09-04 09:20:35 -04:00
Brandon Williams
0bf4b25a2e Better error messages for uncompleted effects. (#270) 2020-08-27 10:48:22 -04:00
Brandon Williams
c2f64aa874 Update docs for Effect.timer and TestStore. (#220)
* Update docs for Effect.timer and TestStore.

* format

* update

* Update Sources/ComposableArchitecture/Effects/Timer.swift

Co-authored-by: Stephen Celis <stephen@stephencelis.com>

* Update Sources/ComposableArchitecture/TestSupport/TestStore.swift

Co-authored-by: Stephen Celis <stephen@stephencelis.com>

* wip

* Update TestStore.swift

Co-authored-by: Stephen Celis <stephen@stephencelis.com>
2020-07-09 10:25:06 -04:00
mbrandonw
0d2b624575 Run swift-format 2020-05-19 16:08:32 +00:00
Petr Sima
f6d292601e added array-based version of TestStore.assert (#115) 2020-05-19 09:06:03 -07:00
Stephen Celis
9c339bf4ae Add "run" function to Reducer (#91)
* Add "run" function to Reducer

* Doc fixes
2020-05-13 13:09:17 -04:00
mbrandonw
823f26bf70 Run swift-format 2020-05-11 23:43:32 +00:00
Brandon Williams
0b7978c432 Perform dlopen and dlsym just once. (#75)
* Perform dlopen and dlsym just once.

* wip
2020-05-11 16:42:06 -07:00
Stephen Celis
a429d9d3ef Merge Test Support Module (#71)
* Merge Test Support Module

An attempt to fix #70.

* Remove import

* Update README

* Assertion failure

* Cleanup

* Add NB

* Revert format change

* Update Sources/ComposableArchitecture/TestSupport/TestStore.swift

* TicTacToe fixes

* Hide test store in debug flag

Co-authored-by: Brandon Williams <mbw234@gmail.com>
2020-05-11 17:44:52 -04:00