push
circleci
2 of 16 new or added lines in 4 files covered. (12.5%)
2741 existing lines in 145 files now uncovered.17486 of 34028 relevant lines covered (51.39%)
1.26 hits per line
UNCOV
1
|
import pytest |
1✔ |
UNCOV
2
|
from django.core.management import call_command |
1✔ |
3 |
|
|
4 |
|
|
UNCOV
5
|
@pytest.mark.django_db
|
1✔ |
UNCOV
6
|
def test_rebuild_kolejnosc(wydawnictwo_ciagle_z_dwoma_autorami): |
1✔ |
7 |
call_command("rebuild_kolejnosc")
|
× |
8 |
|
|
9 |
|
|
UNCOV
10
|
@pytest.mark.django_db
|
1✔ |
UNCOV
11
|
def test_migrate(): |
1✔ |
12 |
call_command("migrate")
|
× |
13 |
|
|
14 |
|
|
UNCOV
15
|
@pytest.mark.django_db
|
1✔ |
UNCOV
16
|
@pytest.mark.vcr
|
1✔ |
UNCOV
17
|
def test_importuj_liste_ministerialna_2023(): |
1✔ |
18 |
call_command("import_lista_ministerialna_2023")
|
× |