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

iplweb / bpp / 40cdb634-f93e-43ab-833f-af837063d409

16 Mar 2025 09:48PM UTC coverage: 47.561% (+6.2%) from 41.381%
40cdb634-f93e-43ab-833f-af837063d409

push

circleci

mpasternak
Merge branch 'release/v202503.1165'

1 of 5 new or added lines in 2 files covered. (20.0%)

1323 existing lines in 62 files now uncovered.

17276 of 36324 relevant lines covered (47.56%)

1.21 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