https://github.com/wibosco/testingwithcoredata-example
An example project looking at how we can use Core Data in our unit tests
https://github.com/wibosco/testingwithcoredata-example
coredata ios swift unit-testing
Last synced: 3 months ago
JSON representation
An example project looking at how we can use Core Data in our unit tests
- Host: GitHub
- URL: https://github.com/wibosco/testingwithcoredata-example
- Owner: wibosco
- License: mit
- Created: 2018-03-08T20:34:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T21:04:50.000Z (about 3 years ago)
- Last Synced: 2025-04-07T23:51:10.039Z (6 months ago)
- Topics: coredata, ios, swift, unit-testing
- Language: Swift
- Homepage: https://williamboles.com/
- Size: 45.9 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/wibosco/TestingWithCoreData-Example)
![]()
![]()
# TestingWithCoreData-Example
An example project looking at how we can use Core Data in our unit tests as shown in this article - https://williamboles.com/can-unit-testing-and-core-data-become-bffs/