diff --git a/ci-reports/markdown/TEST-REPORT.md b/ci-reports/markdown/TEST-REPORT.md index 303c160a..d54f7ecc 100644 --- a/ci-reports/markdown/TEST-REPORT.md +++ b/ci-reports/markdown/TEST-REPORT.md @@ -9,7 +9,7 @@ ============================= test session starts ============================== platform linux -- Python 3.8.20, pytest-8.3.4, pluggy-1.5.0 rootdir: /workspace/tligui_y/slic -plugins: metadata-3.1.1, html-4.1.1, allure-pytest-2.13.5, cov-5.0.0, json-report-1.5.0, md-report-0.6.2 +plugins: metadata-3.1.1, cov-5.0.0, html-4.1.1, allure-pytest-2.13.5, json-report-1.5.0, md-report-0.6.2 collected 72 items / 2 errors tests/test_io_utils.py ..FFFFFF.F @@ -93,7 +93,7 @@ E FileNotFoundError: [Errno 2] No such file or directory: 'nonexistent.fil functions/io_utils.py:2: FileNotFoundError ____________________________ test_permission_error _____________________________ -monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f6f2838e8b0> +monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f12c049bb50> def test_permission_error(monkeypatch): # Patch open to raise PermissionError simulating access denial @@ -117,7 +117,7 @@ E PermissionError: Permission denied tests/test_io_utils.py:34: PermissionError _____________________________ test_mock_open_error _____________________________ -monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f6f2a7a20a0> +monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f12c2e4a790> def test_mock_open_error(monkeypatch): # Mock open() to raise IOError simulating read error @@ -134,7 +134,7 @@ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ return self._execute_mock_call(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ -self = +self = args = ('file.txt', 'r'), kwargs = {}, effect = OSError('Mocked IOError') def _execute_mock_call(self, /, *args, **kwargs): @@ -160,7 +160,7 @@ E ValueError: I/O operation on closed file tests/test_io_utils.py:50: ValueError ________________________________ test_os_error _________________________________ -monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f6f2a7ee280> +monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f12c075af10> def test_os_error(monkeypatch): # Patch os.remove to raise OSError simulating filesystem error @@ -328,7 +328,7 @@ tests/test_math_utils.py:106: StopIteration The above exception was the direct cause of the following exception: cls = -func = . at 0x7f6f2adb7700> +func = . at 0x7f12c0bbd700> when = 'call' reraise = (, ) @@ -457,7 +457,7 @@ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ name = 'non_existent_module_xyz' -import_ = +import_ = > ??? E ModuleNotFoundError: No module named 'non_existent_module_xyz' @@ -562,17 +562,17 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! KeyboardInterrupt !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! /workspace/tligui_y/slic/tests/test_string_utils.py:52: KeyboardInterrupt (to show a full traceback on KeyboardInterrupt use --full-trace) -=== 32 failed, 35 passed, 1 skipped, 2 xfailed, 1 warning, 3 errors in 0.77s === +=== 32 failed, 35 passed, 1 skipped, 2 xfailed, 1 warning, 3 errors in 0.71s === ``` --- # 🧪 Test Report -*Generated on 2025-07-19 19:53:52 CEST* +*Generated on 2025-07-19 20:00:11 CEST* ## 🧾 General Info -- **duration**: 0.7749419212341309 +- **duration**: 0.7076268196105957 - **root**: /workspace/tligui_y/slic - **environment**: {} @@ -591,9 +591,10 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive ✅ Passed (36) -
- 📄 test_io_utils.py +
+ 📄 test_io_utils.py - ↳ Function: test_read_file + ↳ Function: test_read_file -
✅ Test 1 @@ -602,7 +603,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.003498367965221405 + 0.002919004997238517 ``` **outcome:** @@ -616,7 +617,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0005073719657957554 + 0.00044835894368588924 ``` **outcome:** @@ -630,7 +631,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0002611901145428419 + 0.00023641809821128845 ``` **outcome:** @@ -639,7 +640,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_write_file + ↳ Function: test_write_file -
✅ Test 2 @@ -648,7 +649,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00047950586304068565 + 0.0004612070042639971 ``` **outcome:** @@ -662,7 +663,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0002912529744207859 + 0.0002765110693871975 ``` **outcome:** @@ -676,7 +677,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00014266488142311573 + 0.00015038484707474709 ``` **outcome:** @@ -685,7 +686,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_write_file_readonly + ↳ Function: test_write_file_readonly -
✅ Test 9 @@ -694,7 +695,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0006686069536954165 + 0.0005688988603651524 ``` **outcome:** @@ -708,7 +709,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0010011792182922363 + 0.0009094090200960636 ``` **outcome:** @@ -722,7 +723,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00016098888590931892 + 0.00013735308311879635 ``` **outcome:** @@ -734,9 +735,10 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive
-
- 📄 test_math_utils.py +
+ 📄 test_math_utils.py - ↳ Function: test_addition_pass + ↳ Function: test_addition_pass -
✅ Test 13
(params: a=2, b=2, expected=4)
@@ -745,7 +747,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00028870091773569584 + 0.0002820498775690794 ``` **outcome:** @@ -759,7 +761,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00016103312373161316 + 0.0001439778134226799 ``` **outcome:** @@ -773,7 +775,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00014804978854954243 + 0.0001571131870150566 ``` **outcome:** @@ -790,7 +792,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00026423786766827106 + 0.00024554901756346226 ``` **outcome:** @@ -804,7 +806,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013243104331195354 + 0.0001330480445176363 ``` **outcome:** @@ -818,7 +820,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.000134205911308527 + 0.0001557529903948307 ``` **outcome:** @@ -835,7 +837,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.000270158052444458 + 0.0002461569383740425 ``` **outcome:** @@ -849,7 +851,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013269810006022453 + 0.00013142195530235767 ``` **outcome:** @@ -863,7 +865,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001342159230262041 + 0.0001346520148217678 ``` **outcome:** @@ -880,7 +882,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00025532906875014305 + 0.00023719505406916142 ``` **outcome:** @@ -894,7 +896,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001256330870091915 + 0.00013168994337320328 ``` **outcome:** @@ -908,7 +910,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013200705870985985 + 0.00013610091991722584 ``` **outcome:** @@ -925,7 +927,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00025852792896330357 + 0.0002394299954175949 ``` **outcome:** @@ -939,7 +941,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013019191101193428 + 0.0001299339346587658 ``` **outcome:** @@ -953,7 +955,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001327951904386282 + 0.00013971608132123947 ``` **outcome:** @@ -962,7 +964,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_addition_pass_id + ↳ Function: test_addition_pass_id -
✅ Test 18
(params: a=2, b=2, expected=4)
@@ -971,7 +973,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00025105103850364685 + 0.0002468700986355543 ``` **outcome:** @@ -985,7 +987,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013036211021244526 + 0.00013355701230466366 ``` **outcome:** @@ -999,7 +1001,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013354304246604443 + 0.00013644411228597164 ``` **outcome:** @@ -1016,7 +1018,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00023345882073044777 + 0.0002362770028412342 ``` **outcome:** @@ -1030,7 +1032,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012835394591093063 + 0.00012634810991585255 ``` **outcome:** @@ -1044,7 +1046,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013369298540055752 + 0.00014594080857932568 ``` **outcome:** @@ -1061,7 +1063,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00024192803539335728 + 0.00024140789173543453 ``` **outcome:** @@ -1075,7 +1077,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012518907897174358 + 0.00012847501784563065 ``` **outcome:** @@ -1089,7 +1091,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00014210608787834644 + 0.00013150903396308422 ``` **outcome:** @@ -1101,9 +1103,10 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive
-
- 📄 test_param.py +
+ 📄 test_param.py - ↳ Function: test_basic_ids + ↳ Function: test_basic_ids -
✅ Test 41
(params: x=1)
@@ -1112,7 +1115,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00025304313749074936 + 0.00023141899146139622 ``` **outcome:** @@ -1126,7 +1129,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00014003808610141277 + 0.0001366769429296255 ``` **outcome:** @@ -1140,7 +1143,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001231781207025051 + 0.00012256717309355736 ``` **outcome:** @@ -1157,7 +1160,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00020760297775268555 + 0.00017352495342493057 ``` **outcome:** @@ -1171,7 +1174,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001307101920247078 + 0.00012703286483883858 ``` **outcome:** @@ -1185,7 +1188,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011748494580388069 + 0.00011456920765340328 ``` **outcome:** @@ -1194,7 +1197,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_with_reason_and_marks + ↳ Function: test_with_reason_and_marks -
✅ Test 43
(params: x=10)
@@ -1203,7 +1206,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00017271400429308414 + 0.00017858389765024185 ``` **outcome:** @@ -1217,7 +1220,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012531201355159283 + 0.0001293988898396492 ``` **outcome:** @@ -1231,7 +1234,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011126603931188583 + 0.00011253007687628269 ``` **outcome:** @@ -1240,7 +1243,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_multiple_positional_args + ↳ Function: test_multiple_positional_args -
✅ Test 45
(params: a=1, b=2)
@@ -1249,7 +1252,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00023474404588341713 + 0.000219081062823534 ``` **outcome:** @@ -1263,7 +1266,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013151997700333595 + 0.00012841890566051006 ``` **outcome:** @@ -1277,7 +1280,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012597208842635155 + 0.00012520095333456993 ``` **outcome:** @@ -1294,7 +1297,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00020150188356637955 + 0.00019642384722828865 ``` **outcome:** @@ -1308,7 +1311,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012699398212134838 + 0.00012281490489840508 ``` **outcome:** @@ -1322,7 +1325,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012565101496875286 + 0.00012121698819100857 ``` **outcome:** @@ -1331,16 +1334,16 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_non_literal_with_id + ↳ Function: test_non_literal_with_id -
- ✅ Test 47
(params: data=(object object at 0x7f6f287d5960))
+ ✅ Test 47
(params: data=(object object at 0x7f12c0693960))
**_*Setup phase*_** **duration:** ```python - 0.00016069691628217697 + 0.00016271998174488544 ``` **outcome:** @@ -1354,7 +1357,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012259883806109428 + 0.00013564503751695156 ``` **outcome:** @@ -1368,7 +1371,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011185486800968647 + 0.00011579319834709167 ``` **outcome:** @@ -1377,7 +1380,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_timedistance_v1 + ↳ Function: test_timedistance_v1 -
✅ Test 48
(params: a=2001-12-12 00:00:00, b=2001-12-11 00:00:00, expected=1 day, 0:00:00)
@@ -1386,7 +1389,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00024143396876752377 + 0.00023838807828724384 ``` **outcome:** @@ -1400,7 +1403,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001322808675467968 + 0.00013499800115823746 ``` **outcome:** @@ -1414,7 +1417,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013556284829974174 + 0.00014270213432610035 ``` **outcome:** @@ -1431,7 +1434,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00023756502196192741 + 0.00024479907006025314 ``` **outcome:** @@ -1445,7 +1448,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013006594963371754 + 0.00012952391989529133 ``` **outcome:** @@ -1459,7 +1462,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013581081293523312 + 0.00013602408580482006 ``` **outcome:** @@ -1468,7 +1471,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_dynamic + ↳ Function: test_dynamic -
✅ Test 51
(params: val=10)
@@ -1477,7 +1480,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001867550890892744 + 0.0001998960506170988 ``` **outcome:** @@ -1491,7 +1494,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012952322140336037 + 0.0001309060025960207 ``` **outcome:** @@ -1505,7 +1508,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011695409193634987 + 0.00011825095862150192 ``` **outcome:** @@ -1522,7 +1525,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00017667096108198166 + 0.00017841090448200703 ``` **outcome:** @@ -1536,7 +1539,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013316492550075054 + 0.0001272088848054409 ``` **outcome:** @@ -1550,7 +1553,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001167389564216137 + 0.0001134900376200676 ``` **outcome:** @@ -1567,7 +1570,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001731589436531067 + 0.00015563308261334896 ``` **outcome:** @@ -1581,7 +1584,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001222449354827404 + 0.00012291688472032547 ``` **outcome:** @@ -1595,7 +1598,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011384300887584686 + 0.00011142296716570854 ``` **outcome:** @@ -1604,7 +1607,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_element_type + ↳ Function: test_element_type -
✅ Test 54
(params: element=fire)
@@ -1613,7 +1616,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001612191554158926 + 0.00015864684246480465 ``` **outcome:** @@ -1627,7 +1630,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001246009487658739 + 0.00013030320405960083 ``` **outcome:** @@ -1641,7 +1644,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011422880925238132 + 0.0001115589402616024 ``` **outcome:** @@ -1658,7 +1661,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00016448693349957466 + 0.00016203592531383038 ``` **outcome:** @@ -1672,7 +1675,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012264889664947987 + 0.00012222910299897194 ``` **outcome:** @@ -1686,7 +1689,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00010883784852921963 + 0.00010944507084786892 ``` **outcome:** @@ -1703,7 +1706,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00015671108849346638 + 0.00015837792307138443 ``` **outcome:** @@ -1717,7 +1720,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012495904229581356 + 0.00011949101462960243 ``` **outcome:** @@ -1731,7 +1734,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00010856892913579941 + 0.0001165678258985281 ``` **outcome:** @@ -1740,7 +1743,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_combination + ↳ Function: test_combination -
✅ Test 57
(params: y=a, x=1)
@@ -1749,7 +1752,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00020907912403345108 + 0.00020594499073922634 ``` **outcome:** @@ -1763,7 +1766,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012655393220484257 + 0.0001266920007765293 ``` **outcome:** @@ -1777,7 +1780,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001256170216947794 + 0.00013301800936460495 ``` **outcome:** @@ -1794,7 +1797,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00020786700770258904 + 0.00020701810717582703 ``` **outcome:** @@ -1808,7 +1811,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00015760096721351147 + 0.00012698490172624588 ``` **outcome:** @@ -1822,7 +1825,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.000131336972117424 + 0.0001320738811045885 ``` **outcome:** @@ -1839,7 +1842,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00020249420776963234 + 0.00020270398817956448 ``` **outcome:** @@ -1853,7 +1856,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013320613652467728 + 0.00012548500671982765 ``` **outcome:** @@ -1867,7 +1870,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012565799988806248 + 0.00013078190386295319 ``` **outcome:** @@ -1884,7 +1887,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00020161806605756283 + 0.0001963968388736248 ``` **outcome:** @@ -1898,7 +1901,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012345588766038418 + 0.00012328685261309147 ``` **outcome:** @@ -1912,7 +1915,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011950405314564705 + 0.00012832996435463428 ``` **outcome:** @@ -1921,7 +1924,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_indirect_fixture + ↳ Function: test_indirect_fixture -
✅ Test 61
(params: complex_setup=1)
@@ -1930,7 +1933,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.000284744193777442 + 0.0002720549236983061 ``` **outcome:** @@ -1944,7 +1947,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00014380086213350296 + 0.0001315050758421421 ``` **outcome:** @@ -1958,7 +1961,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012240582145750523 + 0.00012334180064499378 ``` **outcome:** @@ -1975,7 +1978,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00017064600251615047 + 0.0001724320463836193 ``` **outcome:** @@ -1989,7 +1992,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013276678510010242 + 0.00012704404070973396 ``` **outcome:** @@ -2003,7 +2006,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001148800365626812 + 0.000112585024908185 ``` **outcome:** @@ -2015,9 +2018,10 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive
-
- 📄 test_string_utils.py +
+ 📄 test_string_utils.py - ↳ Function: test_uppercase_normal + ↳ Function: test_uppercase_normal -
✅ Test 64 @@ -2026,7 +2030,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012802612036466599 + 0.00013550091534852982 ``` **outcome:** @@ -2040,7 +2044,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00014368095435202122 + 0.0001396508887410164 ``` **outcome:** @@ -2054,7 +2058,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011077197268605232 + 9.955000132322311e-05 ``` **outcome:** @@ -2063,7 +2067,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_reverse_string + ↳ Function: test_reverse_string -
✅ Test 66 @@ -2072,7 +2076,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011731893755495548 + 0.00011867214925587177 ``` **outcome:** @@ -2086,7 +2090,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00014144903980195522 + 0.0001374890562146902 ``` **outcome:** @@ -2100,7 +2104,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00010226992890238762 + 9.86349768936634e-05 ``` **outcome:** @@ -2109,7 +2113,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_warning_emit + ↳ Function: test_warning_emit -
✅ Test 67 @@ -2118,7 +2122,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00010601081885397434 + 0.00010330718941986561 ``` **outcome:** @@ -2132,7 +2136,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00014498410746455193 + 0.00014487700536847115 ``` **outcome:** @@ -2146,7 +2150,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00010465807281434536 + 9.655416943132877e-05 ``` **outcome:** @@ -2155,7 +2159,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_import_warning + ↳ Function: test_import_warning -
✅ Test 70 @@ -2164,7 +2168,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012833508662879467 + 0.00011645699851214886 ``` **outcome:** @@ -2178,7 +2182,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001421940978616476 + 0.00013658381067216396 ``` **outcome:** @@ -2192,7 +2196,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00010353606194257736 + 9.944802150130272e-05 ``` **outcome:** @@ -2201,7 +2205,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_keyboard_interrupt_direct + ↳ Function: test_keyboard_interrupt_direct -
✅ Test 72 @@ -2210,7 +2214,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011448515579104424 + 0.00011779484339058399 ``` **outcome:** @@ -2227,9 +2231,10 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive ❌ Failed (32) -
- 📄 test_io_utils.py +
+ 📄 test_io_utils.py - ↳ Function: test_cause_io_error + ↳ Function: test_cause_io_error -
❌ Test 3 @@ -2238,7 +2243,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011353008449077606 + 0.00011387304402887821 ``` **outcome:** @@ -2252,7 +2257,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00015875301323831081 + 0.0001510479487478733 ``` **outcome:** @@ -2302,7 +2307,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001409419346600771 + 0.00013846787624061108 ``` **outcome:** @@ -2311,7 +2316,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_file_not_found + ↳ Function: test_file_not_found -
❌ Test 4 @@ -2320,7 +2325,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013291090726852417 + 0.00011810590513050556 ``` **outcome:** @@ -2334,7 +2339,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001833760179579258 + 0.00017042714171111584 ``` **outcome:** @@ -2386,7 +2391,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013813679106533527 + 0.00013725203461945057 ``` **outcome:** @@ -2395,7 +2400,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_permission_error + ↳ Function: test_permission_error -
❌ Test 5 @@ -2404,7 +2409,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00021680211648344994 + 0.0002098861150443554 ``` **outcome:** @@ -2418,7 +2423,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00018223095685243607 + 0.00016919919289648533 ``` **outcome:** @@ -2452,7 +2457,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **longrepr:** ```python - monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f6f2838e8b0> + monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f12c049bb50> def test_permission_error(monkeypatch): # Patch open to raise PermissionError simulating access denial @@ -2481,7 +2486,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0005635230336338282 + 0.00016396795399487019 ``` **outcome:** @@ -2490,7 +2495,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_mock_open_error + ↳ Function: test_mock_open_error -
❌ Test 6 @@ -2499,7 +2504,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0003696361090987921 + 0.0001832679845392704 ``` **outcome:** @@ -2513,7 +2518,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.005209947004914284 + 0.0031302080024033785 ``` **outcome:** @@ -2550,7 +2555,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **longrepr:** ```python - monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f6f2a7a20a0> + monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f12c2e4a790> def test_mock_open_error(monkeypatch): # Mock open() to raise IOError simulating read error @@ -2567,7 +2572,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive return self._execute_mock_call(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ - self = + self = args = ('file.txt', 'r'), kwargs = {}, effect = OSError('Mocked IOError') def _execute_mock_call(self, /, *args, **kwargs): @@ -2588,7 +2593,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0003138601314276457 + 0.0002404309343546629 ``` **outcome:** @@ -2597,7 +2602,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_file_handle_closed_error + ↳ Function: test_file_handle_closed_error -
❌ Test 7 @@ -2606,7 +2611,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00014643394388258457 + 0.00013656588271260262 ``` **outcome:** @@ -2620,7 +2625,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001977898646146059 + 0.00016572210006415844 ``` **outcome:** @@ -2663,7 +2668,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001944329123944044 + 0.00017247209325432777 ``` **outcome:** @@ -2672,7 +2677,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_os_error + ↳ Function: test_os_error -
❌ Test 8 @@ -2681,7 +2686,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0002444288693368435 + 0.0002198810689151287 ``` **outcome:** @@ -2695,7 +2700,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00020344112999737263 + 0.00017578504048287868 ``` **outcome:** @@ -2726,7 +2731,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **longrepr:** ```python - monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f6f2a7ee280> + monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f12c075af10> def test_os_error(monkeypatch): # Patch os.remove to raise OSError simulating filesystem error @@ -2752,7 +2757,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00017717713490128517 + 0.00016766204498708248 ``` **outcome:** @@ -2761,7 +2766,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_file_not_found_error + ↳ Function: test_file_not_found_error -
❌ Test 10 @@ -2770,7 +2775,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011662603355944157 + 0.0001252470538020134 ``` **outcome:** @@ -2784,7 +2789,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00016764504835009575 + 0.00016665784642100334 ``` **outcome:** @@ -2825,7 +2830,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001495247706770897 + 0.0001407910604029894 ``` **outcome:** @@ -2837,9 +2842,10 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive
-
- 📄 test_math_utils.py +
+ 📄 test_math_utils.py - ↳ Function: test_broken + ↳ Function: test_broken -
❌ Test 11 @@ -2848,7 +2854,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013227201998233795 + 0.00013052904978394508 ``` **outcome:** @@ -2862,7 +2868,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00016083312220871449 + 0.00015740888193249702 ``` **outcome:** @@ -2903,7 +2909,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013835099525749683 + 0.00013870187103748322 ``` **outcome:** @@ -2912,7 +2918,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_call_missing_function + ↳ Function: test_call_missing_function -
❌ Test 12 @@ -2921,7 +2927,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012788712047040462 + 0.00012085703201591969 ``` **outcome:** @@ -2935,7 +2941,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001544589176774025 + 0.00015365402214229107 ``` **outcome:** @@ -2976,7 +2982,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013376004062592983 + 0.00013691396452486515 ``` **outcome:** @@ -2985,7 +2991,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_addition_fail + ↳ Function: test_addition_fail -
❌ Test 21 @@ -2994,7 +3000,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00010490603744983673 + 0.00010271207429468632 ``` **outcome:** @@ -3008,7 +3014,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0004240970592945814 + 0.00039837509393692017 ``` **outcome:** @@ -3051,7 +3057,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013907509855926037 + 0.0001392909325659275 ``` **outcome:** @@ -3060,7 +3066,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_division_zero + ↳ Function: test_division_zero -
❌ Test 22 @@ -3069,7 +3075,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011954596266150475 + 0.00011976202949881554 ``` **outcome:** @@ -3083,7 +3089,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00015638000331819057 + 0.00015310710296034813 ``` **outcome:** @@ -3135,7 +3141,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013975612819194794 + 0.0001377570442855358 ``` **outcome:** @@ -3144,7 +3150,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_runtime_error + ↳ Function: test_runtime_error -
❌ Test 24 @@ -3153,7 +3159,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011994293890893459 + 0.00012254714965820312 ``` **outcome:** @@ -3167,7 +3173,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00014951592311263084 + 0.00015123793855309486 ``` **outcome:** @@ -3208,7 +3214,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001354848500341177 + 0.00013628811575472355 ``` **outcome:** @@ -3217,7 +3223,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_memory_error + ↳ Function: test_memory_error -
❌ Test 25 @@ -3226,7 +3232,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011828914284706116 + 0.00012640911154448986 ``` **outcome:** @@ -3240,7 +3246,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00015142210759222507 + 0.00014869915321469307 ``` **outcome:** @@ -3281,7 +3287,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013606110587716103 + 0.00013525784015655518 ``` **outcome:** @@ -3290,7 +3296,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_timeout_error + ↳ Function: test_timeout_error -
❌ Test 26 @@ -3299,7 +3305,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011592498049139977 + 0.00011536199599504471 ``` **outcome:** @@ -3313,7 +3319,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.000146983889862895 + 0.00014586490578949451 ``` **outcome:** @@ -3354,7 +3360,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013574096374213696 + 0.00013795285485684872 ``` **outcome:** @@ -3363,7 +3369,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_recursion_error + ↳ Function: test_recursion_error -
❌ Test 27 @@ -3372,7 +3378,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012227590195834637 + 0.00011670798994600773 ``` **outcome:** @@ -3386,7 +3392,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0008298391476273537 + 0.0007499500643461943 ``` **outcome:** @@ -3441,7 +3447,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013875309377908707 + 0.00014066998846828938 ``` **outcome:** @@ -3450,7 +3456,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_floating_point_error + ↳ Function: test_floating_point_error -
❌ Test 28 @@ -3459,7 +3465,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011678389273583889 + 0.00011645816266536713 ``` **outcome:** @@ -3473,7 +3479,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00014930684119462967 + 0.0001475431490689516 ``` **outcome:** @@ -3514,7 +3520,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013478915207087994 + 0.00013596215285360813 ``` **outcome:** @@ -3523,7 +3529,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_floating_point_overflow + ↳ Function: test_floating_point_overflow -
❌ Test 29 @@ -3532,7 +3538,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012015295214951038 + 0.0001298808492720127 ``` **outcome:** @@ -3546,7 +3552,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00016810488887131214 + 0.0001539268996566534 ``` **outcome:** @@ -3587,7 +3593,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013794493861496449 + 0.00013930490240454674 ``` **outcome:** @@ -3596,7 +3602,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_value_error + ↳ Function: test_value_error -
❌ Test 30 @@ -3605,7 +3611,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011859298683702946 + 0.00011401600204408169 ``` **outcome:** @@ -3619,7 +3625,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00017203902825713158 + 0.00015168916434049606 ``` **outcome:** @@ -3660,7 +3666,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001369020901620388 + 0.0001360289752483368 ``` **outcome:** @@ -3669,7 +3675,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_wrong_argument_error + ↳ Function: test_wrong_argument_error -
❌ Test 31 @@ -3678,7 +3684,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.000124647980555892 + 0.0001233220100402832 ``` **outcome:** @@ -3692,7 +3698,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001502828672528267 + 0.0001497720368206501 ``` **outcome:** @@ -3733,7 +3739,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00014302390627563 + 0.00014483719132840633 ``` **outcome:** @@ -3742,7 +3748,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_unhandled_exception + ↳ Function: test_unhandled_exception -
❌ Test 32 @@ -3751,7 +3757,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011633802205324173 + 0.00011523603461682796 ``` **outcome:** @@ -3765,7 +3771,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001488130073994398 + 0.0001564898993819952 ``` **outcome:** @@ -3806,7 +3812,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013805599883198738 + 0.00013703294098377228 ``` **outcome:** @@ -3815,7 +3821,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_custom_error + ↳ Function: test_custom_error -
❌ Test 33 @@ -3824,7 +3830,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011593080125749111 + 0.00013162801042199135 ``` **outcome:** @@ -3838,7 +3844,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00015921704471111298 + 0.00015012407675385475 ``` **outcome:** @@ -3879,7 +3885,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013697706162929535 + 0.0001379398163408041 ``` **outcome:** @@ -3888,7 +3894,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_stop_iteration_direct + ↳ Function: test_stop_iteration_direct -
❌ Test 34 @@ -3897,7 +3903,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011724396608769894 + 0.0001227289903908968 ``` **outcome:** @@ -3911,7 +3917,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00014969799667596817 + 0.0001498658675700426 ``` **outcome:** @@ -3979,7 +3985,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive The above exception was the direct cause of the following exception: cls = - func = . at 0x7f6f2adb7700> + func = . at 0x7f12c0bbd700> when = 'call' reraise = (, ) @@ -4046,7 +4052,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0002501220442354679 + 0.00015669199638068676 ``` **outcome:** @@ -4055,7 +4061,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_generator_exit_direct + ↳ Function: test_generator_exit_direct -
❌ Test 35 @@ -4064,7 +4070,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00018260814249515533 + 0.00013273092918097973 ``` **outcome:** @@ -4078,7 +4084,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00018722796812653542 + 0.00014830101281404495 ``` **outcome:** @@ -4119,7 +4125,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001760111190378666 + 0.00015098205767571926 ``` **outcome:** @@ -4128,7 +4134,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_malformed_code + ↳ Function: test_malformed_code -
❌ Test 36 @@ -4137,7 +4143,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012740003876388073 + 0.00012211594730615616 ``` **outcome:** @@ -4151,7 +4157,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001734360121190548 + 0.00015807012096047401 ``` **outcome:** @@ -4198,7 +4204,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00014289794489741325 + 0.00013639498502016068 ``` **outcome:** @@ -4207,7 +4213,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_sys_exit + ↳ Function: test_sys_exit -
❌ Test 37 @@ -4216,7 +4222,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001272330991923809 + 0.0001200670376420021 ``` **outcome:** @@ -4230,7 +4236,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00014967494644224644 + 0.0001482109073549509 ``` **outcome:** @@ -4271,7 +4277,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013607880100607872 + 0.00013526994735002518 ``` **outcome:** @@ -4280,7 +4286,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_broken_function + ↳ Function: test_broken_function -
❌ Test 38 @@ -4289,7 +4295,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012092897668480873 + 0.00011822488158941269 ``` **outcome:** @@ -4303,7 +4309,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.000157293863594532 + 0.0001497690100222826 ``` **outcome:** @@ -4357,7 +4363,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013826088979840279 + 0.0001381568145006895 ``` **outcome:** @@ -4366,7 +4372,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_import_error + ↳ Function: test_import_error -
❌ Test 39 @@ -4375,7 +4381,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00012329802848398685 + 0.00011506397277116776 ``` **outcome:** @@ -4389,7 +4395,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001536281779408455 + 0.00016009178943932056 ``` **outcome:** @@ -4429,7 +4435,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013845693320035934 + 0.00013597402721643448 ``` **outcome:** @@ -4438,7 +4444,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_module_not_found_error + ↳ Function: test_module_not_found_error -
❌ Test 40 @@ -4447,7 +4453,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011752592399716377 + 0.00011778785847127438 ``` **outcome:** @@ -4461,7 +4467,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0005082720890641212 + 0.00044012488797307014 ``` **outcome:** @@ -4516,7 +4522,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ name = 'non_existent_module_xyz' - import_ = + import_ = > ??? E ModuleNotFoundError: No module named 'non_existent_module_xyz' @@ -4529,7 +4535,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001410059630870819 + 0.00014256895519793034 ``` **outcome:** @@ -4541,9 +4547,10 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive
-
- 📄 test_param.py +
+ 📄 test_param.py - ↳ Function: test_addition + ↳ Function: test_addition -
❌ Test 63 @@ -4552,7 +4559,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00010980712249875069 + 0.00010839011520147324 ``` **outcome:** @@ -4566,7 +4573,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00014371098950505257 + 0.00013831397518515587 ``` **outcome:** @@ -4609,7 +4616,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001621060073375702 + 0.00014163902960717678 ``` **outcome:** @@ -4621,9 +4628,10 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive
-
- 📄 test_string_utils.py +
+ 📄 test_string_utils.py - ↳ Function: test_uppercase_type_error + ↳ Function: test_uppercase_type_error -
❌ Test 65 @@ -4632,7 +4640,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00010556099005043507 + 0.00010438612662255764 ``` **outcome:** @@ -4646,7 +4654,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00014128722250461578 + 0.00014444999396800995 ``` **outcome:** @@ -4699,7 +4707,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013770791701972485 + 0.00013999990187585354 ``` **outcome:** @@ -4708,7 +4716,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_unicode_decode_error + ↳ Function: test_unicode_decode_error -
❌ Test 68 @@ -4717,7 +4725,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00011400994844734669 + 0.00011119991540908813 ``` **outcome:** @@ -4731,7 +4739,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00014903396368026733 + 0.00015642098151147366 ``` **outcome:** @@ -4772,7 +4780,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.000134211964905262 + 0.0001346960198134184 ``` **outcome:** @@ -4781,7 +4789,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive passed ```
- ↳ Function: test_unicode_decode_surrogateescape + ↳ Function: test_unicode_decode_surrogateescape -
❌ Test 69 @@ -4790,7 +4798,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013057305477559566 + 0.00011564511805772781 ``` **outcome:** @@ -4804,7 +4812,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00015344098210334778 + 0.00015601888298988342 ``` **outcome:** @@ -4845,7 +4853,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013306597247719765 + 0.0001335260458290577 ``` **outcome:** @@ -4862,9 +4870,10 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive ❌ Xfailed (2) -
- 📄 test_math_utils.py +
+ 📄 test_math_utils.py - ↳ Function: test_multiply_xfail + ↳ Function: test_multiply_xfail -
❌ Test 23 @@ -4873,7 +4882,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001329849474132061 + 0.00014712801203131676 ``` **outcome:** @@ -4887,7 +4896,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00025747506879270077 + 0.00025102286599576473 ``` **outcome:** @@ -4931,7 +4940,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00014778506010770798 + 0.0001384061761200428 ``` **outcome:** @@ -4943,9 +4952,10 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive
-
- 📄 test_string_utils.py +
+ 📄 test_string_utils.py - ↳ Function: test_xfail_uppercase_digits + ↳ Function: test_xfail_uppercase_digits -
❌ Test 71 @@ -4954,7 +4964,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001146120484918356 + 0.00011530681513249874 ``` **outcome:** @@ -4968,7 +4978,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0006181651260703802 + 0.0005419671069830656 ``` **outcome:** @@ -5018,7 +5028,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00013727392069995403 + 0.0001341730821877718 ``` **outcome:** @@ -5035,9 +5045,10 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive ❌ Skipped (1) -
- 📄 test_param.py +
+ 📄 test_param.py - ↳ Function: test_with_reason_and_marks + ↳ Function: test_with_reason_and_marks -
❌ Test 44 @@ -5046,7 +5057,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.00023192097432911396 + 0.00021262303926050663 ``` **outcome:** @@ -5066,7 +5077,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001212430652230978 + 0.00010907696560025215 ``` **outcome:** @@ -5083,9 +5094,10 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive ❌ Error (1) -
- 📄 test_param.py +
+ 📄 test_param.py - ↳ Function: TestDynamic + ↳ Function: TestDynamic -
❌ Test 50 @@ -5094,7 +5106,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001376899890601635 + 0.00013377796858549118 ``` **outcome:** @@ -5120,7 +5132,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive **duration:** ```python - 0.0001302468590438366 + 0.0001293530222028494 ``` **outcome:** diff --git a/ci-reports/markdown/json-tree-view.txt b/ci-reports/markdown/json-tree-view.txt index 27f00f1c..333d7b14 100644 --- a/ci-reports/markdown/json-tree-view.txt +++ b/ci-reports/markdown/json-tree-view.txt @@ -1,6 +1,6 @@ 📁 ci-reports/markdown/pytest-report.json -├── created: 1752947632.5074933 -├── duration: 0.7749419212341309 +├── created: 1752948011.079638 +├── duration: 0.7076268196105957 ├── exitcode: 2 ├── root: /workspace/tligui_y/slic ├── environment @@ -523,13 +523,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.003498367965221405 +│ │ │ ├── duration: 0.002919004997238517 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0005073719657957554 +│ │ │ ├── duration: 0.00044835894368588924 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.0002611901145428419 +│ │ ├── duration: 0.00023641809821128845 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_io_utils.py::test_write_file @@ -542,13 +542,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00047950586304068565 +│ │ │ ├── duration: 0.0004612070042639971 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0002912529744207859 +│ │ │ ├── duration: 0.0002765110693871975 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00014266488142311573 +│ │ ├── duration: 0.00015038484707474709 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_io_utils.py::test_cause_io_error @@ -561,10 +561,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00011353008449077606 +│ │ │ ├── duration: 0.00011387304402887821 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00015875301323831081 +│ │ │ ├── duration: 0.0001510479487478733 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/functions/io_utils.py @@ -593,7 +593,7 @@ │ │ │ │ │ │ functions/io_utils.py:10: OSError │ │ └── teardown -│ │ ├── duration: 0.0001409419346600771 +│ │ ├── duration: 0.00013846787624061108 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_io_utils.py::test_file_not_found @@ -606,10 +606,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00013291090726852417 +│ │ │ ├── duration: 0.00011810590513050556 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0001833760179579258 +│ │ │ ├── duration: 0.00017042714171111584 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/functions/io_utils.py @@ -642,7 +642,7 @@ │ │ │ │ │ │ functions/io_utils.py:2: FileNotFoundError │ │ └── teardown -│ │ ├── duration: 0.00013813679106533527 +│ │ ├── duration: 0.00013725203461945057 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_io_utils.py::test_permission_error @@ -655,10 +655,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00021680211648344994 +│ │ │ ├── duration: 0.0002098861150443554 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00018223095685243607 +│ │ │ ├── duration: 0.00016919919289648533 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_io_utils.py @@ -678,7 +678,7 @@ │ │ │ │ ├── lineno: 34 │ │ │ │ └── message: PermissionError │ │ │ └── longrepr: monkeypatch = <_pytest.monkeypatch.MonkeyPatch object -│ │ │ at 0x7f6f2838e8b0> +│ │ │ at 0x7f12c049bb50> │ │ │ │ │ │ def test_permission_error(monkeypatch): │ │ │ # Patch open to raise PermissionError simulating access @@ -704,7 +704,7 @@ │ │ │ │ │ │ tests/test_io_utils.py:34: PermissionError │ │ └── teardown -│ │ ├── duration: 0.0005635230336338282 +│ │ ├── duration: 0.00016396795399487019 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_io_utils.py::test_mock_open_error @@ -717,10 +717,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.0003696361090987921 +│ │ │ ├── duration: 0.0001832679845392704 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.005209947004914284 +│ │ │ ├── duration: 0.0031302080024033785 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: @@ -746,7 +746,7 @@ │ │ │ │ ├── lineno: 1140 │ │ │ │ └── message: OSError │ │ │ └── longrepr: monkeypatch = <_pytest.monkeypatch.MonkeyPatch object -│ │ │ at 0x7f6f2a7a20a0> +│ │ │ at 0x7f12c2e4a790> │ │ │ │ │ │ def test_mock_open_error(monkeypatch): │ │ │ # Mock open() to raise IOError simulating read error @@ -768,7 +768,7 @@ │ │ │ _ _ _ _ _ _ _ _ │ │ │ │ │ │ self = +│ │ │ id='139718555902784'> │ │ │ args = ('file.txt', 'r'), kwargs = {}, effect = OSError('Mocked │ │ │ IOError') │ │ │ @@ -786,7 +786,7 @@ │ │ │ │ │ │ .pixi/envs/default/lib/python3.8/unittest/mock.py:1140: OSError │ │ └── teardown -│ │ ├── duration: 0.0003138601314276457 +│ │ ├── duration: 0.0002404309343546629 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_io_utils.py::test_file_handle_closed_error @@ -799,10 +799,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00014643394388258457 +│ │ │ ├── duration: 0.00013656588271260262 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0001977898646146059 +│ │ │ ├── duration: 0.00016572210006415844 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_io_utils.py @@ -822,7 +822,7 @@ │ │ │ │ │ │ tests/test_io_utils.py:50: ValueError │ │ └── teardown -│ │ ├── duration: 0.0001944329123944044 +│ │ ├── duration: 0.00017247209325432777 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_io_utils.py::test_os_error @@ -835,10 +835,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.0002444288693368435 +│ │ │ ├── duration: 0.0002198810689151287 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00020344112999737263 +│ │ │ ├── duration: 0.00017578504048287868 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_io_utils.py @@ -854,7 +854,7 @@ │ │ │ │ ├── lineno: 55 │ │ │ │ └── message: OSError │ │ │ └── longrepr: monkeypatch = <_pytest.monkeypatch.MonkeyPatch object -│ │ │ at 0x7f6f2a7ee280> +│ │ │ at 0x7f12c075af10> │ │ │ │ │ │ def test_os_error(monkeypatch): │ │ │ # Patch os.remove to raise OSError simulating filesystem @@ -876,7 +876,7 @@ │ │ │ │ │ │ tests/test_io_utils.py:55: OSError │ │ └── teardown -│ │ ├── duration: 0.00017717713490128517 +│ │ ├── duration: 0.00016766204498708248 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_io_utils.py::test_write_file_readonly @@ -889,13 +889,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.0006686069536954165 +│ │ │ ├── duration: 0.0005688988603651524 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0010011792182922363 +│ │ │ ├── duration: 0.0009094090200960636 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00016098888590931892 +│ │ ├── duration: 0.00013735308311879635 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_io_utils.py::test_file_not_found_error @@ -908,10 +908,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00011662603355944157 +│ │ │ ├── duration: 0.0001252470538020134 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00016764504835009575 +│ │ │ ├── duration: 0.00016665784642100334 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_io_utils.py @@ -932,7 +932,7 @@ │ │ │ │ │ │ tests/test_io_utils.py:69: FileNotFoundError │ │ └── teardown -│ │ ├── duration: 0.0001495247706770897 +│ │ ├── duration: 0.0001407910604029894 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_broken @@ -945,10 +945,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00013227201998233795 +│ │ │ ├── duration: 0.00013052904978394508 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00016083312220871449 +│ │ │ ├── duration: 0.00015740888193249702 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -968,7 +968,7 @@ │ │ │ │ │ │ tests/test_math_utils.py:16: NameError │ │ └── teardown -│ │ ├── duration: 0.00013835099525749683 +│ │ ├── duration: 0.00013870187103748322 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_call_missing_function @@ -981,10 +981,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00012788712047040462 +│ │ │ ├── duration: 0.00012085703201591969 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0001544589176774025 +│ │ │ ├── duration: 0.00015365402214229107 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1005,7 +1005,7 @@ │ │ │ │ │ │ tests/test_math_utils.py:20: AttributeError │ │ └── teardown -│ │ ├── duration: 0.00013376004062592983 +│ │ ├── duration: 0.00013691396452486515 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_addition_pass[2-2-4] @@ -1021,13 +1021,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00028870091773569584 +│ │ │ ├── duration: 0.0002820498775690794 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00016103312373161316 +│ │ │ ├── duration: 0.0001439778134226799 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00014804978854954243 +│ │ ├── duration: 0.0001571131870150566 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_addition_pass[1-5-6] @@ -1043,13 +1043,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00026423786766827106 +│ │ │ ├── duration: 0.00024554901756346226 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00013243104331195354 +│ │ │ ├── duration: 0.0001330480445176363 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.000134205911308527 +│ │ ├── duration: 0.0001557529903948307 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_addition_pass[3-4-7] @@ -1065,13 +1065,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.000270158052444458 +│ │ │ ├── duration: 0.0002461569383740425 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00013269810006022453 +│ │ │ ├── duration: 0.00013142195530235767 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.0001342159230262041 +│ │ ├── duration: 0.0001346520148217678 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_addition_pass[3-5-8] @@ -1087,13 +1087,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00025532906875014305 +│ │ │ ├── duration: 0.00023719505406916142 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0001256330870091915 +│ │ │ ├── duration: 0.00013168994337320328 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00013200705870985985 +│ │ ├── duration: 0.00013610091991722584 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_addition_pass[3-6-9] @@ -1109,13 +1109,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00025852792896330357 +│ │ │ ├── duration: 0.0002394299954175949 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00013019191101193428 +│ │ │ ├── duration: 0.0001299339346587658 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.0001327951904386282 +│ │ ├── duration: 0.00013971608132123947 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_addition_pass_id @@ -1131,13 +1131,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00025105103850364685 +│ │ │ ├── duration: 0.0002468700986355543 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00013036211021244526 +│ │ │ ├── duration: 0.00013355701230466366 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00013354304246604443 +│ │ ├── duration: 0.00013644411228597164 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_addition_pass_id @@ -1153,13 +1153,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00023345882073044777 +│ │ │ ├── duration: 0.0002362770028412342 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00012835394591093063 +│ │ │ ├── duration: 0.00012634810991585255 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00013369298540055752 +│ │ ├── duration: 0.00014594080857932568 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_addition_pass_id @@ -1175,13 +1175,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00024192803539335728 +│ │ │ ├── duration: 0.00024140789173543453 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00012518907897174358 +│ │ │ ├── duration: 0.00012847501784563065 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00014210608787834644 +│ │ ├── duration: 0.00013150903396308422 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_addition_fail @@ -1194,10 +1194,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00010490603744983673 +│ │ │ ├── duration: 0.00010271207429468632 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0004240970592945814 +│ │ │ ├── duration: 0.00039837509393692017 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1217,7 +1217,7 @@ │ │ │ │ │ │ tests/test_math_utils.py:51: AssertionError │ │ └── teardown -│ │ ├── duration: 0.00013907509855926037 +│ │ ├── duration: 0.0001392909325659275 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_division_zero @@ -1230,10 +1230,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00011954596266150475 +│ │ │ ├── duration: 0.00011976202949881554 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00015638000331819057 +│ │ │ ├── duration: 0.00015310710296034813 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/functions/math_utils.py @@ -1265,7 +1265,7 @@ │ │ │ │ │ │ functions/math_utils.py:5: ZeroDivisionError │ │ └── teardown -│ │ ├── duration: 0.00013975612819194794 +│ │ ├── duration: 0.0001377570442855358 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_multiply_xfail @@ -1280,10 +1280,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.0001329849474132061 +│ │ │ ├── duration: 0.00014712801203131676 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00025747506879270077 +│ │ │ ├── duration: 0.00025102286599576473 │ │ │ ├── outcome: skipped │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1305,7 +1305,7 @@ │ │ │ │ │ │ tests/test_math_utils.py:60: AssertionError │ │ └── teardown -│ │ ├── duration: 0.00014778506010770798 +│ │ ├── duration: 0.0001384061761200428 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_runtime_error @@ -1318,10 +1318,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00011994293890893459 +│ │ │ ├── duration: 0.00012254714965820312 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00014951592311263084 +│ │ │ ├── duration: 0.00015123793855309486 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1339,7 +1339,7 @@ │ │ │ │ │ │ tests/test_math_utils.py:64: RuntimeError │ │ └── teardown -│ │ ├── duration: 0.0001354848500341177 +│ │ ├── duration: 0.00013628811575472355 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_memory_error @@ -1352,10 +1352,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00011828914284706116 +│ │ │ ├── duration: 0.00012640911154448986 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00015142210759222507 +│ │ │ ├── duration: 0.00014869915321469307 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1374,7 +1374,7 @@ │ │ │ │ │ │ tests/test_math_utils.py:68: MemoryError │ │ └── teardown -│ │ ├── duration: 0.00013606110587716103 +│ │ ├── duration: 0.00013525784015655518 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_timeout_error @@ -1387,10 +1387,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00011592498049139977 +│ │ │ ├── duration: 0.00011536199599504471 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.000146983889862895 +│ │ │ ├── duration: 0.00014586490578949451 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1409,7 +1409,7 @@ │ │ │ │ │ │ tests/test_math_utils.py:72: TimeoutError │ │ └── teardown -│ │ ├── duration: 0.00013574096374213696 +│ │ ├── duration: 0.00013795285485684872 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_recursion_error @@ -1422,10 +1422,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00012227590195834637 +│ │ │ ├── duration: 0.00011670798994600773 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0008298391476273537 +│ │ │ ├── duration: 0.0007499500643461943 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1460,7 +1460,7 @@ │ │ │ E RecursionError: maximum recursion depth exceeded │ │ │ !!! Recursion detected (same locals & position) │ │ └── teardown -│ │ ├── duration: 0.00013875309377908707 +│ │ ├── duration: 0.00014066998846828938 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_floating_point_error @@ -1473,10 +1473,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00011678389273583889 +│ │ │ ├── duration: 0.00011645816266536713 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00014930684119462967 +│ │ │ ├── duration: 0.0001475431490689516 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1495,7 +1495,7 @@ │ │ │ │ │ │ tests/test_math_utils.py:82: FloatingPointError │ │ └── teardown -│ │ ├── duration: 0.00013478915207087994 +│ │ ├── duration: 0.00013596215285360813 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_floating_point_overflow @@ -1508,10 +1508,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00012015295214951038 +│ │ │ ├── duration: 0.0001298808492720127 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00016810488887131214 +│ │ │ ├── duration: 0.0001539268996566534 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1529,7 +1529,7 @@ │ │ │ │ │ │ tests/test_math_utils.py:86: OverflowError │ │ └── teardown -│ │ ├── duration: 0.00013794493861496449 +│ │ ├── duration: 0.00013930490240454674 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_value_error @@ -1542,10 +1542,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00011859298683702946 +│ │ │ ├── duration: 0.00011401600204408169 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00017203902825713158 +│ │ │ ├── duration: 0.00015168916434049606 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1565,7 +1565,7 @@ │ │ │ │ │ │ tests/test_math_utils.py:90: ValueError │ │ └── teardown -│ │ ├── duration: 0.0001369020901620388 +│ │ ├── duration: 0.0001360289752483368 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_wrong_argument_error @@ -1578,10 +1578,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.000124647980555892 +│ │ │ ├── duration: 0.0001233220100402832 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0001502828672528267 +│ │ │ ├── duration: 0.0001497720368206501 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1599,7 +1599,7 @@ │ │ │ │ │ │ tests/test_math_utils.py:94: TypeError │ │ └── teardown -│ │ ├── duration: 0.00014302390627563 +│ │ ├── duration: 0.00014483719132840633 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_unhandled_exception @@ -1612,10 +1612,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00011633802205324173 +│ │ │ ├── duration: 0.00011523603461682796 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0001488130073994398 +│ │ │ ├── duration: 0.0001564898993819952 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1633,7 +1633,7 @@ │ │ │ │ │ │ tests/test_math_utils.py:98: Exception │ │ └── teardown -│ │ ├── duration: 0.00013805599883198738 +│ │ ├── duration: 0.00013703294098377228 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_custom_error @@ -1646,10 +1646,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00011593080125749111 +│ │ │ ├── duration: 0.00013162801042199135 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00015921704471111298 +│ │ │ ├── duration: 0.00015012407675385475 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1668,7 +1668,7 @@ │ │ │ │ │ │ tests/test_math_utils.py:102: CustomError │ │ └── teardown -│ │ ├── duration: 0.00013697706162929535 +│ │ ├── duration: 0.0001379398163408041 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_stop_iteration_direct @@ -1681,10 +1681,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00011724396608769894 +│ │ │ ├── duration: 0.0001227289903908968 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00014969799667596817 +│ │ │ ├── duration: 0.0001498658675700426 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: @@ -1771,7 +1771,7 @@ │ │ │ │ │ │ cls = │ │ │ func = . at -│ │ │ 0x7f6f2adb7700> +│ │ │ 0x7f12c0bbd700> │ │ │ when = 'call' │ │ │ reraise = (, ) @@ -1854,7 +1854,7 @@ │ │ │ .pixi/envs/default/lib/python3.8/site-packages/_pytest/capture.p │ │ │ y:880: RuntimeError │ │ └── teardown -│ │ ├── duration: 0.0002501220442354679 +│ │ ├── duration: 0.00015669199638068676 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_generator_exit_direct @@ -1867,10 +1867,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00018260814249515533 +│ │ │ ├── duration: 0.00013273092918097973 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00018722796812653542 +│ │ │ ├── duration: 0.00014830101281404495 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1888,7 +1888,7 @@ │ │ │ │ │ │ tests/test_math_utils.py:110: GeneratorExit │ │ └── teardown -│ │ ├── duration: 0.0001760111190378666 +│ │ ├── duration: 0.00015098205767571926 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_malformed_code @@ -1901,10 +1901,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00012740003876388073 +│ │ │ ├── duration: 0.00012211594730615616 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0001734360121190548 +│ │ │ ├── duration: 0.00015807012096047401 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1928,7 +1928,7 @@ │ │ │ │ │ │ tests/test_math_utils.py:114: SyntaxError │ │ └── teardown -│ │ ├── duration: 0.00014289794489741325 +│ │ ├── duration: 0.00013639498502016068 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_sys_exit @@ -1941,10 +1941,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.0001272330991923809 +│ │ │ ├── duration: 0.0001200670376420021 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00014967494644224644 +│ │ │ ├── duration: 0.0001482109073549509 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1962,7 +1962,7 @@ │ │ │ │ │ │ tests/test_math_utils.py:118: SystemExit │ │ └── teardown -│ │ ├── duration: 0.00013607880100607872 +│ │ ├── duration: 0.00013526994735002518 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_broken_function @@ -1975,10 +1975,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00012092897668480873 +│ │ │ ├── duration: 0.00011822488158941269 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.000157293863594532 +│ │ │ ├── duration: 0.0001497690100222826 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -2011,7 +2011,7 @@ │ │ │ │ │ │ tests/test_math_utils.py:123: TypeError │ │ └── teardown -│ │ ├── duration: 0.00013826088979840279 +│ │ ├── duration: 0.0001381568145006895 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_import_error @@ -2024,10 +2024,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00012329802848398685 +│ │ │ ├── duration: 0.00011506397277116776 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0001536281779408455 +│ │ │ ├── duration: 0.00016009178943932056 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -2044,7 +2044,7 @@ │ │ │ │ │ │ tests/test_math_utils.py:127: ImportError │ │ └── teardown -│ │ ├── duration: 0.00013845693320035934 +│ │ ├── duration: 0.00013597402721643448 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_math_utils.py::test_module_not_found_error @@ -2057,10 +2057,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00011752592399716377 +│ │ │ ├── duration: 0.00011778785847127438 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0005082720890641212 +│ │ │ ├── duration: 0.00044012488797307014 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: @@ -2108,7 +2108,7 @@ │ │ │ _ _ _ _ _ _ _ _ │ │ │ │ │ │ name = 'non_existent_module_xyz' -│ │ │ import_ = +│ │ │ import_ = │ │ │ │ │ │ > ??? │ │ │ E ModuleNotFoundError: No module named @@ -2116,7 +2116,7 @@ │ │ │ │ │ │ :973: ModuleNotFoundError │ │ └── teardown -│ │ ├── duration: 0.0001410059630870819 +│ │ ├── duration: 0.00014256895519793034 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_basic_ids @@ -2132,13 +2132,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00025304313749074936 +│ │ │ ├── duration: 0.00023141899146139622 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00014003808610141277 +│ │ │ ├── duration: 0.0001366769429296255 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.0001231781207025051 +│ │ ├── duration: 0.00012256717309355736 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_basic_ids @@ -2154,13 +2154,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00020760297775268555 +│ │ │ ├── duration: 0.00017352495342493057 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0001307101920247078 +│ │ │ ├── duration: 0.00012703286483883858 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00011748494580388069 +│ │ ├── duration: 0.00011456920765340328 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_with_reason_and_marks @@ -2176,13 +2176,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00017271400429308414 +│ │ │ ├── duration: 0.00017858389765024185 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00012531201355159283 +│ │ │ ├── duration: 0.0001293988898396492 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00011126603931188583 +│ │ ├── duration: 0.00011253007687628269 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_with_reason_and_marks @@ -2199,12 +2199,12 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00023192097432911396 +│ │ │ ├── duration: 0.00021262303926050663 │ │ │ ├── outcome: skipped │ │ │ └── longrepr: ('/workspace/tligui_y/slic/tests/test_param.py', 12, │ │ │ 'Skipped: nope') │ │ └── teardown -│ │ ├── duration: 0.0001212430652230978 +│ │ ├── duration: 0.00010907696560025215 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_multiple_positional_args[1-2] @@ -2220,13 +2220,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00023474404588341713 +│ │ │ ├── duration: 0.000219081062823534 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00013151997700333595 +│ │ │ ├── duration: 0.00012841890566051006 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00012597208842635155 +│ │ ├── duration: 0.00012520095333456993 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_multiple_positional_args[3-4] @@ -2242,13 +2242,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00020150188356637955 +│ │ │ ├── duration: 0.00019642384722828865 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00012699398212134838 +│ │ │ ├── duration: 0.00012281490489840508 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00012565101496875286 +│ │ ├── duration: 0.00012121698819100857 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_non_literal_with_id @@ -2264,13 +2264,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00016069691628217697 +│ │ │ ├── duration: 0.00016271998174488544 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00012259883806109428 +│ │ │ ├── duration: 0.00013564503751695156 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00011185486800968647 +│ │ ├── duration: 0.00011579319834709167 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_timedistance_v1 @@ -2286,13 +2286,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00024143396876752377 +│ │ │ ├── duration: 0.00023838807828724384 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0001322808675467968 +│ │ │ ├── duration: 0.00013499800115823746 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00013556284829974174 +│ │ ├── duration: 0.00014270213432610035 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_timedistance_v1 @@ -2308,13 +2308,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00023756502196192741 +│ │ │ ├── duration: 0.00024479907006025314 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00013006594963371754 +│ │ │ ├── duration: 0.00012952391989529133 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00013581081293523312 +│ │ ├── duration: 0.00013602408580482006 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::TestDynamic::test_sum_positive @@ -2328,7 +2328,7 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.0001376899890601635 +│ │ │ ├── duration: 0.00013377796858549118 │ │ │ ├── outcome: failed │ │ │ └── longrepr: file /workspace/tligui_y/slic/tests/test_param.py, │ │ │ line 71 @@ -2345,7 +2345,7 @@ │ │ │ │ │ │ /workspace/tligui_y/slic/tests/test_param.py:71 │ │ └── teardown -│ │ ├── duration: 0.0001302468590438366 +│ │ ├── duration: 0.0001293530222028494 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_dynamic @@ -2359,13 +2359,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.0001867550890892744 +│ │ │ ├── duration: 0.0001998960506170988 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00012952322140336037 +│ │ │ ├── duration: 0.0001309060025960207 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00011695409193634987 +│ │ ├── duration: 0.00011825095862150192 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_dynamic @@ -2379,13 +2379,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00017667096108198166 +│ │ │ ├── duration: 0.00017841090448200703 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00013316492550075054 +│ │ │ ├── duration: 0.0001272088848054409 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.0001167389564216137 +│ │ ├── duration: 0.0001134900376200676 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_dynamic @@ -2399,13 +2399,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.0001731589436531067 +│ │ │ ├── duration: 0.00015563308261334896 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0001222449354827404 +│ │ │ ├── duration: 0.00012291688472032547 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00011384300887584686 +│ │ ├── duration: 0.00011142296716570854 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_element_type[\U0001f525] @@ -2419,13 +2419,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.0001612191554158926 +│ │ │ ├── duration: 0.00015864684246480465 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0001246009487658739 +│ │ │ ├── duration: 0.00013030320405960083 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00011422880925238132 +│ │ ├── duration: 0.0001115589402616024 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_element_type[\U0001f4a7] @@ -2439,13 +2439,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00016448693349957466 +│ │ │ ├── duration: 0.00016203592531383038 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00012264889664947987 +│ │ │ ├── duration: 0.00012222910299897194 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00010883784852921963 +│ │ ├── duration: 0.00010944507084786892 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_element_type[\U0001f30d] @@ -2459,13 +2459,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00015671108849346638 +│ │ │ ├── duration: 0.00015837792307138443 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00012495904229581356 +│ │ │ ├── duration: 0.00011949101462960243 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00010856892913579941 +│ │ ├── duration: 0.0001165678258985281 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_combination @@ -2481,13 +2481,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00020907912403345108 +│ │ │ ├── duration: 0.00020594499073922634 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00012655393220484257 +│ │ │ ├── duration: 0.0001266920007765293 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.0001256170216947794 +│ │ ├── duration: 0.00013301800936460495 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_combination @@ -2503,13 +2503,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00020786700770258904 +│ │ │ ├── duration: 0.00020701810717582703 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00015760096721351147 +│ │ │ ├── duration: 0.00012698490172624588 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.000131336972117424 +│ │ ├── duration: 0.0001320738811045885 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_combination @@ -2525,13 +2525,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00020249420776963234 +│ │ │ ├── duration: 0.00020270398817956448 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00013320613652467728 +│ │ │ ├── duration: 0.00012548500671982765 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00012565799988806248 +│ │ ├── duration: 0.00013078190386295319 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_combination @@ -2547,13 +2547,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00020161806605756283 +│ │ │ ├── duration: 0.0001963968388736248 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00012345588766038418 +│ │ │ ├── duration: 0.00012328685261309147 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00011950405314564705 +│ │ ├── duration: 0.00012832996435463428 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_indirect_fixture[1] @@ -2569,13 +2569,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.000284744193777442 +│ │ │ ├── duration: 0.0002720549236983061 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00014380086213350296 +│ │ │ ├── duration: 0.0001315050758421421 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00012240582145750523 +│ │ ├── duration: 0.00012334180064499378 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_indirect_fixture[2] @@ -2591,13 +2591,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00017064600251615047 +│ │ │ ├── duration: 0.0001724320463836193 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00013276678510010242 +│ │ │ ├── duration: 0.00012704404070973396 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.0001148800365626812 +│ │ ├── duration: 0.000112585024908185 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_param.py::test_addition @@ -2610,10 +2610,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00010980712249875069 +│ │ │ ├── duration: 0.00010839011520147324 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00014371098950505257 +│ │ │ ├── duration: 0.00013831397518515587 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_param.py @@ -2633,7 +2633,7 @@ │ │ │ │ │ │ tests/test_param.py:107: NameError │ │ └── teardown -│ │ ├── duration: 0.0001621060073375702 +│ │ ├── duration: 0.00014163902960717678 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_string_utils.py::test_uppercase_normal @@ -2646,13 +2646,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00012802612036466599 +│ │ │ ├── duration: 0.00013550091534852982 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00014368095435202122 +│ │ │ ├── duration: 0.0001396508887410164 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00011077197268605232 +│ │ ├── duration: 9.955000132322311e-05 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_string_utils.py::test_uppercase_type_error @@ -2665,10 +2665,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00010556099005043507 +│ │ │ ├── duration: 0.00010438612662255764 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00014128722250461578 +│ │ │ ├── duration: 0.00014444999396800995 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/functions/string_utils.py @@ -2700,7 +2700,7 @@ │ │ │ │ │ │ functions/string_utils.py:3: TypeError │ │ └── teardown -│ │ ├── duration: 0.00013770791701972485 +│ │ ├── duration: 0.00013999990187585354 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_string_utils.py::test_reverse_string @@ -2713,13 +2713,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00011731893755495548 +│ │ │ ├── duration: 0.00011867214925587177 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00014144903980195522 +│ │ │ ├── duration: 0.0001374890562146902 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00010226992890238762 +│ │ ├── duration: 9.86349768936634e-05 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_string_utils.py::test_warning_emit @@ -2732,13 +2732,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00010601081885397434 +│ │ │ ├── duration: 0.00010330718941986561 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00014498410746455193 +│ │ │ ├── duration: 0.00014487700536847115 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00010465807281434536 +│ │ ├── duration: 9.655416943132877e-05 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_string_utils.py::test_unicode_decode_error @@ -2751,10 +2751,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00011400994844734669 +│ │ │ ├── duration: 0.00011119991540908813 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00014903396368026733 +│ │ │ ├── duration: 0.00015642098151147366 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_string_utils.py @@ -2774,7 +2774,7 @@ │ │ │ │ │ │ tests/test_string_utils.py:28: UnicodeDecodeError │ │ └── teardown -│ │ ├── duration: 0.000134211964905262 +│ │ ├── duration: 0.0001346960198134184 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: @@ -2788,10 +2788,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00013057305477559566 +│ │ │ ├── duration: 0.00011564511805772781 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.00015344098210334778 +│ │ │ ├── duration: 0.00015601888298988342 │ │ │ ├── outcome: failed │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_string_utils.py @@ -2812,7 +2812,7 @@ │ │ │ │ │ │ tests/test_string_utils.py:32: UnicodeDecodeError │ │ └── teardown -│ │ ├── duration: 0.00013306597247719765 +│ │ ├── duration: 0.0001335260458290577 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_string_utils.py::test_import_warning @@ -2825,13 +2825,13 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.00012833508662879467 +│ │ │ ├── duration: 0.00011645699851214886 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0001421940978616476 +│ │ │ ├── duration: 0.00013658381067216396 │ │ │ └── outcome: passed │ │ └── teardown -│ │ ├── duration: 0.00010353606194257736 +│ │ ├── duration: 9.944802150130272e-05 │ │ └── outcome: passed │ ├── - │ │ ├── nodeid: tests/test_string_utils.py::test_xfail_uppercase_digits @@ -2846,10 +2846,10 @@ │ │ │ ├── slic │ │ │ └── │ │ ├── setup -│ │ │ ├── duration: 0.0001146120484918356 +│ │ │ ├── duration: 0.00011530681513249874 │ │ │ └── outcome: passed │ │ ├── call -│ │ │ ├── duration: 0.0006181651260703802 +│ │ │ ├── duration: 0.0005419671069830656 │ │ │ ├── outcome: skipped │ │ │ ├── crash │ │ │ │ ├── path: /workspace/tligui_y/slic/tests/test_string_utils.py @@ -2878,7 +2878,7 @@ │ │ │ │ │ │ tests/test_string_utils.py:41: AssertionError │ │ └── teardown -│ │ ├── duration: 0.00013727392069995403 +│ │ ├── duration: 0.0001341730821877718 │ │ └── outcome: passed │ └── - │ ├── nodeid: tests/test_string_utils.py::test_keyboard_interrupt_direct @@ -2891,7 +2891,7 @@ │ │ ├── slic │ │ └── │ └── setup -│ ├── duration: 0.00011448515579104424 +│ ├── duration: 0.00011779484339058399 │ └── outcome: passed └── warnings └── - diff --git a/ci-reports/markdown/pytest-report.json b/ci-reports/markdown/pytest-report.json index 37791393..82a2d184 100644 --- a/ci-reports/markdown/pytest-report.json +++ b/ci-reports/markdown/pytest-report.json @@ -1 +1 @@ -{"created": 1752947632.5074933, "duration": 0.7749419212341309, "exitcode": 2, "root": "/workspace/tligui_y/slic", "environment": {}, "summary": {"passed": 36, "failed": 32, "xfailed": 2, "skipped": 1, "error": 1, "total": 72, "collected": 72}, "collectors": [{"nodeid": "", "outcome": "passed", "result": [{"nodeid": ".", "type": "Dir"}]}, {"nodeid": "ci-reports/allure/data", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/export", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/history", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/plugin/behaviors", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/plugin/packages", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/plugin/screen-diff", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/plugin", "outcome": "passed", "result": [{"nodeid": "ci-reports/allure/plugin/behaviors", "type": "Dir"}, {"nodeid": "ci-reports/allure/plugin/packages", "type": "Dir"}, {"nodeid": "ci-reports/allure/plugin/screen-diff", "type": "Dir"}]}, {"nodeid": "ci-reports/allure/widgets", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure", "outcome": "passed", "result": [{"nodeid": "ci-reports/allure/data", "type": "Dir"}, {"nodeid": "ci-reports/allure/export", "type": "Dir"}, {"nodeid": "ci-reports/allure/history", "type": "Dir"}, {"nodeid": "ci-reports/allure/plugin", "type": "Dir"}, {"nodeid": "ci-reports/allure/widgets", "type": "Dir"}]}, {"nodeid": "ci-reports/coverage", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/markdown", "outcome": "passed", "result": []}, {"nodeid": "ci-reports", "outcome": "passed", "result": [{"nodeid": "ci-reports/allure", "type": "Dir"}, {"nodeid": "ci-reports/coverage", "type": "Dir"}, {"nodeid": "ci-reports/markdown", "type": "Dir"}]}, {"nodeid": "functions", "outcome": "passed", "result": []}, {"nodeid": "tests/test_broken_fct.py", "outcome": "failed", "result": [], "longrepr": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/python.py:493: in importtestmodule\n mod = import_path(\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/pathlib.py:587: in import_path\n importlib.import_module(module_name)\n.pixi/envs/default/lib/python3.8/importlib/__init__.py:127: in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\n:1014: in _gcd_import\n ???\n:991: in _find_and_load\n ???\n:975: in _find_and_load_unlocked\n ???\n:671: in _load_unlocked\n ???\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:175: in exec_module\n source_stat, co = _rewrite_test(fn, self.config)\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:355: in _rewrite_test\n tree = ast.parse(source, filename=strfn)\n.pixi/envs/default/lib/python3.8/ast.py:47: in parse\n return compile(source, filename, mode, flags,\nE File \"/workspace/tligui_y/slic/tests/test_broken_fct.py\", line 8\nE def test_valid_2():\nE ^\nE SyntaxError: invalid syntax"}, {"nodeid": "tests/test_collector_error.py", "outcome": "failed", "result": [], "longrepr": "ImportError while importing test module '/workspace/tligui_y/slic/tests/test_collector_error.py'.\nHint: make sure your test modules/packages have valid Python names.\nTraceback:\n.pixi/envs/default/lib/python3.8/importlib/__init__.py:127: in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\ntests/test_collector_error.py:1: in \n from no_existing_module.math_utils import *\nE ModuleNotFoundError: No module named 'no_existing_module'"}, {"nodeid": "tests/test_io_utils.py", "outcome": "passed", "result": [{"nodeid": "tests/test_io_utils.py::test_read_file", "type": "Function", "lineno": 9}, {"nodeid": "tests/test_io_utils.py::test_write_file", "type": "Function", "lineno": 16}, {"nodeid": "tests/test_io_utils.py::test_cause_io_error", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_io_utils.py::test_file_not_found", "type": "Function", "lineno": 26}, {"nodeid": "tests/test_io_utils.py::test_permission_error", "type": "Function", "lineno": 30}, {"nodeid": "tests/test_io_utils.py::test_mock_open_error", "type": "Function", "lineno": 37}, {"nodeid": "tests/test_io_utils.py::test_file_handle_closed_error", "type": "Function", "lineno": 45}, {"nodeid": "tests/test_io_utils.py::test_os_error", "type": "Function", "lineno": 51}, {"nodeid": "tests/test_io_utils.py::test_write_file_readonly", "type": "Function", "lineno": 58}, {"nodeid": "tests/test_io_utils.py::test_file_not_found_error", "type": "Function", "lineno": 66}]}, {"nodeid": "tests/test_math_utils.py", "outcome": "passed", "result": [{"nodeid": "tests/test_math_utils.py::test_broken", "type": "Function", "lineno": 13}, {"nodeid": "tests/test_math_utils.py::test_call_missing_function", "type": "Function", "lineno": 17}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[2-2-4]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[1-5-6]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-4-7]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-5-8]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-6-9]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=2,b=2,expected=4]", "type": "Function", "lineno": 36}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=1,b=5,expected=6]", "type": "Function", "lineno": 36}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=3,b=4,expected=7]", "type": "Function", "lineno": 36}, {"nodeid": "tests/test_math_utils.py::test_addition_fail", "type": "Function", "lineno": 48}, {"nodeid": "tests/test_math_utils.py::test_division_zero", "type": "Function", "lineno": 52}, {"nodeid": "tests/test_math_utils.py::test_multiply_xfail", "type": "Function", "lineno": 56}, {"nodeid": "tests/test_math_utils.py::test_runtime_error", "type": "Function", "lineno": 61}, {"nodeid": "tests/test_math_utils.py::test_memory_error", "type": "Function", "lineno": 65}, {"nodeid": "tests/test_math_utils.py::test_timeout_error", "type": "Function", "lineno": 69}, {"nodeid": "tests/test_math_utils.py::test_recursion_error", "type": "Function", "lineno": 73}, {"nodeid": "tests/test_math_utils.py::test_floating_point_error", "type": "Function", "lineno": 79}, {"nodeid": "tests/test_math_utils.py::test_floating_point_overflow", "type": "Function", "lineno": 83}, {"nodeid": "tests/test_math_utils.py::test_value_error", "type": "Function", "lineno": 87}, {"nodeid": "tests/test_math_utils.py::test_wrong_argument_error", "type": "Function", "lineno": 91}, {"nodeid": "tests/test_math_utils.py::test_unhandled_exception", "type": "Function", "lineno": 95}, {"nodeid": "tests/test_math_utils.py::test_custom_error", "type": "Function", "lineno": 99}, {"nodeid": "tests/test_math_utils.py::test_stop_iteration_direct", "type": "Function", "lineno": 103}, {"nodeid": "tests/test_math_utils.py::test_generator_exit_direct", "type": "Function", "lineno": 107}, {"nodeid": "tests/test_math_utils.py::test_malformed_code", "type": "Function", "lineno": 111}, {"nodeid": "tests/test_math_utils.py::test_sys_exit", "type": "Function", "lineno": 115}, {"nodeid": "tests/test_math_utils.py::test_broken_function", "type": "Function", "lineno": 119}, {"nodeid": "tests/test_math_utils.py::test_import_error", "type": "Function", "lineno": 125}, {"nodeid": "tests/test_math_utils.py::test_module_not_found_error", "type": "Function", "lineno": 128}]}, {"nodeid": "tests/test_param.py::TestDynamic", "outcome": "passed", "result": [{"nodeid": "tests/test_param.py::TestDynamic::test_sum_positive", "type": "Function", "lineno": 70}]}, {"nodeid": "tests/test_param.py", "outcome": "passed", "result": [{"nodeid": "tests/test_param.py::test_basic_ids[one]", "type": "Function", "lineno": 3}, {"nodeid": "tests/test_param.py::test_basic_ids[two]", "type": "Function", "lineno": 3}, {"nodeid": "tests/test_param.py::test_with_reason_and_marks[ten]", "type": "Function", "lineno": 11}, {"nodeid": "tests/test_param.py::test_with_reason_and_marks[twenty]", "type": "Function", "lineno": 11}, {"nodeid": "tests/test_param.py::test_multiple_positional_args[1-2]", "type": "Function", "lineno": 19}, {"nodeid": "tests/test_param.py::test_multiple_positional_args[3-4]", "type": "Function", "lineno": 19}, {"nodeid": "tests/test_param.py::test_non_literal_with_id[custom-obj]", "type": "Function", "lineno": 27}, {"nodeid": "tests/test_param.py::test_timedistance_v1[a0-b0-expected0]", "type": "Function", "lineno": 40}, {"nodeid": "tests/test_param.py::test_timedistance_v1[a1-b1-expected1]", "type": "Function", "lineno": 40}, {"nodeid": "tests/test_param.py::TestDynamic", "type": "Class"}, {"nodeid": "tests/test_param.py::test_dynamic[ten]", "type": "Function", "lineno": 78}, {"nodeid": "tests/test_param.py::test_dynamic[twenty]", "type": "Function", "lineno": 78}, {"nodeid": "tests/test_param.py::test_dynamic[thirty]", "type": "Function", "lineno": 78}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f525]", "type": "Function", "lineno": 87}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f4a7]", "type": "Function", "lineno": 87}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f30d]", "type": "Function", "lineno": 87}, {"nodeid": "tests/test_param.py::test_combination[a-1]", "type": "Function", "lineno": 90}, {"nodeid": "tests/test_param.py::test_combination[a-2]", "type": "Function", "lineno": 90}, {"nodeid": "tests/test_param.py::test_combination[b-1]", "type": "Function", "lineno": 90}, {"nodeid": "tests/test_param.py::test_combination[b-2]", "type": "Function", "lineno": 90}, {"nodeid": "tests/test_param.py::test_indirect_fixture[1]", "type": "Function", "lineno": 100}, {"nodeid": "tests/test_param.py::test_indirect_fixture[2]", "type": "Function", "lineno": 100}, {"nodeid": "tests/test_param.py::test_addition", "type": "Function", "lineno": 104}]}, {"nodeid": "tests/test_string_utils.py", "outcome": "passed", "result": [{"nodeid": "tests/test_string_utils.py::test_uppercase_normal", "type": "Function", "lineno": 9}, {"nodeid": "tests/test_string_utils.py::test_uppercase_type_error", "type": "Function", "lineno": 13}, {"nodeid": "tests/test_string_utils.py::test_reverse_string", "type": "Function", "lineno": 17}, {"nodeid": "tests/test_string_utils.py::test_warning_emit", "type": "Function", "lineno": 21}, {"nodeid": "tests/test_string_utils.py::test_unicode_decode_error", "type": "Function", "lineno": 25}, {"nodeid": "tests/test_string_utils.py::test_unicode_decode_surrogateescape", "type": "Function", "lineno": 29}, {"nodeid": "tests/test_string_utils.py::test_import_warning", "type": "Function", "lineno": 33}, {"nodeid": "tests/test_string_utils.py::test_xfail_uppercase_digits", "type": "Function", "lineno": 37}, {"nodeid": "tests/test_string_utils.py::test_keyboard_interrupt_direct", "type": "Function", "lineno": 49}]}, {"nodeid": "tests", "outcome": "passed", "result": [{"nodeid": "tests/test_broken_fct.py", "type": "Module"}, {"nodeid": "tests/test_collector_error.py", "type": "Module"}, {"nodeid": "tests/test_io_utils.py", "type": "Module"}, {"nodeid": "tests/test_math_utils.py", "type": "Module"}, {"nodeid": "tests/test_param.py", "type": "Module"}, {"nodeid": "tests/test_string_utils.py", "type": "Module"}]}, {"nodeid": ".", "outcome": "passed", "result": [{"nodeid": "ci-reports", "type": "Dir"}, {"nodeid": "functions", "type": "Package"}, {"nodeid": "tests", "type": "Dir"}]}], "tests": [{"nodeid": "tests/test_io_utils.py::test_read_file", "lineno": 9, "outcome": "passed", "keywords": ["test_read_file", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.003498367965221405, "outcome": "passed"}, "call": {"duration": 0.0005073719657957554, "outcome": "passed"}, "teardown": {"duration": 0.0002611901145428419, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_write_file", "lineno": 16, "outcome": "passed", "keywords": ["test_write_file", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00047950586304068565, "outcome": "passed"}, "call": {"duration": 0.0002912529744207859, "outcome": "passed"}, "teardown": {"duration": 0.00014266488142311573, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_cause_io_error", "lineno": 22, "outcome": "failed", "keywords": ["test_cause_io_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011353008449077606, "outcome": "passed"}, "call": {"duration": 0.00015875301323831081, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/functions/io_utils.py", "lineno": 10, "message": "OSError: Forced IO Error for testing"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 25, "message": ""}, {"path": "functions/io_utils.py", "lineno": 10, "message": "OSError"}], "longrepr": "def test_cause_io_error():\n # Raises manual IOError to simulate IO failure\n> cause_io_error()\n\ntests/test_io_utils.py:25: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\n def cause_io_error():\n> raise IOError(\"Forced IO Error for testing\")\nE OSError: Forced IO Error for testing\n\nfunctions/io_utils.py:10: OSError"}, "teardown": {"duration": 0.0001409419346600771, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_file_not_found", "lineno": 26, "outcome": "failed", "keywords": ["test_file_not_found", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00013291090726852417, "outcome": "passed"}, "call": {"duration": 0.0001833760179579258, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/functions/io_utils.py", "lineno": 2, "message": "FileNotFoundError: [Errno 2] No such file or directory: 'nonexistent.file'"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 29, "message": ""}, {"path": "functions/io_utils.py", "lineno": 2, "message": "FileNotFoundError"}], "longrepr": "def test_file_not_found():\n # Reading non-existing file raises FileNotFoundError\n> read_file(\"nonexistent.file\")\n\ntests/test_io_utils.py:29: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\npath = 'nonexistent.file'\n\n def read_file(path):\n> with open(path, \"r\", encoding=\"utf-8\") as f:\nE FileNotFoundError: [Errno 2] No such file or directory: 'nonexistent.file'\n\nfunctions/io_utils.py:2: FileNotFoundError"}, "teardown": {"duration": 0.00013813679106533527, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_permission_error", "lineno": 30, "outcome": "failed", "keywords": ["test_permission_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00021680211648344994, "outcome": "passed"}, "call": {"duration": 0.00018223095685243607, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_io_utils.py", "lineno": 34, "message": "PermissionError: Permission denied"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 36, "message": ""}, {"path": "functions/io_utils.py", "lineno": 2, "message": "in read_file"}, {"path": "tests/test_io_utils.py", "lineno": 34, "message": "PermissionError"}], "longrepr": "monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f6f2838e8b0>\n\n def test_permission_error(monkeypatch):\n # Patch open to raise PermissionError simulating access denial\n def raise_perm_error(*args, **kwargs):\n raise PermissionError(\"Permission denied\")\n monkeypatch.setattr(\"builtins.open\", raise_perm_error)\n> read_file(\"anyfile.txt\")\n\ntests/test_io_utils.py:36: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \nfunctions/io_utils.py:2: in read_file\n with open(path, \"r\", encoding=\"utf-8\") as f:\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nargs = ('anyfile.txt', 'r'), kwargs = {'encoding': 'utf-8'}\n\n def raise_perm_error(*args, **kwargs):\n> raise PermissionError(\"Permission denied\")\nE PermissionError: Permission denied\n\ntests/test_io_utils.py:34: PermissionError"}, "teardown": {"duration": 0.0005635230336338282, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_mock_open_error", "lineno": 37, "outcome": "failed", "keywords": ["test_mock_open_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0003696361090987921, "outcome": "passed"}, "call": {"duration": 0.005209947004914284, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/unittest/mock.py", "lineno": 1140, "message": "OSError: Mocked IOError"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 43, "message": ""}, {"path": ".pixi/envs/default/lib/python3.8/unittest/mock.py", "lineno": 1081, "message": "in __call__"}, {"path": ".pixi/envs/default/lib/python3.8/unittest/mock.py", "lineno": 1085, "message": "in _mock_call"}, {"path": ".pixi/envs/default/lib/python3.8/unittest/mock.py", "lineno": 1140, "message": "OSError"}], "longrepr": "monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f6f2a7a20a0>\n\n def test_mock_open_error(monkeypatch):\n # Mock open() to raise IOError simulating read error\n mocked_open = mock.mock_open()\n mocked_open.side_effect = IOError(\"Mocked IOError\")\n monkeypatch.setattr(\"builtins.open\", mocked_open)\n> with open(\"file.txt\", \"r\") as f:\n\ntests/test_io_utils.py:43: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n.pixi/envs/default/lib/python3.8/unittest/mock.py:1081: in __call__\n return self._mock_call(*args, **kwargs)\n.pixi/envs/default/lib/python3.8/unittest/mock.py:1085: in _mock_call\n return self._execute_mock_call(*args, **kwargs)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = \nargs = ('file.txt', 'r'), kwargs = {}, effect = OSError('Mocked IOError')\n\n def _execute_mock_call(self, /, *args, **kwargs):\n # separate from _increment_mock_call so that awaited functions are\n # executed separately from their call, also AsyncMock overrides this method\n \n effect = self.side_effect\n if effect is not None:\n if _is_exception(effect):\n> raise effect\nE OSError: Mocked IOError\n\n.pixi/envs/default/lib/python3.8/unittest/mock.py:1140: OSError"}, "teardown": {"duration": 0.0003138601314276457, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_file_handle_closed_error", "lineno": 45, "outcome": "failed", "keywords": ["test_file_handle_closed_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00014643394388258457, "outcome": "passed"}, "call": {"duration": 0.0001977898646146059, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_io_utils.py", "lineno": 50, "message": "ValueError: I/O operation on closed file"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 50, "message": "ValueError"}], "longrepr": "def test_file_handle_closed_error():\n # Accessing closed file raises ValueError\n f = io.StringIO(\"content\")\n f.close()\n> f.read()\nE ValueError: I/O operation on closed file\n\ntests/test_io_utils.py:50: ValueError"}, "teardown": {"duration": 0.0001944329123944044, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_os_error", "lineno": 51, "outcome": "failed", "keywords": ["test_os_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0002444288693368435, "outcome": "passed"}, "call": {"duration": 0.00020344112999737263, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_io_utils.py", "lineno": 55, "message": "OSError: Simulated OSError"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 57, "message": ""}, {"path": "tests/test_io_utils.py", "lineno": 55, "message": "OSError"}], "longrepr": "monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f6f2a7ee280>\n\n def test_os_error(monkeypatch):\n # Patch os.remove to raise OSError simulating filesystem error\n def raise_os_error(path):\n raise OSError(\"Simulated OSError\")\n monkeypatch.setattr(\"os.remove\", raise_os_error)\n> os.remove(\"file.txt\")\n\ntests/test_io_utils.py:57: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\npath = 'file.txt'\n\n def raise_os_error(path):\n> raise OSError(\"Simulated OSError\")\nE OSError: Simulated OSError\n\ntests/test_io_utils.py:55: OSError"}, "teardown": {"duration": 0.00017717713490128517, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_write_file_readonly", "lineno": 58, "outcome": "passed", "keywords": ["test_write_file_readonly", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0006686069536954165, "outcome": "passed"}, "call": {"duration": 0.0010011792182922363, "outcome": "passed"}, "teardown": {"duration": 0.00016098888590931892, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_file_not_found_error", "lineno": 66, "outcome": "failed", "keywords": ["test_file_not_found_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011662603355944157, "outcome": "passed"}, "call": {"duration": 0.00016764504835009575, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_io_utils.py", "lineno": 69, "message": "FileNotFoundError: [Errno 2] No such file or directory: 'no_such_file.txt'"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 69, "message": "FileNotFoundError"}], "longrepr": "def test_file_not_found_error():\n # Raises FileNotFoundError when opening a non-existent file\n> open(\"no_such_file.txt\", \"r\")\nE FileNotFoundError: [Errno 2] No such file or directory: 'no_such_file.txt'\n\ntests/test_io_utils.py:69: FileNotFoundError"}, "teardown": {"duration": 0.0001495247706770897, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_broken", "lineno": 13, "outcome": "failed", "keywords": ["test_broken", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00013227201998233795, "outcome": "passed"}, "call": {"duration": 0.00016083312220871449, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 16, "message": "NameError: name 'want_the_test_to_fail' is not defined"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 16, "message": "NameError"}], "longrepr": "def test_broken():\n # simulating a broken or faulty test implementation that will cause the test to error\n> want_the_test_to_fail\nE NameError: name 'want_the_test_to_fail' is not defined\n\ntests/test_math_utils.py:16: NameError"}, "teardown": {"duration": 0.00013835099525749683, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_call_missing_function", "lineno": 17, "outcome": "failed", "keywords": ["test_call_missing_function", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012788712047040462, "outcome": "passed"}, "call": {"duration": 0.0001544589176774025, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 20, "message": "AttributeError: module 'functions.math_utils' has no attribute 'non_existent_function'"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 20, "message": "AttributeError"}], "longrepr": "def test_call_missing_function():\n # Accessing a missing function attribute raises AttributeError\n> getattr(math_utils, \"non_existent_function\")()\nE AttributeError: module 'functions.math_utils' has no attribute 'non_existent_function'\n\ntests/test_math_utils.py:20: AttributeError"}, "teardown": {"duration": 0.00013376004062592983, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[2-2-4]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[2-2-4]", "parametrize", "pytestmark", "2-2-4", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00028870091773569584, "outcome": "passed"}, "call": {"duration": 0.00016103312373161316, "outcome": "passed"}, "teardown": {"duration": 0.00014804978854954243, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[1-5-6]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[1-5-6]", "parametrize", "pytestmark", "1-5-6", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00026423786766827106, "outcome": "passed"}, "call": {"duration": 0.00013243104331195354, "outcome": "passed"}, "teardown": {"duration": 0.000134205911308527, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-4-7]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[3-4-7]", "parametrize", "pytestmark", "3-4-7", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.000270158052444458, "outcome": "passed"}, "call": {"duration": 0.00013269810006022453, "outcome": "passed"}, "teardown": {"duration": 0.0001342159230262041, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-5-8]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[3-5-8]", "parametrize", "pytestmark", "3-5-8", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00025532906875014305, "outcome": "passed"}, "call": {"duration": 0.0001256330870091915, "outcome": "passed"}, "teardown": {"duration": 0.00013200705870985985, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-6-9]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[3-6-9]", "parametrize", "pytestmark", "3-6-9", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00025852792896330357, "outcome": "passed"}, "call": {"duration": 0.00013019191101193428, "outcome": "passed"}, "teardown": {"duration": 0.0001327951904386282, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=2,b=2,expected=4]", "lineno": 36, "outcome": "passed", "keywords": ["test_addition_pass_id[a=2,b=2,expected=4]", "parametrize", "pytestmark", "a=2,b=2,expected=4", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00025105103850364685, "outcome": "passed"}, "call": {"duration": 0.00013036211021244526, "outcome": "passed"}, "teardown": {"duration": 0.00013354304246604443, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=1,b=5,expected=6]", "lineno": 36, "outcome": "passed", "keywords": ["test_addition_pass_id[a=1,b=5,expected=6]", "parametrize", "pytestmark", "a=1,b=5,expected=6", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00023345882073044777, "outcome": "passed"}, "call": {"duration": 0.00012835394591093063, "outcome": "passed"}, "teardown": {"duration": 0.00013369298540055752, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=3,b=4,expected=7]", "lineno": 36, "outcome": "passed", "keywords": ["test_addition_pass_id[a=3,b=4,expected=7]", "parametrize", "pytestmark", "a=3,b=4,expected=7", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00024192803539335728, "outcome": "passed"}, "call": {"duration": 0.00012518907897174358, "outcome": "passed"}, "teardown": {"duration": 0.00014210608787834644, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_fail", "lineno": 48, "outcome": "failed", "keywords": ["test_addition_fail", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00010490603744983673, "outcome": "passed"}, "call": {"duration": 0.0004240970592945814, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 51, "message": "assert 4 == 5\n + where 4 = addition(2, 2)"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 51, "message": "AssertionError"}], "longrepr": "def test_addition_fail():\n # Assertion failure: expected incorrect result\n> assert addition(2, 2) == 5\nE assert 4 == 5\nE + where 4 = addition(2, 2)\n\ntests/test_math_utils.py:51: AssertionError"}, "teardown": {"duration": 0.00013907509855926037, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_division_zero", "lineno": 52, "outcome": "failed", "keywords": ["test_division_zero", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011954596266150475, "outcome": "passed"}, "call": {"duration": 0.00015638000331819057, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/functions/math_utils.py", "lineno": 5, "message": "ZeroDivisionError: division by zero"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 55, "message": ""}, {"path": "functions/math_utils.py", "lineno": 5, "message": "ZeroDivisionError"}], "longrepr": "def test_division_zero():\n # Will raise ZeroDivisionError if not handled in division\n> division(1, 0)\n\ntests/test_math_utils.py:55: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\na = 1, b = 0\n\n def division(a, b):\n> return a / b\nE ZeroDivisionError: division by zero\n\nfunctions/math_utils.py:5: ZeroDivisionError"}, "teardown": {"duration": 0.00013975612819194794, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_multiply_xfail", "lineno": 56, "outcome": "xfailed", "keywords": ["test_multiply_xfail", "xfail", "pytestmark", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001329849474132061, "outcome": "passed"}, "call": {"duration": 0.00025747506879270077, "outcome": "skipped", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 60, "message": "assert 4 == 5\n + where 4 = multiply(2, 2)"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 60, "message": "AssertionError"}], "longrepr": "@pytest.mark.xfail(reason=\"Expected failure\")\n def test_multiply_xfail():\n # Expected fail test (xfail): incorrect expected multiply result\n> assert multiply(2, 2) == 5\nE assert 4 == 5\nE + where 4 = multiply(2, 2)\n\ntests/test_math_utils.py:60: AssertionError"}, "teardown": {"duration": 0.00014778506010770798, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_runtime_error", "lineno": 61, "outcome": "failed", "keywords": ["test_runtime_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011994293890893459, "outcome": "passed"}, "call": {"duration": 0.00014951592311263084, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 64, "message": "RuntimeError: Forced runtime error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 64, "message": "RuntimeError"}], "longrepr": "def test_runtime_error():\n # Test raises an uncaught RuntimeError\n> raise RuntimeError(\"Forced runtime error\")\nE RuntimeError: Forced runtime error\n\ntests/test_math_utils.py:64: RuntimeError"}, "teardown": {"duration": 0.0001354848500341177, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_memory_error", "lineno": 65, "outcome": "failed", "keywords": ["test_memory_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011828914284706116, "outcome": "passed"}, "call": {"duration": 0.00015142210759222507, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 68, "message": "MemoryError: Simulated memory error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 68, "message": "MemoryError"}], "longrepr": "def test_memory_error():\n # Manually raise MemoryError to simulate out-of-memory condition\n> raise MemoryError(\"Simulated memory error\")\nE MemoryError: Simulated memory error\n\ntests/test_math_utils.py:68: MemoryError"}, "teardown": {"duration": 0.00013606110587716103, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_timeout_error", "lineno": 69, "outcome": "failed", "keywords": ["test_timeout_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011592498049139977, "outcome": "passed"}, "call": {"duration": 0.000146983889862895, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 72, "message": "TimeoutError: Simulated timeout error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 72, "message": "TimeoutError"}], "longrepr": "def test_timeout_error():\n # Manually raise TimeoutError simulating timeout conditions\n> raise TimeoutError(\"Simulated timeout error\")\nE TimeoutError: Simulated timeout error\n\ntests/test_math_utils.py:72: TimeoutError"}, "teardown": {"duration": 0.00013574096374213696, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_recursion_error", "lineno": 73, "outcome": "failed", "keywords": ["test_recursion_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012227590195834637, "outcome": "passed"}, "call": {"duration": 0.0008298391476273537, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 77, "message": "RecursionError: maximum recursion depth exceeded"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 78, "message": ""}, {"path": "tests/test_math_utils.py", "lineno": 77, "message": "in recursive"}, {"path": "tests/test_math_utils.py", "lineno": 77, "message": "in recursive"}], "longrepr": "def test_recursion_error():\n # Infinite recursion triggers RecursionError\n def recursive():\n return recursive()\n> recursive()\n\ntests/test_math_utils.py:78: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \ntests/test_math_utils.py:77: in recursive\n return recursive()\ntests/test_math_utils.py:77: in recursive\n return recursive()\nE RecursionError: maximum recursion depth exceeded\n!!! Recursion detected (same locals & position)"}, "teardown": {"duration": 0.00013875309377908707, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_floating_point_error", "lineno": 79, "outcome": "failed", "keywords": ["test_floating_point_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011678389273583889, "outcome": "passed"}, "call": {"duration": 0.00014930684119462967, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 82, "message": "FloatingPointError: Simulated floating point error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 82, "message": "FloatingPointError"}], "longrepr": "def test_floating_point_error():\n # Manually raise FloatingPointError\n> raise FloatingPointError(\"Simulated floating point error\")\nE FloatingPointError: Simulated floating point error\n\ntests/test_math_utils.py:82: FloatingPointError"}, "teardown": {"duration": 0.00013478915207087994, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_floating_point_overflow", "lineno": 83, "outcome": "failed", "keywords": ["test_floating_point_overflow", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012015295214951038, "outcome": "passed"}, "call": {"duration": 0.00016810488887131214, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 86, "message": "OverflowError: math range error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 86, "message": "OverflowError"}], "longrepr": "def test_floating_point_overflow():\n # Exponential overflow triggers OverflowError\n> math.exp(1000)\nE OverflowError: math range error\n\ntests/test_math_utils.py:86: OverflowError"}, "teardown": {"duration": 0.00013794493861496449, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_value_error", "lineno": 87, "outcome": "failed", "keywords": ["test_value_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011859298683702946, "outcome": "passed"}, "call": {"duration": 0.00017203902825713158, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 90, "message": "ValueError: invalid literal for int() with base 10: 'invalid'"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 90, "message": "ValueError"}], "longrepr": "def test_value_error():\n # ValueError on invalid integer conversion\n> int(\"invalid\")\nE ValueError: invalid literal for int() with base 10: 'invalid'\n\ntests/test_math_utils.py:90: ValueError"}, "teardown": {"duration": 0.0001369020901620388, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_wrong_argument_error", "lineno": 91, "outcome": "failed", "keywords": ["test_wrong_argument_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.000124647980555892, "outcome": "passed"}, "call": {"duration": 0.0001502828672528267, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 94, "message": "TypeError: 'int' object is not iterable"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 94, "message": "TypeError"}], "longrepr": "def test_wrong_argument_error():\n # TypeError when passing wrong argument type to sum\n> sum(5)\nE TypeError: 'int' object is not iterable\n\ntests/test_math_utils.py:94: TypeError"}, "teardown": {"duration": 0.00014302390627563, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_unhandled_exception", "lineno": 95, "outcome": "failed", "keywords": ["test_unhandled_exception", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011633802205324173, "outcome": "passed"}, "call": {"duration": 0.0001488130073994398, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 98, "message": "Exception: Generic unhandled exception"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 98, "message": "Exception"}], "longrepr": "def test_unhandled_exception():\n # Raises generic unhandled Exception\n> raise Exception(\"Generic unhandled exception\")\nE Exception: Generic unhandled exception\n\ntests/test_math_utils.py:98: Exception"}, "teardown": {"duration": 0.00013805599883198738, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_custom_error", "lineno": 99, "outcome": "failed", "keywords": ["test_custom_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011593080125749111, "outcome": "passed"}, "call": {"duration": 0.00015921704471111298, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 102, "message": "test_math_utils.CustomError: Custom error simulation"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 102, "message": "CustomError"}], "longrepr": "def test_custom_error():\n # Raises user-defined CustomError exception\n> raise CustomError(\"Custom error simulation\")\nE test_math_utils.CustomError: Custom error simulation\n\ntests/test_math_utils.py:102: CustomError"}, "teardown": {"duration": 0.00013697706162929535, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_stop_iteration_direct", "lineno": 103, "outcome": "failed", "keywords": ["test_stop_iteration_direct", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011724396608769894, "outcome": "passed"}, "call": {"duration": 0.00014969799667596817, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/_pytest/capture.py", "lineno": 880, "message": "RuntimeError: generator raised StopIteration"}, "traceback": [{"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/runner.py", "lineno": 341, "message": ""}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/runner.py", "lineno": 242, "message": "in "}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/pluggy/_hooks.py", "lineno": 513, "message": "in __call__"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/pluggy/_manager.py", "lineno": 120, "message": "in _hookexec"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/threadexception.py", "lineno": 92, "message": "in pytest_runtest_call"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/threadexception.py", "lineno": 68, "message": "in thread_exception_runtest_hook"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/unraisableexception.py", "lineno": 95, "message": "in pytest_runtest_call"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/unraisableexception.py", "lineno": 70, "message": "in unraisable_exception_runtest_hook"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/logging.py", "lineno": 846, "message": "in pytest_runtest_call"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/logging.py", "lineno": 829, "message": "in _runtest_for"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/capture.py", "lineno": 880, "message": "RuntimeError"}], "longrepr": "def test_stop_iteration_direct():\n # Directly raise StopIteration exception\n> raise StopIteration()\nE StopIteration\n\ntests/test_math_utils.py:106: StopIteration\n\nThe above exception was the direct cause of the following exception:\n\ncls = \nfunc = . at 0x7f6f2adb7700>\nwhen = 'call'\nreraise = (, )\n\n @classmethod\n def from_call(\n cls,\n func: Callable[[], TResult],\n when: Literal[\"collect\", \"setup\", \"call\", \"teardown\"],\n reraise: type[BaseException] | tuple[type[BaseException], ...] | None = None,\n ) -> CallInfo[TResult]:\n \"\"\"Call func, wrapping the result in a CallInfo.\n \n :param func:\n The function to call. Called without arguments.\n :type func: Callable[[], _pytest.runner.TResult]\n :param when:\n The phase in which the function is called.\n :param reraise:\n Exception or exceptions that shall propagate if raised by the\n function, instead of being wrapped in the CallInfo.\n \"\"\"\n excinfo = None\n start = timing.time()\n precise_start = timing.perf_counter()\n try:\n> result: TResult | None = func()\n\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/runner.py:341: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n.pixi/envs/default/lib/python3.8/site-packages/_pytest/runner.py:242: in \n lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise\n.pixi/envs/default/lib/python3.8/site-packages/pluggy/_hooks.py:513: in __call__\n return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)\n.pixi/envs/default/lib/python3.8/site-packages/pluggy/_manager.py:120: in _hookexec\n return self._inner_hookexec(hook_name, methods, kwargs, firstresult)\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/threadexception.py:92: in pytest_runtest_call\n yield from thread_exception_runtest_hook()\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/threadexception.py:68: in thread_exception_runtest_hook\n yield\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/unraisableexception.py:95: in pytest_runtest_call\n yield from unraisable_exception_runtest_hook()\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/unraisableexception.py:70: in unraisable_exception_runtest_hook\n yield\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/logging.py:846: in pytest_runtest_call\n yield from self._runtest_for(item, \"call\")\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/logging.py:829: in _runtest_for\n yield\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = _capture_fixture=None>\nitem = \n\n @hookimpl(wrapper=True)\n def pytest_runtest_call(self, item: Item) -> Generator[None]:\n with self.item_capture(\"call\", item):\n> return (yield)\nE RuntimeError: generator raised StopIteration\n\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/capture.py:880: RuntimeError"}, "teardown": {"duration": 0.0002501220442354679, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_generator_exit_direct", "lineno": 107, "outcome": "failed", "keywords": ["test_generator_exit_direct", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00018260814249515533, "outcome": "passed"}, "call": {"duration": 0.00018722796812653542, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 110, "message": "GeneratorExit"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 110, "message": "GeneratorExit"}], "longrepr": "def test_generator_exit_direct():\n # Directly raise GeneratorExit exception\n> raise GeneratorExit()\nE GeneratorExit\n\ntests/test_math_utils.py:110: GeneratorExit"}, "teardown": {"duration": 0.0001760111190378666, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_malformed_code", "lineno": 111, "outcome": "failed", "keywords": ["test_malformed_code", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012740003876388073, "outcome": "passed"}, "call": {"duration": 0.0001734360121190548, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 114, "message": " File \"\", line 1\n def bad(:\n ^\nSyntaxError: invalid syntax"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 114, "message": "SyntaxError"}], "longrepr": "def test_malformed_code():\n # SyntaxError when executing malformed Python code\n> exec(\"def bad(:\\n pass\")\nE File \"\", line 1\nE def bad(:\nE ^\nE SyntaxError: invalid syntax\n\ntests/test_math_utils.py:114: SyntaxError"}, "teardown": {"duration": 0.00014289794489741325, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_sys_exit", "lineno": 115, "outcome": "failed", "keywords": ["test_sys_exit", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001272330991923809, "outcome": "passed"}, "call": {"duration": 0.00014967494644224644, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 118, "message": "SystemExit: 1"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 118, "message": "SystemExit"}], "longrepr": "def test_sys_exit():\n # Simulate SystemExit via sys.exit\n> sys.exit(1)\nE SystemExit: 1\n\ntests/test_math_utils.py:118: SystemExit"}, "teardown": {"duration": 0.00013607880100607872, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_broken_function", "lineno": 119, "outcome": "failed", "keywords": ["test_broken_function", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012092897668480873, "outcome": "passed"}, "call": {"duration": 0.000157293863594532, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 123, "message": "TypeError: Broken function"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 124, "message": ""}, {"path": "tests/test_math_utils.py", "lineno": 123, "message": "TypeError"}], "longrepr": "def test_broken_function():\n # Simulate broken function raising TypeError\n def broken_func(*args, **kwargs):\n raise TypeError(\"Broken function\")\n> broken_func()\n\ntests/test_math_utils.py:124: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nargs = (), kwargs = {}\n\n def broken_func(*args, **kwargs):\n> raise TypeError(\"Broken function\")\nE TypeError: Broken function\n\ntests/test_math_utils.py:123: TypeError"}, "teardown": {"duration": 0.00013826088979840279, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_import_error", "lineno": 125, "outcome": "failed", "keywords": ["test_import_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012329802848398685, "outcome": "passed"}, "call": {"duration": 0.0001536281779408455, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 127, "message": "ImportError: Simulated ImportError"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 127, "message": "ImportError"}], "longrepr": "def test_import_error():\n> raise ImportError(\"Simulated ImportError\")\nE ImportError: Simulated ImportError\n\ntests/test_math_utils.py:127: ImportError"}, "teardown": {"duration": 0.00013845693320035934, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_module_not_found_error", "lineno": 128, "outcome": "failed", "keywords": ["test_module_not_found_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011752592399716377, "outcome": "passed"}, "call": {"duration": 0.0005082720890641212, "outcome": "failed", "crash": {"path": "", "lineno": 973, "message": "ModuleNotFoundError: No module named 'non_existent_module_xyz'"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 131, "message": ""}, {"path": ".pixi/envs/default/lib/python3.8/importlib/__init__.py", "lineno": 127, "message": "in import_module"}, {"path": "", "lineno": 1014, "message": "in _gcd_import"}, {"path": "", "lineno": 991, "message": "in _find_and_load"}, {"path": "", "lineno": 973, "message": "ModuleNotFoundError"}], "longrepr": "def test_module_not_found_error():\n # Raises ModuleNotFoundError (subclass of ImportError) for missing module\n> importlib.import_module(\"non_existent_module_xyz\")\n\ntests/test_math_utils.py:131: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n.pixi/envs/default/lib/python3.8/importlib/__init__.py:127: in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\n:1014: in _gcd_import\n ???\n:991: in _find_and_load\n ???\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nname = 'non_existent_module_xyz'\nimport_ = \n\n> ???\nE ModuleNotFoundError: No module named 'non_existent_module_xyz'\n\n:973: ModuleNotFoundError"}, "teardown": {"duration": 0.0001410059630870819, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_basic_ids[one]", "lineno": 3, "outcome": "passed", "keywords": ["test_basic_ids[one]", "parametrize", "pytestmark", "one", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00025304313749074936, "outcome": "passed"}, "call": {"duration": 0.00014003808610141277, "outcome": "passed"}, "teardown": {"duration": 0.0001231781207025051, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_basic_ids[two]", "lineno": 3, "outcome": "passed", "keywords": ["test_basic_ids[two]", "parametrize", "pytestmark", "two", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00020760297775268555, "outcome": "passed"}, "call": {"duration": 0.0001307101920247078, "outcome": "passed"}, "teardown": {"duration": 0.00011748494580388069, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_with_reason_and_marks[ten]", "lineno": 11, "outcome": "passed", "keywords": ["test_with_reason_and_marks[ten]", "parametrize", "pytestmark", "ten", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00017271400429308414, "outcome": "passed"}, "call": {"duration": 0.00012531201355159283, "outcome": "passed"}, "teardown": {"duration": 0.00011126603931188583, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_with_reason_and_marks[twenty]", "lineno": 11, "outcome": "skipped", "keywords": ["test_with_reason_and_marks[twenty]", "parametrize", "skip", "pytestmark", "twenty", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00023192097432911396, "outcome": "skipped", "longrepr": "('/workspace/tligui_y/slic/tests/test_param.py', 12, 'Skipped: nope')"}, "teardown": {"duration": 0.0001212430652230978, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_multiple_positional_args[1-2]", "lineno": 19, "outcome": "passed", "keywords": ["test_multiple_positional_args[1-2]", "parametrize", "pytestmark", "1-2", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00023474404588341713, "outcome": "passed"}, "call": {"duration": 0.00013151997700333595, "outcome": "passed"}, "teardown": {"duration": 0.00012597208842635155, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_multiple_positional_args[3-4]", "lineno": 19, "outcome": "passed", "keywords": ["test_multiple_positional_args[3-4]", "parametrize", "pytestmark", "3-4", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00020150188356637955, "outcome": "passed"}, "call": {"duration": 0.00012699398212134838, "outcome": "passed"}, "teardown": {"duration": 0.00012565101496875286, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_non_literal_with_id[custom-obj]", "lineno": 27, "outcome": "passed", "keywords": ["test_non_literal_with_id[custom-obj]", "parametrize", "pytestmark", "custom-obj", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00016069691628217697, "outcome": "passed"}, "call": {"duration": 0.00012259883806109428, "outcome": "passed"}, "teardown": {"duration": 0.00011185486800968647, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_timedistance_v1[a0-b0-expected0]", "lineno": 40, "outcome": "passed", "keywords": ["test_timedistance_v1[a0-b0-expected0]", "parametrize", "pytestmark", "a0-b0-expected0", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00024143396876752377, "outcome": "passed"}, "call": {"duration": 0.0001322808675467968, "outcome": "passed"}, "teardown": {"duration": 0.00013556284829974174, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_timedistance_v1[a1-b1-expected1]", "lineno": 40, "outcome": "passed", "keywords": ["test_timedistance_v1[a1-b1-expected1]", "parametrize", "pytestmark", "a1-b1-expected1", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00023756502196192741, "outcome": "passed"}, "call": {"duration": 0.00013006594963371754, "outcome": "passed"}, "teardown": {"duration": 0.00013581081293523312, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::TestDynamic::test_sum_positive", "lineno": 70, "outcome": "error", "keywords": ["test_sum_positive", "TestDynamic", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0001376899890601635, "outcome": "failed", "longrepr": "file /workspace/tligui_y/slic/tests/test_param.py, line 71\n def test_sum_positive(self, x, y):\nE fixture 'x' not found\n> available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, complex_setup, cov, doctest_namespace, element, extra, extras, include_metadata_in_junit_xml, json_metadata, metadata, monkeypatch, no_cover, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory\n> use 'pytest --fixtures [testpath]' for help on them.\n\n/workspace/tligui_y/slic/tests/test_param.py:71"}, "teardown": {"duration": 0.0001302468590438366, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_dynamic[ten]", "lineno": 78, "outcome": "passed", "keywords": ["test_dynamic[ten]", "ten", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0001867550890892744, "outcome": "passed"}, "call": {"duration": 0.00012952322140336037, "outcome": "passed"}, "teardown": {"duration": 0.00011695409193634987, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_dynamic[twenty]", "lineno": 78, "outcome": "passed", "keywords": ["test_dynamic[twenty]", "twenty", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00017667096108198166, "outcome": "passed"}, "call": {"duration": 0.00013316492550075054, "outcome": "passed"}, "teardown": {"duration": 0.0001167389564216137, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_dynamic[thirty]", "lineno": 78, "outcome": "passed", "keywords": ["test_dynamic[thirty]", "thirty", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0001731589436531067, "outcome": "passed"}, "call": {"duration": 0.0001222449354827404, "outcome": "passed"}, "teardown": {"duration": 0.00011384300887584686, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f525]", "lineno": 87, "outcome": "passed", "keywords": ["test_element_type[\\U0001f525]", "\\U0001f525", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0001612191554158926, "outcome": "passed"}, "call": {"duration": 0.0001246009487658739, "outcome": "passed"}, "teardown": {"duration": 0.00011422880925238132, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f4a7]", "lineno": 87, "outcome": "passed", "keywords": ["test_element_type[\\U0001f4a7]", "\\U0001f4a7", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00016448693349957466, "outcome": "passed"}, "call": {"duration": 0.00012264889664947987, "outcome": "passed"}, "teardown": {"duration": 0.00010883784852921963, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f30d]", "lineno": 87, "outcome": "passed", "keywords": ["test_element_type[\\U0001f30d]", "\\U0001f30d", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00015671108849346638, "outcome": "passed"}, "call": {"duration": 0.00012495904229581356, "outcome": "passed"}, "teardown": {"duration": 0.00010856892913579941, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_combination[a-1]", "lineno": 90, "outcome": "passed", "keywords": ["test_combination[a-1]", "parametrize", "pytestmark", "a-1", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00020907912403345108, "outcome": "passed"}, "call": {"duration": 0.00012655393220484257, "outcome": "passed"}, "teardown": {"duration": 0.0001256170216947794, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_combination[a-2]", "lineno": 90, "outcome": "passed", "keywords": ["test_combination[a-2]", "parametrize", "pytestmark", "a-2", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00020786700770258904, "outcome": "passed"}, "call": {"duration": 0.00015760096721351147, "outcome": "passed"}, "teardown": {"duration": 0.000131336972117424, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_combination[b-1]", "lineno": 90, "outcome": "passed", "keywords": ["test_combination[b-1]", "parametrize", "pytestmark", "b-1", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00020249420776963234, "outcome": "passed"}, "call": {"duration": 0.00013320613652467728, "outcome": "passed"}, "teardown": {"duration": 0.00012565799988806248, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_combination[b-2]", "lineno": 90, "outcome": "passed", "keywords": ["test_combination[b-2]", "parametrize", "pytestmark", "b-2", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00020161806605756283, "outcome": "passed"}, "call": {"duration": 0.00012345588766038418, "outcome": "passed"}, "teardown": {"duration": 0.00011950405314564705, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_indirect_fixture[1]", "lineno": 100, "outcome": "passed", "keywords": ["test_indirect_fixture[1]", "parametrize", "pytestmark", "1", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.000284744193777442, "outcome": "passed"}, "call": {"duration": 0.00014380086213350296, "outcome": "passed"}, "teardown": {"duration": 0.00012240582145750523, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_indirect_fixture[2]", "lineno": 100, "outcome": "passed", "keywords": ["test_indirect_fixture[2]", "parametrize", "pytestmark", "2", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00017064600251615047, "outcome": "passed"}, "call": {"duration": 0.00013276678510010242, "outcome": "passed"}, "teardown": {"duration": 0.0001148800365626812, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_addition", "lineno": 104, "outcome": "failed", "keywords": ["test_addition", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00010980712249875069, "outcome": "passed"}, "call": {"duration": 0.00014371098950505257, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_param.py", "lineno": 107, "message": "NameError: name 'addition' is not defined"}, "traceback": [{"path": "tests/test_param.py", "lineno": 107, "message": "NameError"}], "longrepr": "a = 5, b = 5, expected = 10\n\n def test_addition(a = 5, b = 5, expected = 10):\n # Has to pass\n> assert addition(a, b) == expected\nE NameError: name 'addition' is not defined\n\ntests/test_param.py:107: NameError"}, "teardown": {"duration": 0.0001621060073375702, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_uppercase_normal", "lineno": 9, "outcome": "passed", "keywords": ["test_uppercase_normal", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012802612036466599, "outcome": "passed"}, "call": {"duration": 0.00014368095435202122, "outcome": "passed"}, "teardown": {"duration": 0.00011077197268605232, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_uppercase_type_error", "lineno": 13, "outcome": "failed", "keywords": ["test_uppercase_type_error", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00010556099005043507, "outcome": "passed"}, "call": {"duration": 0.00014128722250461578, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/functions/string_utils.py", "lineno": 3, "message": "TypeError: Input cannot be None"}, "traceback": [{"path": "tests/test_string_utils.py", "lineno": 16, "message": ""}, {"path": "functions/string_utils.py", "lineno": 3, "message": "TypeError"}], "longrepr": "def test_uppercase_type_error():\n # TypeError when input is None (invalid input)\n> uppercase(None)\n\ntests/test_string_utils.py:16: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\ns = None\n\n def uppercase(s):\n if s is None:\n> raise TypeError(\"Input cannot be None\")\nE TypeError: Input cannot be None\n\nfunctions/string_utils.py:3: TypeError"}, "teardown": {"duration": 0.00013770791701972485, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_reverse_string", "lineno": 17, "outcome": "passed", "keywords": ["test_reverse_string", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011731893755495548, "outcome": "passed"}, "call": {"duration": 0.00014144903980195522, "outcome": "passed"}, "teardown": {"duration": 0.00010226992890238762, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_warning_emit", "lineno": 21, "outcome": "passed", "keywords": ["test_warning_emit", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00010601081885397434, "outcome": "passed"}, "call": {"duration": 0.00014498410746455193, "outcome": "passed"}, "teardown": {"duration": 0.00010465807281434536, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_unicode_decode_error", "lineno": 25, "outcome": "failed", "keywords": ["test_unicode_decode_error", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011400994844734669, "outcome": "passed"}, "call": {"duration": 0.00014903396368026733, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_string_utils.py", "lineno": 28, "message": "UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte"}, "traceback": [{"path": "tests/test_string_utils.py", "lineno": 28, "message": "UnicodeDecodeError"}], "longrepr": "def test_unicode_decode_error():\n # UnicodeDecodeError when decoding invalid byte sequence\n> b'\\xff'.decode('utf-8')\nE UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte\n\ntests/test_string_utils.py:28: UnicodeDecodeError"}, "teardown": {"duration": 0.000134211964905262, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_unicode_decode_surrogateescape", "lineno": 29, "outcome": "failed", "keywords": ["test_unicode_decode_surrogateescape", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00013057305477559566, "outcome": "passed"}, "call": {"duration": 0.00015344098210334778, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_string_utils.py", "lineno": 32, "message": "UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte"}, "traceback": [{"path": "tests/test_string_utils.py", "lineno": 32, "message": "UnicodeDecodeError"}], "longrepr": "def test_unicode_decode_surrogateescape():\n # UnicodeDecodeError with strict error handler on invalid byte\n> b\"\\x80\".decode(\"utf-8\", errors=\"strict\")\nE UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte\n\ntests/test_string_utils.py:32: UnicodeDecodeError"}, "teardown": {"duration": 0.00013306597247719765, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_import_warning", "lineno": 33, "outcome": "passed", "keywords": ["test_import_warning", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012833508662879467, "outcome": "passed"}, "call": {"duration": 0.0001421940978616476, "outcome": "passed"}, "teardown": {"duration": 0.00010353606194257736, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_xfail_uppercase_digits", "lineno": 37, "outcome": "xfailed", "keywords": ["test_xfail_uppercase_digits", "xfail", "pytestmark", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001146120484918356, "outcome": "passed"}, "call": {"duration": 0.0006181651260703802, "outcome": "skipped", "crash": {"path": "/workspace/tligui_y/slic/tests/test_string_utils.py", "lineno": 41, "message": "AssertionError: assert 'ABC123' == 'ABC1234'\n \n - ABC1234\n ? -\n + ABC123"}, "traceback": [{"path": "tests/test_string_utils.py", "lineno": 41, "message": "AssertionError"}], "longrepr": "@pytest.mark.xfail(reason=\"Expected failure: uppercase does not handle digits\")\n def test_xfail_uppercase_digits():\n # Expected fail test because uppercase won't change digits\n> assert uppercase(\"abc123\") == \"ABC1234\"\nE AssertionError: assert 'ABC123' == 'ABC1234'\nE \nE - ABC1234\nE ? -\nE + ABC123\n\ntests/test_string_utils.py:41: AssertionError"}, "teardown": {"duration": 0.00013727392069995403, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_keyboard_interrupt_direct", "lineno": 49, "outcome": "passed", "keywords": ["test_keyboard_interrupt_direct", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011448515579104424, "outcome": "passed"}}], "warnings": [{"message": "Test warning", "category": "UserWarning", "when": "runtest", "filename": "/workspace/tligui_y/slic/tests/test_string_utils.py", "lineno": 24}]} \ No newline at end of file +{"created": 1752948011.079638, "duration": 0.7076268196105957, "exitcode": 2, "root": "/workspace/tligui_y/slic", "environment": {}, "summary": {"passed": 36, "failed": 32, "xfailed": 2, "skipped": 1, "error": 1, "total": 72, "collected": 72}, "collectors": [{"nodeid": "", "outcome": "passed", "result": [{"nodeid": ".", "type": "Dir"}]}, {"nodeid": "ci-reports/allure/data", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/export", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/history", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/plugin/behaviors", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/plugin/packages", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/plugin/screen-diff", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/plugin", "outcome": "passed", "result": [{"nodeid": "ci-reports/allure/plugin/behaviors", "type": "Dir"}, {"nodeid": "ci-reports/allure/plugin/packages", "type": "Dir"}, {"nodeid": "ci-reports/allure/plugin/screen-diff", "type": "Dir"}]}, {"nodeid": "ci-reports/allure/widgets", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure", "outcome": "passed", "result": [{"nodeid": "ci-reports/allure/data", "type": "Dir"}, {"nodeid": "ci-reports/allure/export", "type": "Dir"}, {"nodeid": "ci-reports/allure/history", "type": "Dir"}, {"nodeid": "ci-reports/allure/plugin", "type": "Dir"}, {"nodeid": "ci-reports/allure/widgets", "type": "Dir"}]}, {"nodeid": "ci-reports/coverage", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/markdown", "outcome": "passed", "result": []}, {"nodeid": "ci-reports", "outcome": "passed", "result": [{"nodeid": "ci-reports/allure", "type": "Dir"}, {"nodeid": "ci-reports/coverage", "type": "Dir"}, {"nodeid": "ci-reports/markdown", "type": "Dir"}]}, {"nodeid": "functions", "outcome": "passed", "result": []}, {"nodeid": "tests/test_broken_fct.py", "outcome": "failed", "result": [], "longrepr": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/python.py:493: in importtestmodule\n mod = import_path(\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/pathlib.py:587: in import_path\n importlib.import_module(module_name)\n.pixi/envs/default/lib/python3.8/importlib/__init__.py:127: in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\n:1014: in _gcd_import\n ???\n:991: in _find_and_load\n ???\n:975: in _find_and_load_unlocked\n ???\n:671: in _load_unlocked\n ???\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:175: in exec_module\n source_stat, co = _rewrite_test(fn, self.config)\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:355: in _rewrite_test\n tree = ast.parse(source, filename=strfn)\n.pixi/envs/default/lib/python3.8/ast.py:47: in parse\n return compile(source, filename, mode, flags,\nE File \"/workspace/tligui_y/slic/tests/test_broken_fct.py\", line 8\nE def test_valid_2():\nE ^\nE SyntaxError: invalid syntax"}, {"nodeid": "tests/test_collector_error.py", "outcome": "failed", "result": [], "longrepr": "ImportError while importing test module '/workspace/tligui_y/slic/tests/test_collector_error.py'.\nHint: make sure your test modules/packages have valid Python names.\nTraceback:\n.pixi/envs/default/lib/python3.8/importlib/__init__.py:127: in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\ntests/test_collector_error.py:1: in \n from no_existing_module.math_utils import *\nE ModuleNotFoundError: No module named 'no_existing_module'"}, {"nodeid": "tests/test_io_utils.py", "outcome": "passed", "result": [{"nodeid": "tests/test_io_utils.py::test_read_file", "type": "Function", "lineno": 9}, {"nodeid": "tests/test_io_utils.py::test_write_file", "type": "Function", "lineno": 16}, {"nodeid": "tests/test_io_utils.py::test_cause_io_error", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_io_utils.py::test_file_not_found", "type": "Function", "lineno": 26}, {"nodeid": "tests/test_io_utils.py::test_permission_error", "type": "Function", "lineno": 30}, {"nodeid": "tests/test_io_utils.py::test_mock_open_error", "type": "Function", "lineno": 37}, {"nodeid": "tests/test_io_utils.py::test_file_handle_closed_error", "type": "Function", "lineno": 45}, {"nodeid": "tests/test_io_utils.py::test_os_error", "type": "Function", "lineno": 51}, {"nodeid": "tests/test_io_utils.py::test_write_file_readonly", "type": "Function", "lineno": 58}, {"nodeid": "tests/test_io_utils.py::test_file_not_found_error", "type": "Function", "lineno": 66}]}, {"nodeid": "tests/test_math_utils.py", "outcome": "passed", "result": [{"nodeid": "tests/test_math_utils.py::test_broken", "type": "Function", "lineno": 13}, {"nodeid": "tests/test_math_utils.py::test_call_missing_function", "type": "Function", "lineno": 17}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[2-2-4]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[1-5-6]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-4-7]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-5-8]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-6-9]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=2,b=2,expected=4]", "type": "Function", "lineno": 36}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=1,b=5,expected=6]", "type": "Function", "lineno": 36}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=3,b=4,expected=7]", "type": "Function", "lineno": 36}, {"nodeid": "tests/test_math_utils.py::test_addition_fail", "type": "Function", "lineno": 48}, {"nodeid": "tests/test_math_utils.py::test_division_zero", "type": "Function", "lineno": 52}, {"nodeid": "tests/test_math_utils.py::test_multiply_xfail", "type": "Function", "lineno": 56}, {"nodeid": "tests/test_math_utils.py::test_runtime_error", "type": "Function", "lineno": 61}, {"nodeid": "tests/test_math_utils.py::test_memory_error", "type": "Function", "lineno": 65}, {"nodeid": "tests/test_math_utils.py::test_timeout_error", "type": "Function", "lineno": 69}, {"nodeid": "tests/test_math_utils.py::test_recursion_error", "type": "Function", "lineno": 73}, {"nodeid": "tests/test_math_utils.py::test_floating_point_error", "type": "Function", "lineno": 79}, {"nodeid": "tests/test_math_utils.py::test_floating_point_overflow", "type": "Function", "lineno": 83}, {"nodeid": "tests/test_math_utils.py::test_value_error", "type": "Function", "lineno": 87}, {"nodeid": "tests/test_math_utils.py::test_wrong_argument_error", "type": "Function", "lineno": 91}, {"nodeid": "tests/test_math_utils.py::test_unhandled_exception", "type": "Function", "lineno": 95}, {"nodeid": "tests/test_math_utils.py::test_custom_error", "type": "Function", "lineno": 99}, {"nodeid": "tests/test_math_utils.py::test_stop_iteration_direct", "type": "Function", "lineno": 103}, {"nodeid": "tests/test_math_utils.py::test_generator_exit_direct", "type": "Function", "lineno": 107}, {"nodeid": "tests/test_math_utils.py::test_malformed_code", "type": "Function", "lineno": 111}, {"nodeid": "tests/test_math_utils.py::test_sys_exit", "type": "Function", "lineno": 115}, {"nodeid": "tests/test_math_utils.py::test_broken_function", "type": "Function", "lineno": 119}, {"nodeid": "tests/test_math_utils.py::test_import_error", "type": "Function", "lineno": 125}, {"nodeid": "tests/test_math_utils.py::test_module_not_found_error", "type": "Function", "lineno": 128}]}, {"nodeid": "tests/test_param.py::TestDynamic", "outcome": "passed", "result": [{"nodeid": "tests/test_param.py::TestDynamic::test_sum_positive", "type": "Function", "lineno": 70}]}, {"nodeid": "tests/test_param.py", "outcome": "passed", "result": [{"nodeid": "tests/test_param.py::test_basic_ids[one]", "type": "Function", "lineno": 3}, {"nodeid": "tests/test_param.py::test_basic_ids[two]", "type": "Function", "lineno": 3}, {"nodeid": "tests/test_param.py::test_with_reason_and_marks[ten]", "type": "Function", "lineno": 11}, {"nodeid": "tests/test_param.py::test_with_reason_and_marks[twenty]", "type": "Function", "lineno": 11}, {"nodeid": "tests/test_param.py::test_multiple_positional_args[1-2]", "type": "Function", "lineno": 19}, {"nodeid": "tests/test_param.py::test_multiple_positional_args[3-4]", "type": "Function", "lineno": 19}, {"nodeid": "tests/test_param.py::test_non_literal_with_id[custom-obj]", "type": "Function", "lineno": 27}, {"nodeid": "tests/test_param.py::test_timedistance_v1[a0-b0-expected0]", "type": "Function", "lineno": 40}, {"nodeid": "tests/test_param.py::test_timedistance_v1[a1-b1-expected1]", "type": "Function", "lineno": 40}, {"nodeid": "tests/test_param.py::TestDynamic", "type": "Class"}, {"nodeid": "tests/test_param.py::test_dynamic[ten]", "type": "Function", "lineno": 78}, {"nodeid": "tests/test_param.py::test_dynamic[twenty]", "type": "Function", "lineno": 78}, {"nodeid": "tests/test_param.py::test_dynamic[thirty]", "type": "Function", "lineno": 78}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f525]", "type": "Function", "lineno": 87}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f4a7]", "type": "Function", "lineno": 87}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f30d]", "type": "Function", "lineno": 87}, {"nodeid": "tests/test_param.py::test_combination[a-1]", "type": "Function", "lineno": 90}, {"nodeid": "tests/test_param.py::test_combination[a-2]", "type": "Function", "lineno": 90}, {"nodeid": "tests/test_param.py::test_combination[b-1]", "type": "Function", "lineno": 90}, {"nodeid": "tests/test_param.py::test_combination[b-2]", "type": "Function", "lineno": 90}, {"nodeid": "tests/test_param.py::test_indirect_fixture[1]", "type": "Function", "lineno": 100}, {"nodeid": "tests/test_param.py::test_indirect_fixture[2]", "type": "Function", "lineno": 100}, {"nodeid": "tests/test_param.py::test_addition", "type": "Function", "lineno": 104}]}, {"nodeid": "tests/test_string_utils.py", "outcome": "passed", "result": [{"nodeid": "tests/test_string_utils.py::test_uppercase_normal", "type": "Function", "lineno": 9}, {"nodeid": "tests/test_string_utils.py::test_uppercase_type_error", "type": "Function", "lineno": 13}, {"nodeid": "tests/test_string_utils.py::test_reverse_string", "type": "Function", "lineno": 17}, {"nodeid": "tests/test_string_utils.py::test_warning_emit", "type": "Function", "lineno": 21}, {"nodeid": "tests/test_string_utils.py::test_unicode_decode_error", "type": "Function", "lineno": 25}, {"nodeid": "tests/test_string_utils.py::test_unicode_decode_surrogateescape", "type": "Function", "lineno": 29}, {"nodeid": "tests/test_string_utils.py::test_import_warning", "type": "Function", "lineno": 33}, {"nodeid": "tests/test_string_utils.py::test_xfail_uppercase_digits", "type": "Function", "lineno": 37}, {"nodeid": "tests/test_string_utils.py::test_keyboard_interrupt_direct", "type": "Function", "lineno": 49}]}, {"nodeid": "tests", "outcome": "passed", "result": [{"nodeid": "tests/test_broken_fct.py", "type": "Module"}, {"nodeid": "tests/test_collector_error.py", "type": "Module"}, {"nodeid": "tests/test_io_utils.py", "type": "Module"}, {"nodeid": "tests/test_math_utils.py", "type": "Module"}, {"nodeid": "tests/test_param.py", "type": "Module"}, {"nodeid": "tests/test_string_utils.py", "type": "Module"}]}, {"nodeid": ".", "outcome": "passed", "result": [{"nodeid": "ci-reports", "type": "Dir"}, {"nodeid": "functions", "type": "Package"}, {"nodeid": "tests", "type": "Dir"}]}], "tests": [{"nodeid": "tests/test_io_utils.py::test_read_file", "lineno": 9, "outcome": "passed", "keywords": ["test_read_file", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.002919004997238517, "outcome": "passed"}, "call": {"duration": 0.00044835894368588924, "outcome": "passed"}, "teardown": {"duration": 0.00023641809821128845, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_write_file", "lineno": 16, "outcome": "passed", "keywords": ["test_write_file", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0004612070042639971, "outcome": "passed"}, "call": {"duration": 0.0002765110693871975, "outcome": "passed"}, "teardown": {"duration": 0.00015038484707474709, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_cause_io_error", "lineno": 22, "outcome": "failed", "keywords": ["test_cause_io_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011387304402887821, "outcome": "passed"}, "call": {"duration": 0.0001510479487478733, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/functions/io_utils.py", "lineno": 10, "message": "OSError: Forced IO Error for testing"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 25, "message": ""}, {"path": "functions/io_utils.py", "lineno": 10, "message": "OSError"}], "longrepr": "def test_cause_io_error():\n # Raises manual IOError to simulate IO failure\n> cause_io_error()\n\ntests/test_io_utils.py:25: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\n def cause_io_error():\n> raise IOError(\"Forced IO Error for testing\")\nE OSError: Forced IO Error for testing\n\nfunctions/io_utils.py:10: OSError"}, "teardown": {"duration": 0.00013846787624061108, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_file_not_found", "lineno": 26, "outcome": "failed", "keywords": ["test_file_not_found", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011810590513050556, "outcome": "passed"}, "call": {"duration": 0.00017042714171111584, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/functions/io_utils.py", "lineno": 2, "message": "FileNotFoundError: [Errno 2] No such file or directory: 'nonexistent.file'"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 29, "message": ""}, {"path": "functions/io_utils.py", "lineno": 2, "message": "FileNotFoundError"}], "longrepr": "def test_file_not_found():\n # Reading non-existing file raises FileNotFoundError\n> read_file(\"nonexistent.file\")\n\ntests/test_io_utils.py:29: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\npath = 'nonexistent.file'\n\n def read_file(path):\n> with open(path, \"r\", encoding=\"utf-8\") as f:\nE FileNotFoundError: [Errno 2] No such file or directory: 'nonexistent.file'\n\nfunctions/io_utils.py:2: FileNotFoundError"}, "teardown": {"duration": 0.00013725203461945057, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_permission_error", "lineno": 30, "outcome": "failed", "keywords": ["test_permission_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0002098861150443554, "outcome": "passed"}, "call": {"duration": 0.00016919919289648533, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_io_utils.py", "lineno": 34, "message": "PermissionError: Permission denied"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 36, "message": ""}, {"path": "functions/io_utils.py", "lineno": 2, "message": "in read_file"}, {"path": "tests/test_io_utils.py", "lineno": 34, "message": "PermissionError"}], "longrepr": "monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f12c049bb50>\n\n def test_permission_error(monkeypatch):\n # Patch open to raise PermissionError simulating access denial\n def raise_perm_error(*args, **kwargs):\n raise PermissionError(\"Permission denied\")\n monkeypatch.setattr(\"builtins.open\", raise_perm_error)\n> read_file(\"anyfile.txt\")\n\ntests/test_io_utils.py:36: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \nfunctions/io_utils.py:2: in read_file\n with open(path, \"r\", encoding=\"utf-8\") as f:\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nargs = ('anyfile.txt', 'r'), kwargs = {'encoding': 'utf-8'}\n\n def raise_perm_error(*args, **kwargs):\n> raise PermissionError(\"Permission denied\")\nE PermissionError: Permission denied\n\ntests/test_io_utils.py:34: PermissionError"}, "teardown": {"duration": 0.00016396795399487019, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_mock_open_error", "lineno": 37, "outcome": "failed", "keywords": ["test_mock_open_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001832679845392704, "outcome": "passed"}, "call": {"duration": 0.0031302080024033785, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/unittest/mock.py", "lineno": 1140, "message": "OSError: Mocked IOError"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 43, "message": ""}, {"path": ".pixi/envs/default/lib/python3.8/unittest/mock.py", "lineno": 1081, "message": "in __call__"}, {"path": ".pixi/envs/default/lib/python3.8/unittest/mock.py", "lineno": 1085, "message": "in _mock_call"}, {"path": ".pixi/envs/default/lib/python3.8/unittest/mock.py", "lineno": 1140, "message": "OSError"}], "longrepr": "monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f12c2e4a790>\n\n def test_mock_open_error(monkeypatch):\n # Mock open() to raise IOError simulating read error\n mocked_open = mock.mock_open()\n mocked_open.side_effect = IOError(\"Mocked IOError\")\n monkeypatch.setattr(\"builtins.open\", mocked_open)\n> with open(\"file.txt\", \"r\") as f:\n\ntests/test_io_utils.py:43: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n.pixi/envs/default/lib/python3.8/unittest/mock.py:1081: in __call__\n return self._mock_call(*args, **kwargs)\n.pixi/envs/default/lib/python3.8/unittest/mock.py:1085: in _mock_call\n return self._execute_mock_call(*args, **kwargs)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = \nargs = ('file.txt', 'r'), kwargs = {}, effect = OSError('Mocked IOError')\n\n def _execute_mock_call(self, /, *args, **kwargs):\n # separate from _increment_mock_call so that awaited functions are\n # executed separately from their call, also AsyncMock overrides this method\n \n effect = self.side_effect\n if effect is not None:\n if _is_exception(effect):\n> raise effect\nE OSError: Mocked IOError\n\n.pixi/envs/default/lib/python3.8/unittest/mock.py:1140: OSError"}, "teardown": {"duration": 0.0002404309343546629, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_file_handle_closed_error", "lineno": 45, "outcome": "failed", "keywords": ["test_file_handle_closed_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00013656588271260262, "outcome": "passed"}, "call": {"duration": 0.00016572210006415844, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_io_utils.py", "lineno": 50, "message": "ValueError: I/O operation on closed file"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 50, "message": "ValueError"}], "longrepr": "def test_file_handle_closed_error():\n # Accessing closed file raises ValueError\n f = io.StringIO(\"content\")\n f.close()\n> f.read()\nE ValueError: I/O operation on closed file\n\ntests/test_io_utils.py:50: ValueError"}, "teardown": {"duration": 0.00017247209325432777, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_os_error", "lineno": 51, "outcome": "failed", "keywords": ["test_os_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0002198810689151287, "outcome": "passed"}, "call": {"duration": 0.00017578504048287868, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_io_utils.py", "lineno": 55, "message": "OSError: Simulated OSError"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 57, "message": ""}, {"path": "tests/test_io_utils.py", "lineno": 55, "message": "OSError"}], "longrepr": "monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f12c075af10>\n\n def test_os_error(monkeypatch):\n # Patch os.remove to raise OSError simulating filesystem error\n def raise_os_error(path):\n raise OSError(\"Simulated OSError\")\n monkeypatch.setattr(\"os.remove\", raise_os_error)\n> os.remove(\"file.txt\")\n\ntests/test_io_utils.py:57: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\npath = 'file.txt'\n\n def raise_os_error(path):\n> raise OSError(\"Simulated OSError\")\nE OSError: Simulated OSError\n\ntests/test_io_utils.py:55: OSError"}, "teardown": {"duration": 0.00016766204498708248, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_write_file_readonly", "lineno": 58, "outcome": "passed", "keywords": ["test_write_file_readonly", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0005688988603651524, "outcome": "passed"}, "call": {"duration": 0.0009094090200960636, "outcome": "passed"}, "teardown": {"duration": 0.00013735308311879635, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_file_not_found_error", "lineno": 66, "outcome": "failed", "keywords": ["test_file_not_found_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001252470538020134, "outcome": "passed"}, "call": {"duration": 0.00016665784642100334, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_io_utils.py", "lineno": 69, "message": "FileNotFoundError: [Errno 2] No such file or directory: 'no_such_file.txt'"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 69, "message": "FileNotFoundError"}], "longrepr": "def test_file_not_found_error():\n # Raises FileNotFoundError when opening a non-existent file\n> open(\"no_such_file.txt\", \"r\")\nE FileNotFoundError: [Errno 2] No such file or directory: 'no_such_file.txt'\n\ntests/test_io_utils.py:69: FileNotFoundError"}, "teardown": {"duration": 0.0001407910604029894, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_broken", "lineno": 13, "outcome": "failed", "keywords": ["test_broken", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00013052904978394508, "outcome": "passed"}, "call": {"duration": 0.00015740888193249702, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 16, "message": "NameError: name 'want_the_test_to_fail' is not defined"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 16, "message": "NameError"}], "longrepr": "def test_broken():\n # simulating a broken or faulty test implementation that will cause the test to error\n> want_the_test_to_fail\nE NameError: name 'want_the_test_to_fail' is not defined\n\ntests/test_math_utils.py:16: NameError"}, "teardown": {"duration": 0.00013870187103748322, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_call_missing_function", "lineno": 17, "outcome": "failed", "keywords": ["test_call_missing_function", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012085703201591969, "outcome": "passed"}, "call": {"duration": 0.00015365402214229107, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 20, "message": "AttributeError: module 'functions.math_utils' has no attribute 'non_existent_function'"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 20, "message": "AttributeError"}], "longrepr": "def test_call_missing_function():\n # Accessing a missing function attribute raises AttributeError\n> getattr(math_utils, \"non_existent_function\")()\nE AttributeError: module 'functions.math_utils' has no attribute 'non_existent_function'\n\ntests/test_math_utils.py:20: AttributeError"}, "teardown": {"duration": 0.00013691396452486515, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[2-2-4]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[2-2-4]", "parametrize", "pytestmark", "2-2-4", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0002820498775690794, "outcome": "passed"}, "call": {"duration": 0.0001439778134226799, "outcome": "passed"}, "teardown": {"duration": 0.0001571131870150566, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[1-5-6]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[1-5-6]", "parametrize", "pytestmark", "1-5-6", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00024554901756346226, "outcome": "passed"}, "call": {"duration": 0.0001330480445176363, "outcome": "passed"}, "teardown": {"duration": 0.0001557529903948307, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-4-7]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[3-4-7]", "parametrize", "pytestmark", "3-4-7", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0002461569383740425, "outcome": "passed"}, "call": {"duration": 0.00013142195530235767, "outcome": "passed"}, "teardown": {"duration": 0.0001346520148217678, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-5-8]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[3-5-8]", "parametrize", "pytestmark", "3-5-8", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00023719505406916142, "outcome": "passed"}, "call": {"duration": 0.00013168994337320328, "outcome": "passed"}, "teardown": {"duration": 0.00013610091991722584, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-6-9]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[3-6-9]", "parametrize", "pytestmark", "3-6-9", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0002394299954175949, "outcome": "passed"}, "call": {"duration": 0.0001299339346587658, "outcome": "passed"}, "teardown": {"duration": 0.00013971608132123947, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=2,b=2,expected=4]", "lineno": 36, "outcome": "passed", "keywords": ["test_addition_pass_id[a=2,b=2,expected=4]", "parametrize", "pytestmark", "a=2,b=2,expected=4", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0002468700986355543, "outcome": "passed"}, "call": {"duration": 0.00013355701230466366, "outcome": "passed"}, "teardown": {"duration": 0.00013644411228597164, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=1,b=5,expected=6]", "lineno": 36, "outcome": "passed", "keywords": ["test_addition_pass_id[a=1,b=5,expected=6]", "parametrize", "pytestmark", "a=1,b=5,expected=6", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0002362770028412342, "outcome": "passed"}, "call": {"duration": 0.00012634810991585255, "outcome": "passed"}, "teardown": {"duration": 0.00014594080857932568, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=3,b=4,expected=7]", "lineno": 36, "outcome": "passed", "keywords": ["test_addition_pass_id[a=3,b=4,expected=7]", "parametrize", "pytestmark", "a=3,b=4,expected=7", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00024140789173543453, "outcome": "passed"}, "call": {"duration": 0.00012847501784563065, "outcome": "passed"}, "teardown": {"duration": 0.00013150903396308422, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_fail", "lineno": 48, "outcome": "failed", "keywords": ["test_addition_fail", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00010271207429468632, "outcome": "passed"}, "call": {"duration": 0.00039837509393692017, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 51, "message": "assert 4 == 5\n + where 4 = addition(2, 2)"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 51, "message": "AssertionError"}], "longrepr": "def test_addition_fail():\n # Assertion failure: expected incorrect result\n> assert addition(2, 2) == 5\nE assert 4 == 5\nE + where 4 = addition(2, 2)\n\ntests/test_math_utils.py:51: AssertionError"}, "teardown": {"duration": 0.0001392909325659275, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_division_zero", "lineno": 52, "outcome": "failed", "keywords": ["test_division_zero", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011976202949881554, "outcome": "passed"}, "call": {"duration": 0.00015310710296034813, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/functions/math_utils.py", "lineno": 5, "message": "ZeroDivisionError: division by zero"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 55, "message": ""}, {"path": "functions/math_utils.py", "lineno": 5, "message": "ZeroDivisionError"}], "longrepr": "def test_division_zero():\n # Will raise ZeroDivisionError if not handled in division\n> division(1, 0)\n\ntests/test_math_utils.py:55: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\na = 1, b = 0\n\n def division(a, b):\n> return a / b\nE ZeroDivisionError: division by zero\n\nfunctions/math_utils.py:5: ZeroDivisionError"}, "teardown": {"duration": 0.0001377570442855358, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_multiply_xfail", "lineno": 56, "outcome": "xfailed", "keywords": ["test_multiply_xfail", "xfail", "pytestmark", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00014712801203131676, "outcome": "passed"}, "call": {"duration": 0.00025102286599576473, "outcome": "skipped", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 60, "message": "assert 4 == 5\n + where 4 = multiply(2, 2)"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 60, "message": "AssertionError"}], "longrepr": "@pytest.mark.xfail(reason=\"Expected failure\")\n def test_multiply_xfail():\n # Expected fail test (xfail): incorrect expected multiply result\n> assert multiply(2, 2) == 5\nE assert 4 == 5\nE + where 4 = multiply(2, 2)\n\ntests/test_math_utils.py:60: AssertionError"}, "teardown": {"duration": 0.0001384061761200428, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_runtime_error", "lineno": 61, "outcome": "failed", "keywords": ["test_runtime_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012254714965820312, "outcome": "passed"}, "call": {"duration": 0.00015123793855309486, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 64, "message": "RuntimeError: Forced runtime error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 64, "message": "RuntimeError"}], "longrepr": "def test_runtime_error():\n # Test raises an uncaught RuntimeError\n> raise RuntimeError(\"Forced runtime error\")\nE RuntimeError: Forced runtime error\n\ntests/test_math_utils.py:64: RuntimeError"}, "teardown": {"duration": 0.00013628811575472355, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_memory_error", "lineno": 65, "outcome": "failed", "keywords": ["test_memory_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012640911154448986, "outcome": "passed"}, "call": {"duration": 0.00014869915321469307, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 68, "message": "MemoryError: Simulated memory error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 68, "message": "MemoryError"}], "longrepr": "def test_memory_error():\n # Manually raise MemoryError to simulate out-of-memory condition\n> raise MemoryError(\"Simulated memory error\")\nE MemoryError: Simulated memory error\n\ntests/test_math_utils.py:68: MemoryError"}, "teardown": {"duration": 0.00013525784015655518, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_timeout_error", "lineno": 69, "outcome": "failed", "keywords": ["test_timeout_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011536199599504471, "outcome": "passed"}, "call": {"duration": 0.00014586490578949451, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 72, "message": "TimeoutError: Simulated timeout error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 72, "message": "TimeoutError"}], "longrepr": "def test_timeout_error():\n # Manually raise TimeoutError simulating timeout conditions\n> raise TimeoutError(\"Simulated timeout error\")\nE TimeoutError: Simulated timeout error\n\ntests/test_math_utils.py:72: TimeoutError"}, "teardown": {"duration": 0.00013795285485684872, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_recursion_error", "lineno": 73, "outcome": "failed", "keywords": ["test_recursion_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011670798994600773, "outcome": "passed"}, "call": {"duration": 0.0007499500643461943, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 77, "message": "RecursionError: maximum recursion depth exceeded"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 78, "message": ""}, {"path": "tests/test_math_utils.py", "lineno": 77, "message": "in recursive"}, {"path": "tests/test_math_utils.py", "lineno": 77, "message": "in recursive"}], "longrepr": "def test_recursion_error():\n # Infinite recursion triggers RecursionError\n def recursive():\n return recursive()\n> recursive()\n\ntests/test_math_utils.py:78: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \ntests/test_math_utils.py:77: in recursive\n return recursive()\ntests/test_math_utils.py:77: in recursive\n return recursive()\nE RecursionError: maximum recursion depth exceeded\n!!! Recursion detected (same locals & position)"}, "teardown": {"duration": 0.00014066998846828938, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_floating_point_error", "lineno": 79, "outcome": "failed", "keywords": ["test_floating_point_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011645816266536713, "outcome": "passed"}, "call": {"duration": 0.0001475431490689516, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 82, "message": "FloatingPointError: Simulated floating point error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 82, "message": "FloatingPointError"}], "longrepr": "def test_floating_point_error():\n # Manually raise FloatingPointError\n> raise FloatingPointError(\"Simulated floating point error\")\nE FloatingPointError: Simulated floating point error\n\ntests/test_math_utils.py:82: FloatingPointError"}, "teardown": {"duration": 0.00013596215285360813, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_floating_point_overflow", "lineno": 83, "outcome": "failed", "keywords": ["test_floating_point_overflow", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001298808492720127, "outcome": "passed"}, "call": {"duration": 0.0001539268996566534, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 86, "message": "OverflowError: math range error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 86, "message": "OverflowError"}], "longrepr": "def test_floating_point_overflow():\n # Exponential overflow triggers OverflowError\n> math.exp(1000)\nE OverflowError: math range error\n\ntests/test_math_utils.py:86: OverflowError"}, "teardown": {"duration": 0.00013930490240454674, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_value_error", "lineno": 87, "outcome": "failed", "keywords": ["test_value_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011401600204408169, "outcome": "passed"}, "call": {"duration": 0.00015168916434049606, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 90, "message": "ValueError: invalid literal for int() with base 10: 'invalid'"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 90, "message": "ValueError"}], "longrepr": "def test_value_error():\n # ValueError on invalid integer conversion\n> int(\"invalid\")\nE ValueError: invalid literal for int() with base 10: 'invalid'\n\ntests/test_math_utils.py:90: ValueError"}, "teardown": {"duration": 0.0001360289752483368, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_wrong_argument_error", "lineno": 91, "outcome": "failed", "keywords": ["test_wrong_argument_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001233220100402832, "outcome": "passed"}, "call": {"duration": 0.0001497720368206501, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 94, "message": "TypeError: 'int' object is not iterable"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 94, "message": "TypeError"}], "longrepr": "def test_wrong_argument_error():\n # TypeError when passing wrong argument type to sum\n> sum(5)\nE TypeError: 'int' object is not iterable\n\ntests/test_math_utils.py:94: TypeError"}, "teardown": {"duration": 0.00014483719132840633, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_unhandled_exception", "lineno": 95, "outcome": "failed", "keywords": ["test_unhandled_exception", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011523603461682796, "outcome": "passed"}, "call": {"duration": 0.0001564898993819952, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 98, "message": "Exception: Generic unhandled exception"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 98, "message": "Exception"}], "longrepr": "def test_unhandled_exception():\n # Raises generic unhandled Exception\n> raise Exception(\"Generic unhandled exception\")\nE Exception: Generic unhandled exception\n\ntests/test_math_utils.py:98: Exception"}, "teardown": {"duration": 0.00013703294098377228, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_custom_error", "lineno": 99, "outcome": "failed", "keywords": ["test_custom_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00013162801042199135, "outcome": "passed"}, "call": {"duration": 0.00015012407675385475, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 102, "message": "test_math_utils.CustomError: Custom error simulation"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 102, "message": "CustomError"}], "longrepr": "def test_custom_error():\n # Raises user-defined CustomError exception\n> raise CustomError(\"Custom error simulation\")\nE test_math_utils.CustomError: Custom error simulation\n\ntests/test_math_utils.py:102: CustomError"}, "teardown": {"duration": 0.0001379398163408041, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_stop_iteration_direct", "lineno": 103, "outcome": "failed", "keywords": ["test_stop_iteration_direct", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001227289903908968, "outcome": "passed"}, "call": {"duration": 0.0001498658675700426, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/_pytest/capture.py", "lineno": 880, "message": "RuntimeError: generator raised StopIteration"}, "traceback": [{"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/runner.py", "lineno": 341, "message": ""}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/runner.py", "lineno": 242, "message": "in "}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/pluggy/_hooks.py", "lineno": 513, "message": "in __call__"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/pluggy/_manager.py", "lineno": 120, "message": "in _hookexec"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/threadexception.py", "lineno": 92, "message": "in pytest_runtest_call"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/threadexception.py", "lineno": 68, "message": "in thread_exception_runtest_hook"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/unraisableexception.py", "lineno": 95, "message": "in pytest_runtest_call"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/unraisableexception.py", "lineno": 70, "message": "in unraisable_exception_runtest_hook"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/logging.py", "lineno": 846, "message": "in pytest_runtest_call"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/logging.py", "lineno": 829, "message": "in _runtest_for"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/capture.py", "lineno": 880, "message": "RuntimeError"}], "longrepr": "def test_stop_iteration_direct():\n # Directly raise StopIteration exception\n> raise StopIteration()\nE StopIteration\n\ntests/test_math_utils.py:106: StopIteration\n\nThe above exception was the direct cause of the following exception:\n\ncls = \nfunc = . at 0x7f12c0bbd700>\nwhen = 'call'\nreraise = (, )\n\n @classmethod\n def from_call(\n cls,\n func: Callable[[], TResult],\n when: Literal[\"collect\", \"setup\", \"call\", \"teardown\"],\n reraise: type[BaseException] | tuple[type[BaseException], ...] | None = None,\n ) -> CallInfo[TResult]:\n \"\"\"Call func, wrapping the result in a CallInfo.\n \n :param func:\n The function to call. Called without arguments.\n :type func: Callable[[], _pytest.runner.TResult]\n :param when:\n The phase in which the function is called.\n :param reraise:\n Exception or exceptions that shall propagate if raised by the\n function, instead of being wrapped in the CallInfo.\n \"\"\"\n excinfo = None\n start = timing.time()\n precise_start = timing.perf_counter()\n try:\n> result: TResult | None = func()\n\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/runner.py:341: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n.pixi/envs/default/lib/python3.8/site-packages/_pytest/runner.py:242: in \n lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise\n.pixi/envs/default/lib/python3.8/site-packages/pluggy/_hooks.py:513: in __call__\n return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)\n.pixi/envs/default/lib/python3.8/site-packages/pluggy/_manager.py:120: in _hookexec\n return self._inner_hookexec(hook_name, methods, kwargs, firstresult)\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/threadexception.py:92: in pytest_runtest_call\n yield from thread_exception_runtest_hook()\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/threadexception.py:68: in thread_exception_runtest_hook\n yield\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/unraisableexception.py:95: in pytest_runtest_call\n yield from unraisable_exception_runtest_hook()\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/unraisableexception.py:70: in unraisable_exception_runtest_hook\n yield\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/logging.py:846: in pytest_runtest_call\n yield from self._runtest_for(item, \"call\")\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/logging.py:829: in _runtest_for\n yield\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = _capture_fixture=None>\nitem = \n\n @hookimpl(wrapper=True)\n def pytest_runtest_call(self, item: Item) -> Generator[None]:\n with self.item_capture(\"call\", item):\n> return (yield)\nE RuntimeError: generator raised StopIteration\n\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/capture.py:880: RuntimeError"}, "teardown": {"duration": 0.00015669199638068676, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_generator_exit_direct", "lineno": 107, "outcome": "failed", "keywords": ["test_generator_exit_direct", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00013273092918097973, "outcome": "passed"}, "call": {"duration": 0.00014830101281404495, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 110, "message": "GeneratorExit"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 110, "message": "GeneratorExit"}], "longrepr": "def test_generator_exit_direct():\n # Directly raise GeneratorExit exception\n> raise GeneratorExit()\nE GeneratorExit\n\ntests/test_math_utils.py:110: GeneratorExit"}, "teardown": {"duration": 0.00015098205767571926, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_malformed_code", "lineno": 111, "outcome": "failed", "keywords": ["test_malformed_code", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012211594730615616, "outcome": "passed"}, "call": {"duration": 0.00015807012096047401, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 114, "message": " File \"\", line 1\n def bad(:\n ^\nSyntaxError: invalid syntax"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 114, "message": "SyntaxError"}], "longrepr": "def test_malformed_code():\n # SyntaxError when executing malformed Python code\n> exec(\"def bad(:\\n pass\")\nE File \"\", line 1\nE def bad(:\nE ^\nE SyntaxError: invalid syntax\n\ntests/test_math_utils.py:114: SyntaxError"}, "teardown": {"duration": 0.00013639498502016068, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_sys_exit", "lineno": 115, "outcome": "failed", "keywords": ["test_sys_exit", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001200670376420021, "outcome": "passed"}, "call": {"duration": 0.0001482109073549509, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 118, "message": "SystemExit: 1"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 118, "message": "SystemExit"}], "longrepr": "def test_sys_exit():\n # Simulate SystemExit via sys.exit\n> sys.exit(1)\nE SystemExit: 1\n\ntests/test_math_utils.py:118: SystemExit"}, "teardown": {"duration": 0.00013526994735002518, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_broken_function", "lineno": 119, "outcome": "failed", "keywords": ["test_broken_function", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011822488158941269, "outcome": "passed"}, "call": {"duration": 0.0001497690100222826, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 123, "message": "TypeError: Broken function"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 124, "message": ""}, {"path": "tests/test_math_utils.py", "lineno": 123, "message": "TypeError"}], "longrepr": "def test_broken_function():\n # Simulate broken function raising TypeError\n def broken_func(*args, **kwargs):\n raise TypeError(\"Broken function\")\n> broken_func()\n\ntests/test_math_utils.py:124: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nargs = (), kwargs = {}\n\n def broken_func(*args, **kwargs):\n> raise TypeError(\"Broken function\")\nE TypeError: Broken function\n\ntests/test_math_utils.py:123: TypeError"}, "teardown": {"duration": 0.0001381568145006895, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_import_error", "lineno": 125, "outcome": "failed", "keywords": ["test_import_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011506397277116776, "outcome": "passed"}, "call": {"duration": 0.00016009178943932056, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 127, "message": "ImportError: Simulated ImportError"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 127, "message": "ImportError"}], "longrepr": "def test_import_error():\n> raise ImportError(\"Simulated ImportError\")\nE ImportError: Simulated ImportError\n\ntests/test_math_utils.py:127: ImportError"}, "teardown": {"duration": 0.00013597402721643448, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_module_not_found_error", "lineno": 128, "outcome": "failed", "keywords": ["test_module_not_found_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011778785847127438, "outcome": "passed"}, "call": {"duration": 0.00044012488797307014, "outcome": "failed", "crash": {"path": "", "lineno": 973, "message": "ModuleNotFoundError: No module named 'non_existent_module_xyz'"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 131, "message": ""}, {"path": ".pixi/envs/default/lib/python3.8/importlib/__init__.py", "lineno": 127, "message": "in import_module"}, {"path": "", "lineno": 1014, "message": "in _gcd_import"}, {"path": "", "lineno": 991, "message": "in _find_and_load"}, {"path": "", "lineno": 973, "message": "ModuleNotFoundError"}], "longrepr": "def test_module_not_found_error():\n # Raises ModuleNotFoundError (subclass of ImportError) for missing module\n> importlib.import_module(\"non_existent_module_xyz\")\n\ntests/test_math_utils.py:131: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n.pixi/envs/default/lib/python3.8/importlib/__init__.py:127: in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\n:1014: in _gcd_import\n ???\n:991: in _find_and_load\n ???\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nname = 'non_existent_module_xyz'\nimport_ = \n\n> ???\nE ModuleNotFoundError: No module named 'non_existent_module_xyz'\n\n:973: ModuleNotFoundError"}, "teardown": {"duration": 0.00014256895519793034, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_basic_ids[one]", "lineno": 3, "outcome": "passed", "keywords": ["test_basic_ids[one]", "parametrize", "pytestmark", "one", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00023141899146139622, "outcome": "passed"}, "call": {"duration": 0.0001366769429296255, "outcome": "passed"}, "teardown": {"duration": 0.00012256717309355736, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_basic_ids[two]", "lineno": 3, "outcome": "passed", "keywords": ["test_basic_ids[two]", "parametrize", "pytestmark", "two", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00017352495342493057, "outcome": "passed"}, "call": {"duration": 0.00012703286483883858, "outcome": "passed"}, "teardown": {"duration": 0.00011456920765340328, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_with_reason_and_marks[ten]", "lineno": 11, "outcome": "passed", "keywords": ["test_with_reason_and_marks[ten]", "parametrize", "pytestmark", "ten", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00017858389765024185, "outcome": "passed"}, "call": {"duration": 0.0001293988898396492, "outcome": "passed"}, "teardown": {"duration": 0.00011253007687628269, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_with_reason_and_marks[twenty]", "lineno": 11, "outcome": "skipped", "keywords": ["test_with_reason_and_marks[twenty]", "parametrize", "skip", "pytestmark", "twenty", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00021262303926050663, "outcome": "skipped", "longrepr": "('/workspace/tligui_y/slic/tests/test_param.py', 12, 'Skipped: nope')"}, "teardown": {"duration": 0.00010907696560025215, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_multiple_positional_args[1-2]", "lineno": 19, "outcome": "passed", "keywords": ["test_multiple_positional_args[1-2]", "parametrize", "pytestmark", "1-2", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.000219081062823534, "outcome": "passed"}, "call": {"duration": 0.00012841890566051006, "outcome": "passed"}, "teardown": {"duration": 0.00012520095333456993, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_multiple_positional_args[3-4]", "lineno": 19, "outcome": "passed", "keywords": ["test_multiple_positional_args[3-4]", "parametrize", "pytestmark", "3-4", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00019642384722828865, "outcome": "passed"}, "call": {"duration": 0.00012281490489840508, "outcome": "passed"}, "teardown": {"duration": 0.00012121698819100857, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_non_literal_with_id[custom-obj]", "lineno": 27, "outcome": "passed", "keywords": ["test_non_literal_with_id[custom-obj]", "parametrize", "pytestmark", "custom-obj", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00016271998174488544, "outcome": "passed"}, "call": {"duration": 0.00013564503751695156, "outcome": "passed"}, "teardown": {"duration": 0.00011579319834709167, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_timedistance_v1[a0-b0-expected0]", "lineno": 40, "outcome": "passed", "keywords": ["test_timedistance_v1[a0-b0-expected0]", "parametrize", "pytestmark", "a0-b0-expected0", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00023838807828724384, "outcome": "passed"}, "call": {"duration": 0.00013499800115823746, "outcome": "passed"}, "teardown": {"duration": 0.00014270213432610035, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_timedistance_v1[a1-b1-expected1]", "lineno": 40, "outcome": "passed", "keywords": ["test_timedistance_v1[a1-b1-expected1]", "parametrize", "pytestmark", "a1-b1-expected1", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00024479907006025314, "outcome": "passed"}, "call": {"duration": 0.00012952391989529133, "outcome": "passed"}, "teardown": {"duration": 0.00013602408580482006, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::TestDynamic::test_sum_positive", "lineno": 70, "outcome": "error", "keywords": ["test_sum_positive", "TestDynamic", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00013377796858549118, "outcome": "failed", "longrepr": "file /workspace/tligui_y/slic/tests/test_param.py, line 71\n def test_sum_positive(self, x, y):\nE fixture 'x' not found\n> available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, complex_setup, cov, doctest_namespace, element, extra, extras, include_metadata_in_junit_xml, json_metadata, metadata, monkeypatch, no_cover, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory\n> use 'pytest --fixtures [testpath]' for help on them.\n\n/workspace/tligui_y/slic/tests/test_param.py:71"}, "teardown": {"duration": 0.0001293530222028494, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_dynamic[ten]", "lineno": 78, "outcome": "passed", "keywords": ["test_dynamic[ten]", "ten", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0001998960506170988, "outcome": "passed"}, "call": {"duration": 0.0001309060025960207, "outcome": "passed"}, "teardown": {"duration": 0.00011825095862150192, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_dynamic[twenty]", "lineno": 78, "outcome": "passed", "keywords": ["test_dynamic[twenty]", "twenty", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00017841090448200703, "outcome": "passed"}, "call": {"duration": 0.0001272088848054409, "outcome": "passed"}, "teardown": {"duration": 0.0001134900376200676, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_dynamic[thirty]", "lineno": 78, "outcome": "passed", "keywords": ["test_dynamic[thirty]", "thirty", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00015563308261334896, "outcome": "passed"}, "call": {"duration": 0.00012291688472032547, "outcome": "passed"}, "teardown": {"duration": 0.00011142296716570854, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f525]", "lineno": 87, "outcome": "passed", "keywords": ["test_element_type[\\U0001f525]", "\\U0001f525", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00015864684246480465, "outcome": "passed"}, "call": {"duration": 0.00013030320405960083, "outcome": "passed"}, "teardown": {"duration": 0.0001115589402616024, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f4a7]", "lineno": 87, "outcome": "passed", "keywords": ["test_element_type[\\U0001f4a7]", "\\U0001f4a7", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00016203592531383038, "outcome": "passed"}, "call": {"duration": 0.00012222910299897194, "outcome": "passed"}, "teardown": {"duration": 0.00010944507084786892, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f30d]", "lineno": 87, "outcome": "passed", "keywords": ["test_element_type[\\U0001f30d]", "\\U0001f30d", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00015837792307138443, "outcome": "passed"}, "call": {"duration": 0.00011949101462960243, "outcome": "passed"}, "teardown": {"duration": 0.0001165678258985281, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_combination[a-1]", "lineno": 90, "outcome": "passed", "keywords": ["test_combination[a-1]", "parametrize", "pytestmark", "a-1", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00020594499073922634, "outcome": "passed"}, "call": {"duration": 0.0001266920007765293, "outcome": "passed"}, "teardown": {"duration": 0.00013301800936460495, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_combination[a-2]", "lineno": 90, "outcome": "passed", "keywords": ["test_combination[a-2]", "parametrize", "pytestmark", "a-2", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00020701810717582703, "outcome": "passed"}, "call": {"duration": 0.00012698490172624588, "outcome": "passed"}, "teardown": {"duration": 0.0001320738811045885, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_combination[b-1]", "lineno": 90, "outcome": "passed", "keywords": ["test_combination[b-1]", "parametrize", "pytestmark", "b-1", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00020270398817956448, "outcome": "passed"}, "call": {"duration": 0.00012548500671982765, "outcome": "passed"}, "teardown": {"duration": 0.00013078190386295319, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_combination[b-2]", "lineno": 90, "outcome": "passed", "keywords": ["test_combination[b-2]", "parametrize", "pytestmark", "b-2", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0001963968388736248, "outcome": "passed"}, "call": {"duration": 0.00012328685261309147, "outcome": "passed"}, "teardown": {"duration": 0.00012832996435463428, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_indirect_fixture[1]", "lineno": 100, "outcome": "passed", "keywords": ["test_indirect_fixture[1]", "parametrize", "pytestmark", "1", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0002720549236983061, "outcome": "passed"}, "call": {"duration": 0.0001315050758421421, "outcome": "passed"}, "teardown": {"duration": 0.00012334180064499378, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_indirect_fixture[2]", "lineno": 100, "outcome": "passed", "keywords": ["test_indirect_fixture[2]", "parametrize", "pytestmark", "2", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0001724320463836193, "outcome": "passed"}, "call": {"duration": 0.00012704404070973396, "outcome": "passed"}, "teardown": {"duration": 0.000112585024908185, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_addition", "lineno": 104, "outcome": "failed", "keywords": ["test_addition", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00010839011520147324, "outcome": "passed"}, "call": {"duration": 0.00013831397518515587, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_param.py", "lineno": 107, "message": "NameError: name 'addition' is not defined"}, "traceback": [{"path": "tests/test_param.py", "lineno": 107, "message": "NameError"}], "longrepr": "a = 5, b = 5, expected = 10\n\n def test_addition(a = 5, b = 5, expected = 10):\n # Has to pass\n> assert addition(a, b) == expected\nE NameError: name 'addition' is not defined\n\ntests/test_param.py:107: NameError"}, "teardown": {"duration": 0.00014163902960717678, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_uppercase_normal", "lineno": 9, "outcome": "passed", "keywords": ["test_uppercase_normal", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00013550091534852982, "outcome": "passed"}, "call": {"duration": 0.0001396508887410164, "outcome": "passed"}, "teardown": {"duration": 9.955000132322311e-05, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_uppercase_type_error", "lineno": 13, "outcome": "failed", "keywords": ["test_uppercase_type_error", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00010438612662255764, "outcome": "passed"}, "call": {"duration": 0.00014444999396800995, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/functions/string_utils.py", "lineno": 3, "message": "TypeError: Input cannot be None"}, "traceback": [{"path": "tests/test_string_utils.py", "lineno": 16, "message": ""}, {"path": "functions/string_utils.py", "lineno": 3, "message": "TypeError"}], "longrepr": "def test_uppercase_type_error():\n # TypeError when input is None (invalid input)\n> uppercase(None)\n\ntests/test_string_utils.py:16: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\ns = None\n\n def uppercase(s):\n if s is None:\n> raise TypeError(\"Input cannot be None\")\nE TypeError: Input cannot be None\n\nfunctions/string_utils.py:3: TypeError"}, "teardown": {"duration": 0.00013999990187585354, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_reverse_string", "lineno": 17, "outcome": "passed", "keywords": ["test_reverse_string", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011867214925587177, "outcome": "passed"}, "call": {"duration": 0.0001374890562146902, "outcome": "passed"}, "teardown": {"duration": 9.86349768936634e-05, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_warning_emit", "lineno": 21, "outcome": "passed", "keywords": ["test_warning_emit", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00010330718941986561, "outcome": "passed"}, "call": {"duration": 0.00014487700536847115, "outcome": "passed"}, "teardown": {"duration": 9.655416943132877e-05, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_unicode_decode_error", "lineno": 25, "outcome": "failed", "keywords": ["test_unicode_decode_error", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011119991540908813, "outcome": "passed"}, "call": {"duration": 0.00015642098151147366, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_string_utils.py", "lineno": 28, "message": "UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte"}, "traceback": [{"path": "tests/test_string_utils.py", "lineno": 28, "message": "UnicodeDecodeError"}], "longrepr": "def test_unicode_decode_error():\n # UnicodeDecodeError when decoding invalid byte sequence\n> b'\\xff'.decode('utf-8')\nE UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte\n\ntests/test_string_utils.py:28: UnicodeDecodeError"}, "teardown": {"duration": 0.0001346960198134184, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_unicode_decode_surrogateescape", "lineno": 29, "outcome": "failed", "keywords": ["test_unicode_decode_surrogateescape", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011564511805772781, "outcome": "passed"}, "call": {"duration": 0.00015601888298988342, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_string_utils.py", "lineno": 32, "message": "UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte"}, "traceback": [{"path": "tests/test_string_utils.py", "lineno": 32, "message": "UnicodeDecodeError"}], "longrepr": "def test_unicode_decode_surrogateescape():\n # UnicodeDecodeError with strict error handler on invalid byte\n> b\"\\x80\".decode(\"utf-8\", errors=\"strict\")\nE UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte\n\ntests/test_string_utils.py:32: UnicodeDecodeError"}, "teardown": {"duration": 0.0001335260458290577, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_import_warning", "lineno": 33, "outcome": "passed", "keywords": ["test_import_warning", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011645699851214886, "outcome": "passed"}, "call": {"duration": 0.00013658381067216396, "outcome": "passed"}, "teardown": {"duration": 9.944802150130272e-05, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_xfail_uppercase_digits", "lineno": 37, "outcome": "xfailed", "keywords": ["test_xfail_uppercase_digits", "xfail", "pytestmark", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011530681513249874, "outcome": "passed"}, "call": {"duration": 0.0005419671069830656, "outcome": "skipped", "crash": {"path": "/workspace/tligui_y/slic/tests/test_string_utils.py", "lineno": 41, "message": "AssertionError: assert 'ABC123' == 'ABC1234'\n \n - ABC1234\n ? -\n + ABC123"}, "traceback": [{"path": "tests/test_string_utils.py", "lineno": 41, "message": "AssertionError"}], "longrepr": "@pytest.mark.xfail(reason=\"Expected failure: uppercase does not handle digits\")\n def test_xfail_uppercase_digits():\n # Expected fail test because uppercase won't change digits\n> assert uppercase(\"abc123\") == \"ABC1234\"\nE AssertionError: assert 'ABC123' == 'ABC1234'\nE \nE - ABC1234\nE ? -\nE + ABC123\n\ntests/test_string_utils.py:41: AssertionError"}, "teardown": {"duration": 0.0001341730821877718, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_keyboard_interrupt_direct", "lineno": 49, "outcome": "passed", "keywords": ["test_keyboard_interrupt_direct", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011779484339058399, "outcome": "passed"}}], "warnings": [{"message": "Test warning", "category": "UserWarning", "when": "runtest", "filename": "/workspace/tligui_y/slic/tests/test_string_utils.py", "lineno": 24}]} \ No newline at end of file diff --git a/ci-reports/markdown/runtime_params.json b/ci-reports/markdown/runtime_params.json index 342b9b6e..483a595c 100644 --- a/ci-reports/markdown/runtime_params.json +++ b/ci-reports/markdown/runtime_params.json @@ -266,7 +266,7 @@ "nodeid": "tests/test_param.py::test_non_literal_with_id[custom-obj]", "callspec": { "params": { - "data": "" + "data": "" }, "id": "custom-obj" }