예제 #1
0
 def test_write_user_ids(self):
     tag = Tag()
     tag.user_ids = ["abc123"]
     eq_(["abc123"], tag['user_ids'])
예제 #2
0
 def test_write_user_ids(self):
     tag = Tag()
     tag.user_ids = ["abc123"]
     eq_(["abc123"], tag['user_ids'])
예제 #3
0
def test_write_user_ids():
    tag = Tag()
    tag.user_ids = ["abc123"]
    eq_(tag['user_ids'], ["abc123"])