push
circleci
1 of 1 new or added line in 1 file covered. (100.0%)
811 existing lines in 50 files now uncovered.17461 of 33982 relevant lines covered (51.38%)
2.01 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")
|
× |