push
circleci
2 of 8 new or added lines in 3 files covered. (25.0%)
1467 existing lines in 111 files now uncovered.16031 of 33667 relevant lines covered (47.62%)
1.21 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")
|
× |