push
circleci
1 of 1 new or added line in 1 file covered. (100.0%)
4222 existing lines in 213 files now uncovered.16665 of 34028 relevant lines covered (48.97%)
1.25 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")
|
× |