Loading opds_catalog/tests/__pycache__/test_feeds.cpython-35.pyc +84 B (5.77 KiB) File changed.No diff preview for this file type. View original file View changed file opds_catalog/tests/test_feeds.py +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ class feedsTestCase(TestCase): self.assertEquals(response.status_code, 200) self.assertIn("Драконьи Услуги", response.content.decode()) self.assertIn("Куприянов Денис", response.content.decode()) self.assertIn("All books by Куприянов Денис", response.content.decode()) self.assertIn(_("All books by %(last_name)s %(first_name)s")%{"last_name":"Куприянов", "first_name":"Денис"}, response.content.decode()) self.assertIn("prose_contemporary", response.content.decode()) self.assertIn("<category ", response.content.decode()) Loading Loading
opds_catalog/tests/__pycache__/test_feeds.cpython-35.pyc +84 B (5.77 KiB) File changed.No diff preview for this file type. View original file View changed file
opds_catalog/tests/test_feeds.py +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ class feedsTestCase(TestCase): self.assertEquals(response.status_code, 200) self.assertIn("Драконьи Услуги", response.content.decode()) self.assertIn("Куприянов Денис", response.content.decode()) self.assertIn("All books by Куприянов Денис", response.content.decode()) self.assertIn(_("All books by %(last_name)s %(first_name)s")%{"last_name":"Куприянов", "first_name":"Денис"}, response.content.decode()) self.assertIn("prose_contemporary", response.content.decode()) self.assertIn("<category ", response.content.decode()) Loading