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.urls import reverse |
× |
3 |
|
|
4 |
|
|
UNCOV
5
|
def test_logout(admin_client): |
× |
UNCOV
6
|
admin_client.get(reverse("logout"))
|
× |
7 |
|
|
8 |
|
|
NEW
|
@pytest.mark.uruchom_tylko_bez_microsoft_auth
|
× |
UNCOV
10
|
@pytest.mark.django_db
|
× |
UNCOV
11
|
def test_login(client: "django.test.client.Client"): # noqa |
× |
UNCOV
12
|
url = reverse("login_form") + "?next=/*1*/{{43+53}}" |
× |
UNCOV
13
|
res = client.get(url) |
× |
UNCOV
14
|
assert res.status_code == 200 |
× |