-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Persistent Storage: move example into a unit test #4406
Comments
@rgoliver I have implemented KeyValueStoreManagerImpl on nrfconnect and I need test added to the unit tests to verify if my implementation works well, as I don't plan adding persistent-storage example for nrfconnect. Are you ok with that I will copy example to the unit tests and after all platforms will have test runner, original example will be removed? |
Sounds great, that definitely moves us in the right direction. |
Moving to post V1.0, not clearly required for V1.0 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This stale issue has been automatically closed. Thank you for your contributions. |
Problem
Reference: #4367
The KVS test is currently a self contained example application, this would be better as a unit test but currently EFR32 does not have a test runner.
Proposed Solution
Once all platforms with Persistent Storage have a test runner, move the example into a unit test.
The text was updated successfully, but these errors were encountered: