push
circleci
1 of 1 new or added line in 1 file covered. (100.0%)
2214 existing lines in 115 files now uncovered.15221 of 34245 relevant lines covered (44.45%)
0.82 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): |
× |
7 |
call_command("rebuild_kolejnosc")
|
× |
8 |
|
|
9 |
|
|
UNCOV
10
|
@pytest.mark.django_db
|
× |
UNCOV
11
|
def test_migrate(): |
× |
12 |
call_command("migrate")
|
× |