• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

iplweb / bpp / 67b25462-05d2-47a7-b595-8b8d52078bb7

04 Jun 2025 05:35PM UTC coverage: 46.327% (-0.5%) from 46.8%
67b25462-05d2-47a7-b595-8b8d52078bb7

push

circleci

mpasternak
Bez mnożnika 1.5 dla HST poziom 1 red. mono., aut. roz.

Fix #1509

2 of 39 new or added lines in 3 files covered. (5.13%)

2836 existing lines in 164 files now uncovered.

17208 of 37145 relevant lines covered (46.33%)

1.19 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

58.33
src/api_v1/tests/test_openaccess.py
UNCOV
1
import pytest
1✔
UNCOV
2
from django.urls import reverse
1✔
3

UNCOV
4
from bpp.models import Czas_Udostepnienia_OpenAccess
1✔
5

6

UNCOV
7
@pytest.mark.django_db
1✔
UNCOV
8
def test_rest_api_czas_udostepnienia_openaccess_detail(client, openaccess_data):
1✔
9
    pk = Czas_Udostepnienia_OpenAccess.objects.first().pk
×
10
    res = client.get(reverse("api_v1:czas_udostepnienia_openaccess-detail", args=(pk,)))
×
11
    assert res.status_code == 200
×
12

13

UNCOV
14
@pytest.mark.django_db
1✔
UNCOV
15
def test_rest_api_czas_udostepnienia_openaccess_list(client, openaccess_data):
1✔
16
    res = client.get(reverse("api_v1:czas_udostepnienia_openaccess-list"))
×
17
    assert res.status_code == 200
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc