push
circleci
36 of 121 new or added lines in 11 files covered. (29.75%)
1102 existing lines in 70 files now uncovered.15866 of 33890 relevant lines covered (46.82%)
1.22 hits per line
UNCOV
1
|
import pytest |
1✔ |
UNCOV
2
|
from model_bakery import baker |
1✔ |
3 |
|
|
UNCOV
4
|
from notifications.models import Notification |
1✔ |
5 |
|
|
UNCOV
6
|
from bpp.models import Wydawnictwo_Zwarte |
1✔ |
7 |
|
|
8 |
|
|
UNCOV
9
|
@pytest.mark.django_db
|
1✔ |
UNCOV
10
|
def test_Notifications_objects(): |
1✔ |
11 |
o = baker.make(Wydawnictwo_Zwarte) |
× |
12 |
Notification.objects.send_redirect(o, "http://onet.pl")
|
× |