SDWebImage/Tests
Bogdan Poplauschi ed411dcba9 Finally fixed the tests from `SDImageCacheTests` so we can re-enable `test40InsertionOfImageData`
- the problems: some tests were just poorly written, using async calls but not properly setting async expectations. Those were generating undefined behaviour (not clear if/when those callbacks would be executed).
- also, we wanted to call `clearAllCaches` before every test, but since some methods there are async, this doesn't work with the way `setUp` was designed. So basically sometimes before a test we could clear the cache but sometimes not, or even the clear could come while running the test which was worst
- decided to fix this by making sure after every test that we manually clear what we have added.
2017-10-20 21:14:25 +03:00
..
SDWebImage Tests.xcodeproj Feature: refactor decoding code and provide decoding plugin 2017-10-16 19:52:18 +03:00
Tests Finally fixed the tests from `SDImageCacheTests` so we can re-enable `test40InsertionOfImageData` 2017-10-20 21:14:25 +03:00
Podfile Improved the code coverage of our unit tests (given that we disabled test40InsertionOfImageData). 2017-10-20 16:15:38 +03:00