refactor: remove print
This commit is contained in:
parent
e2adb20231
commit
a9c0f628f7
@ -52,3 +52,6 @@ class TestSearch(TestCase):
|
|||||||
|
|
||||||
self.assertEqual(search_subscription1, search1)
|
self.assertEqual(search_subscription1, search1)
|
||||||
|
|
||||||
|
def test_notification(self):
|
||||||
|
self.client.login(username='testuser0', password='12345')
|
||||||
|
|
||||||
|
@ -67,7 +67,6 @@ class AnimalAndAdoptionTest(TestCase):
|
|||||||
"save-and-add-another-animal": "Speichern"}
|
"save-and-add-another-animal": "Speichern"}
|
||||||
|
|
||||||
response = self.client.post(reverse('add-adoption'), data=form_data)
|
response = self.client.post(reverse('add-adoption'), data=form_data)
|
||||||
print(response.content)
|
|
||||||
|
|
||||||
self.assertTrue(response.status_code < 400)
|
self.assertTrue(response.status_code < 400)
|
||||||
self.assertTrue(AdoptionNotice.objects.get(name="TestAdoption4").is_active)
|
self.assertTrue(AdoptionNotice.objects.get(name="TestAdoption4").is_active)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user