{"id":15570611,"url":"https://github.com/keith/kscoredatatester","last_synced_at":"2026-06-13T06:32:21.393Z","repository":{"id":25843327,"uuid":"29282876","full_name":"keith/KSCoreDataTester","owner":"keith","description":"Core Data categories for easy testing with in memory stores","archived":false,"fork":false,"pushed_at":"2015-06-19T14:40:25.000Z","size":236,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T20:24:14.849Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-15T05:47:13.000Z","updated_at":"2019-08-18T05:44:33.000Z","dependencies_parsed_at":"2022-08-21T03:50:51.003Z","dependency_job_id":null,"html_url":"https://github.com/keith/KSCoreDataTester","commit_stats":null,"previous_names":["keithbsmiley/kscoredatatester"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2FKSCoreDataTester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2FKSCoreDataTester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2FKSCoreDataTester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2FKSCoreDataTester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keith","download_url":"https://codeload.github.com/keith/KSCoreDataTester/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240367155,"owners_count":19790207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T17:43:06.495Z","updated_at":"2026-06-13T06:32:21.330Z","avatar_url":"https://github.com/keith.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KSCoreDataTester\n\n[![Build Status](https://travis-ci.org/keith/KSCoreDataTester.svg?branch=master)](https://travis-ci.org/keith/KSCoreDataTester)\n\nCore Data categories to enable simple in memory store creation for\ntests.\n\n## Example with [specta](https://github.com/specta/specta)\n\n```objective-c\n__block NSManagedObjectContext *managedObjectContext;\n\nbeforeAll(^{\n    managedObjectContext = [NSManagedObjectContext contextForNewInMemoryStore];\n});\n\nbeforeEach(^{\n    [managedObjectContext resetContextAndStores];\n});\n```\n\n\n## Install with [CocoaPods](http://cocoapods.org)\n\n```ruby\npod \"KSCoreDataTester\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeith%2Fkscoredatatester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeith%2Fkscoredatatester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeith%2Fkscoredatatester/lists"}