Added tests for api user endpoint

* Added record generator and test storage
* Updated RuntimeStorage base class API

Change-Id: I96ec43ea686350aec45726d8b6433950d16ba411
This commit is contained in:
Ilya Shakhat
2013-12-25 13:41:03 +04:00
parent 8eea5e3d86
commit 63988c987a
3 changed files with 150 additions and 8 deletions

View File

@@ -51,6 +51,9 @@ class RuntimeStorage(object):
def active_pids(self, pids):
pass
def get_all_records(self):
pass
class MemcachedStorage(RuntimeStorage):
def __init__(self, uri):