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

iplweb / bpp / 69252c38-21b1-49f8-98a5-a21d59416a66

17 Feb 2025 01:27AM UTC coverage: 47.492% (+0.7%) from 46.838%
69252c38-21b1-49f8-98a5-a21d59416a66

push

circleci

mpasternak
Merge branch 'release/v202502.1156'

2 of 8 new or added lines in 3 files covered. (25.0%)

2233 existing lines in 114 files now uncovered.

16671 of 35103 relevant lines covered (47.49%)

1.2 hits per line

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

46.67
src/import_dyscyplin/tests/test_core.py
UNCOV
1
import pytest
1✔
2

UNCOV
3
from import_common.exceptions import BadNoOfSheetsException, ImproperFileException
1✔
UNCOV
4
from import_dyscyplin.core import przeanalizuj_plik_xls
1✔
UNCOV
5
from import_dyscyplin.models import Import_Dyscyplin_Row
1✔
6

7

UNCOV
8
def test_przeanalizuj_plik_xls_zly_plik(conftest_py):
1✔
9
    with pytest.raises(ImproperFileException):
×
10
        przeanalizuj_plik_xls(conftest_py, parent=None)
×
11

12

UNCOV
13
def test_przeanalizuj_plik_xls_wiele_skoroszytow(test3_multiple_sheets_xlsx):
1✔
14
    with pytest.raises(BadNoOfSheetsException):
×
15
        przeanalizuj_plik_xls(test3_multiple_sheets_xlsx, parent=None)
×
16

17

UNCOV
18
def test_przeanalizuj_plik_xls_dobry(test1_xlsx, import_dyscyplin):
1✔
19
    import_dyscyplin.plik.save("test.xlsx", open(test1_xlsx, "rb"))
×
20
    import_dyscyplin.stworz_kolumny()
×
21

22
    przeanalizuj_plik_xls(test1_xlsx, parent=import_dyscyplin)
×
23
    assert Import_Dyscyplin_Row.objects.count() == 6
×
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