Closed calebmer closed 8 years ago
Ok, this PR is ready for review. The memory driver currently isn't tested in the ardite-core
tests because it's impossible to do without a circular dependency. The memory driver is instead tested in ardite-driver-tests
.
Ok, I need to merge this so I can keep developing without polluting this branch. Still review and I can fix the things retroactively.
The beginnings of the
Memory
driver implementation. This PR is not ready to be merged, but ready for review to start. It moves some generic test code intoardite-driver-tests
(may be renamed toardite-driver-spec
orardite-driver-specification
). This decision to move test code should also be reviewed.Note that this branch will be merged into
feat/service
, notdevelop
, when ready.