Пример #1
0
 def test_it_should_return_the_correct_followers_list(self):
     amico = Amico(redis_connection=self.redis_connection)
     amico.follow(1, 11)
     amico.follow(2, 11)
     amico.followers(11).should.equal(["2", "1"])