ardite / ardite-core

Core library for Ardite services.
MIT License
3 stars 1 forks source link

Feat/memory #43

Closed calebmer closed 8 years ago

calebmer commented 8 years ago

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 into ardite-driver-tests (may be renamed to ardite-driver-spec or ardite-driver-specification). This decision to move test code should also be reviewed.

Note that this branch will be merged into feat/service, not develop, when ready.

calebmer commented 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.

calebmer commented 8 years ago

Ok, I need to merge this so I can keep developing without polluting this branch. Still review and I can fix the things retroactively.