almostintuitive / talks

9 stars 3 forks source link

Problems with unit tests / what unit tests revealed #7

Open almostintuitive opened 8 years ago

almostintuitive commented 8 years ago

originally by @fabb :

https://github.com/itchingpixels/talks/pull/4#issuecomment-185103420

these are the open problems with the reactive versions:

Currently 2 problems exist with the unit tests:

almostintuitive commented 8 years ago

I'm thinking if we could fix the problem with Variable by using the skip operator?

fabb commented 8 years ago

Cool, I can edit other's posts ;-) skip could work for fixing the unit tests. But it would not fix the XCTAssertNil(mockTimer) issue. Let's see, maybe someone in the linked RxSwift issue has an idea. Meanwhile we could try skip.

almostintuitive commented 8 years ago

this may also come handy: https://github.com/ReactiveX/RxSwift/tree/master/RxTests