NetNewsWire/Frameworks/Account/AccountTests/Feedly
Brent Simmons c679d92e09 Make the Feedly tests build again — fix references to addOperation. 2020-02-05 22:37:43 -08:00
..
Initial Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
feedly-1-initial Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
feedly-2-changestatuses Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
feedly-3-changestatusesagain Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
feedly-4-addfeedsandfolders Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
feedly-5-removefeedsandfolders Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
feedly-add-new-feed Adds unit tests for adding a new feed with Feedly. #1300 2019-12-05 19:02:40 +11:00
FeedlyAddNewFeedOperationTests.swift Revise Feedly tests to use MainThreadOperationQueue; get them building again. They don’t pass, but at least they build. 2020-01-15 22:10:06 -08:00
FeedlyCheckpointOperationTests.swift Make the Feedly tests build again — fix references to addOperation. 2020-02-05 22:37:43 -08:00
FeedlyCollectionParserTests.swift Santizes right to left div elements from Feedly content. 2020-01-31 07:55:50 +11:00
FeedlyCreateFeedsForCollectionFoldersOperationTests.swift Revise Feedly tests to use MainThreadOperationQueue; get them building again. They don’t pass, but at least they build. 2020-01-15 22:10:06 -08:00
FeedlyEntryParserTests.swift Improve the test coverage and add some documentation. 2020-01-31 07:55:50 +11:00
FeedlyFeedParserTests.swift Santizes right to left div elements from Feedly content. 2020-01-31 07:55:50 +11:00
FeedlyGetCollectionsOperationTests.swift Make the Feedly tests build again — fix references to addOperation. 2020-02-05 22:37:43 -08:00
FeedlyGetStreamContentsOperationTests.swift Revise Feedly tests to use MainThreadOperationQueue; get them building again. They don’t pass, but at least they build. 2020-01-15 22:10:06 -08:00
FeedlyGetStreamIdsOperationTests.swift Revise Feedly tests to use MainThreadOperationQueue; get them building again. They don’t pass, but at least they build. 2020-01-15 22:10:06 -08:00
FeedlyLogoutOperationTests.swift Make Feedly tests build again. 2020-01-19 22:19:54 -08:00
FeedlyMirrorCollectionsAsFoldersOperationTests.swift Revise Feedly tests to use MainThreadOperationQueue; get them building again. They don’t pass, but at least they build. 2020-01-15 22:10:06 -08:00
FeedlyOperationTests.swift Make the Feedly tests build again — fix references to addOperation. 2020-02-05 22:37:43 -08:00
FeedlyOrganiseParsedItemsByFeedOperationTests.swift Revise Feedly tests to use MainThreadOperationQueue; get them building again. They don’t pass, but at least they build. 2020-01-15 22:10:06 -08:00
FeedlyRefreshAccessTokenOperationTests.swift Fix test failures by cancelling operations with the queue. It seems operations no longer can cancel themselves. 2020-01-17 08:27:20 +11:00
FeedlyResourceIdTests.swift Adds unit testing and implements fixes for unread counts, icons, missing metadata and more. 2019-10-03 18:06:49 +10:00
FeedlySendArticleStatusesOperationTests.swift Revise Feedly tests to use MainThreadOperationQueue; get them building again. They don’t pass, but at least they build. 2020-01-15 22:10:06 -08:00
FeedlySyncAllMockResponseProvider.swift Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
FeedlySyncAllOperationTests.swift Revise Feedly tests to use MainThreadOperationQueue; get them building again. They don’t pass, but at least they build. 2020-01-15 22:10:06 -08:00
FeedlySyncStreamContentsOperationTests.swift Subscribing to a Feedly feed only downloads the first page worth of content, not each and every page. Maybe related to #1408. 2020-01-17 17:16:52 +11:00
FeedlyTestSupport.swift Don't explicitly name error variables 2020-01-02 13:31:06 -08:00
FeedlyTextSanitizationTests.swift Santizes right to left div elements from Feedly content. 2020-01-31 07:55:50 +11:00
FeedlyUpdateAccountFeedsWithItemsOperationTests.swift Fix test failures by cancelling operations with the queue. It seems operations no longer can cancel themselves. 2020-01-17 08:27:20 +11:00
TestGetCollectionsService.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
TestGetEntriesService.swift Fetch article contents from Feedly by ids rather than paging through streams up until the last successful sync date. Issues #1453 #1398 #1408 #1429 2020-01-11 10:45:45 +11:00
TestGetPagedStreamContentsService.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
TestGetPagedStreamIdsService.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
TestGetStreamContentsService.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
TestGetStreamIdsService.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
TestMarkArticlesService.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00