Beispiel #1
0
    def test_can_get_author_by_key(self):
        author = Author.get_by_key("*****@*****.**")

        self.assertIsNotNone(author)