Clone
1
run 2191 TEST commit 7c2f471
ci-bot edited this page 2025-08-13 11:50:48 +00:00

Test Report

View CI Run 2191 | Commit 7c2f471

🧪 Test Report

Generated on 2025-08-13 13:50:27 CEST

🧾 General Info

  • duration: 12.662461280822754
  • root: /workspace/tligui_y/slic
  • environment: {}

📋 Summary

  • Passed: 8
  • Total: 8
  • Collected: 8

🔎 Tests

Passed (8)
  • 📄 test_utils_pv.py

    Function: test_put_with_progress_and_repr

    • Test 1
      params: value_new=25, value_before=0, show_bar=true, expected_color="\u001b[32m"

      📌 Runtime Parameters

      params:
        value_new: 25
        value_before: 0
        show_bar: True
        expected_color: 
      id: 25-0-True-\x1b[32m
      

      📌 Setup phase

      duration:

      0.0006229318678379059
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      1.1323102707974613
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0007892451249063015
      

      outcome:

      passed
      
    • Test 2
      params: value_new=50, value_before=25, show_bar=true, expected_color="\u001b[32m"

      📌 Runtime Parameters

      params:
        value_new: 50
        value_before: 25
        show_bar: True
        expected_color: 
      id: 50-25-True-\x1b[32m
      

      📌 Setup phase

      duration:

      0.0006076530553400517
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      1.0037204991094768
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024272408336400986
      

      outcome:

      passed
      
    • Test 3
      params: value_new=75, value_before=50, show_bar=false, expected_color="\u001b[32m"

      📌 Runtime Parameters

      params:
        value_new: 75
        value_before: 50
        show_bar: False
        expected_color: 
      id: 75-50-False-\x1b[32m
      

      📌 Setup phase

      duration:

      0.00037157582119107246
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      1.0030611818656325
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002685859799385071
      

      outcome:

      passed
      
    • Test 4
      params: value_new=100, value_before=75, show_bar=true, expected_color="\u001b[32m"

      📌 Runtime Parameters

      params:
        value_new: 100
        value_before: 75
        show_bar: True
        expected_color: 
      id: 100-75-True-\x1b[32m
      

      📌 Setup phase

      duration:

      0.0003744428977370262
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      1.003745187073946
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002812040038406849
      

      outcome:

      passed
      
    • Test 5
      params: value_new=150, value_before=100, show_bar=false, expected_color="\u001b[32m"

      📌 Runtime Parameters

      params:
        value_new: 150
        value_before: 100
        show_bar: False
        expected_color: 
      id: 150-100-False-\x1b[32m
      

      📌 Setup phase

      duration:

      0.00037715397775173187
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      1.0031881271861494
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00025289785116910934
      

      outcome:

      passed
      
    • Test 6
      params: value_new=-50, value_before=150, show_bar=true, expected_color="\u001b[32m"

      📌 Runtime Parameters

      params:
        value_new: -50
        value_before: 150
        show_bar: True
        expected_color: 
      id: -50-150-True-\x1b[32m
      

      📌 Setup phase

      duration:

      0.0003793817013502121
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      1.003749004099518
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00025375373661518097
      

      outcome:

      passed
      

    Function: test_use_callback_context_manager

    • Test 7

      📌 Setup phase

      duration:

      0.0001340438611805439
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      2.0069973659701645
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021340325474739075
      

      outcome:

      passed
      

    Function: test_orig_repr_is_not_custom_repr

    • Test 8

      📌 Setup phase

      duration:

      0.00013734400272369385
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0015162229537963867
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013383710756897926
      

      outcome:

      passed
      

📚 Collected files

(1 tests)
    • Outcome: passed
    • result:
    -   nodeid: tests/test_utils_pv.py
      type: Module
    
tests (1 tests)
  • tests/test_utils_pv.py
    • Outcome: passed
    • result:
    -   nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[25-0-True-\x1b[32m]
      type: Function
      lineno: 69
    -   nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[50-25-True-\x1b[32m]
      type: Function
      lineno: 69
    -   nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[75-50-False-\x1b[32m]
      type: Function
      lineno: 69
    -   nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[100-75-True-\x1b[32m]
      type: Function
      lineno: 69
    -   nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[150-100-False-\x1b[32m]
      type: Function
      lineno: 69
    -   nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[-50-150-True-\x1b[32m]
      type: Function
      lineno: 69
    -   nodeid: tests/test_utils_pv.py::test_use_callback_context_manager
      type: Function
      lineno: 125
    -   nodeid: tests/test_utils_pv.py::test_orig_repr_is_not_custom_repr
      type: Function
      lineno: 151
    

⚠️ Warnings

Warnings nº1
message: invalid escape sequence \-
category: DeprecationWarning
when: collect
filename: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/bsread/h5.py
lineno: 207
Warnings nº2
message: The module numpy.dual is deprecated.  Instead of using dual, use the functions directly from numpy or scipy.
category: DeprecationWarning
when: collect
filename: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/scipy/fft/__init__.py
lineno: 97