push
circleci
29 of 45 new or added lines in 16 files covered. (64.44%)
9915 existing lines in 334 files now uncovered.17961 of 33954 relevant lines covered (52.9%)
2.39 hits per line
UNCOV
1
|
import pytest |
× |
UNCOV
2
|
from django.core.management import call_command |
× |
3 |
|
|
4 |
|
|
UNCOV
5
|
@pytest.mark.django_db
|
× |
UNCOV
6
|
def test_rebuild_kolejnosc(wydawnictwo_ciagle_z_dwoma_autorami): |
× |
UNCOV
7
|
call_command("rebuild_kolejnosc")
|
× |
8 |
|
|
9 |
|
|
UNCOV
10
|
@pytest.mark.django_db
|
× |
UNCOV
11
|
def test_migrate(): |
× |
UNCOV
12
|
call_command("migrate")
|
× |
13 |
|
|
14 |
|
|
UNCOV
15
|
@pytest.mark.django_db
|
× |
UNCOV
16
|
@pytest.mark.vcr
|
× |
UNCOV
17
|
def test_importuj_liste_ministerialna_2023(): |
× |
UNCOV
18
|
call_command("import_lista_ministerialna_2023")
|
× |