1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 08:28:11 +00:00

[api] Add repo last modifier and add cache for memcache ops

This commit is contained in:
zhengxie
2017-06-23 11:30:01 +08:00
parent 966e0bcb9c
commit eb2719fc59
8 changed files with 147 additions and 9 deletions

View File

@@ -58,6 +58,9 @@ class SharedReposTest(BaseTestCase):
assert json_resp[0]['user_email'] == self.admin_name
assert json_resp[0]['user_name'] == nickname
assert json_resp[0]['contact_email'] == contact_email
assert len(json_resp[0]['modifier_email']) > 0
assert len(json_resp[0]['modifier_name']) > 0
assert len(json_resp[0]['modifier_contact_email']) > 0
def test_can_get_when_share_to_group(self):
self.share_repo_to_group()