diff --git a/app/tests.py b/app/tests.py index 196b2104bdca9b781b3238a4df5cc4d5f13fefb5..d702bef4c5b683ae4b9ac47697e569ebdf25b6ba 100644 --- a/app/tests.py +++ b/app/tests.py @@ -160,6 +160,9 @@ class DetailMateriTest(TestCase): self.assertEqual(Comment.objects.all().filter( comment="This is new comment by Anonymous").count(), 0) + def test_tombol_citasiAPA(self): + response = self.client.get(self.url) + self.assertContains(response, 'Citate APA') class PostsViewTest(TestCase):