akd icon indicating copy to clipboard operation
akd copied to clipboard

Implement mockable in-memory database

Open afterdusk opened this issue 3 years ago • 1 comments

This would be helpful in tests to assert expected database access patterns. For example, if unexpected reads or writes are performed. See:

  • https://github.com/facebook/akd/pull/328#issuecomment-1368307195
  • https://github.com/facebook/akd/pull/331#issue-1517967955

afterdusk avatar Jan 03 '23 22:01 afterdusk

@afterdusk I think we now support the mocks, but I guess do we want to leave this task open to implement the test adjustments we want now?

slawlor avatar Jan 12 '23 14:01 slawlor