facebook / akd

An implementation of an auditable key directory
Apache License 2.0
233 stars 35 forks source link

Implement mockable in-memory database #332

Open afterdusk opened 1 year ago

afterdusk commented 1 year ago

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

slawlor commented 1 year ago

@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?