Просмотр исходного кода

Make sure that the Pin object is created

tags/v1.0.0
Krzysztof Klimonda 11 лет назад
Родитель
Сommit
c1b23b4dd5
1 измененных файлов: 1 добавлений и 0 удалений
  1. +1
    -0
      pinry/api/tests.py

+ 1
- 0
pinry/api/tests.py Просмотреть файл

@@ -82,6 +82,7 @@ class PinResourceTest(ResourceTestCase):
self.assertHttpCreated(response)
# A number of Image objects should stay the same as we are using an existing image
self.assertEqual(Image.objects.count(), 2)
self.assertEqual(Pin.objects.count(), 3)
self.assertEquals(Tag.objects.count(), 4)

def test_get_list_json(self):


Загрузка…
Отмена
Сохранить