Clone
1
run 2426 TEST commit 121d28f
ci-bot edited this page 2025-08-19 09:09:52 +00:00
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Test Report

View CI Run 2426 | Commit 121d28f

🧪 Test Report

Generated on 2025-08-19 11:09:23 CEST

🧾 General Info

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

📋 Summary

  • Passed: 10
  • Failed: 1
  • Total: 11
  • Collected: 11

🔎 Tests

Passed (10)
  • 📄 test_utils_duo.py

    Function: TestPickledDictReal

    • Test 1

      📌 Setup phase

      duration:

      0.00037604616954922676
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0023615192621946335
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00023957621306180954
      

      outcome:

      passed
      
    • Test 2

      📌 Setup phase

      duration:

      0.00012193107977509499
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0010050269775092602
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001259157434105873
      

      outcome:

      passed
      

    Function: TestSecrets

    • Test 3

      📌 Setup phase

      duration:

      0.0006606630049645901
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0013754693791270256
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0003244718536734581
      

      outcome:

      passed
      
    • Test 4

      📌 Setup phase

      duration:

      0.0005428199656307697
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0015786266885697842
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00030454201623797417
      

      outcome:

      passed
      
    • Test 5

      📌 Setup phase

      duration:

      0.0005088518373668194
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007396889850497246
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002985317260026932
      

      outcome:

      passed
      

    Function: test_get_pgroup_raises_if_no_key

    • Test 6

      📌 Setup phase

      duration:

      0.00019610626623034477
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00040814001113176346
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013197259977459908
      

      outcome:

      passed
      

    Function: test_get_pgroup_info_with_props_same_name_and_pi

    • Test 7

      📌 Setup phase

      duration:

      0.00016607902944087982
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018779002130031586
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012647267431020737
      

      outcome:

      passed
      

    Function: test_get_pgroup_info_with_props_different_pi

    • Test 8

      📌 Setup phase

      duration:

      0.0001635323278605938
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016396772116422653
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011764327064156532
      

      outcome:

      passed
      

    Function: test_get_pgroup_info_without_props_with_owner

    • Test 9

      📌 Setup phase

      duration:

      0.00015657907351851463
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015684310346841812
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011654291301965714
      

      outcome:

      passed
      

    Function: test_get_pgroup_info_without_props_no_owner

    • Test 10

      📌 Setup phase

      duration:

      0.0001621190458536148
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019250810146331787
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001199222169816494
      

      outcome:

      passed
      
Failed (1)
  • 📄 test_utils_duo.py

    Function: test_real_pgroup_call

    • Test 11

      📌 Setup phase

      duration:

      0.00010189088061451912
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015767524018883705
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_duo.py
      lineno: 243
      message: NameError: name 'monkeypatch' is not defined
      

      traceback:

      -   path: tests/test_utils_duo.py
        lineno: 243
        message: NameError
      

      longrepr:

      def test_real_pgroup_call():
              """Test réel avec p12345 — ATTENTION ça tape lAPI Duo."""
      >       monkeypatch.setattr("slic.utils.secrets.getpass", lambda prompt: "fried-BRAN-gorgon-togo-fledge-mummify-dustbin-advert")
      E       NameError: name 'monkeypatch' is not defined
      
      tests/test_utils_duo.py:243: NameError
      

      📌 Teardown phase

      duration:

      0.0002260180190205574
      

      outcome:

      passed
      

📚 Collected files

(1 tests)
    • Outcome: passed
    • result:
    -   nodeid: tests/test_utils_duo.py
      type: Module
    
tests (3 tests)
  • tests/test_utils_duo.py
    • Outcome: passed
    • result:
    -   nodeid: tests/test_utils_duo.py::TestPickledDictReal
      type: Class
    -   nodeid: tests/test_utils_duo.py::TestSecrets
      type: Class
    -   nodeid: tests/test_utils_duo.py::test_get_pgroup_raises_if_no_key
      type: Function
      lineno: 142
    -   nodeid: tests/test_utils_duo.py::test_get_pgroup_info_with_props_same_name_and_pi
      type: Function
      lineno: 148
    -   nodeid: tests/test_utils_duo.py::test_get_pgroup_info_with_props_different_pi
      type: Function
      lineno: 175
    -   nodeid: tests/test_utils_duo.py::test_get_pgroup_info_without_props_with_owner
      type: Function
      lineno: 202
    -   nodeid: tests/test_utils_duo.py::test_get_pgroup_info_without_props_no_owner
      type: Function
      lineno: 222
    -   nodeid: tests/test_utils_duo.py::test_real_pgroup_call
      type: Function
      lineno: 240
    
    • tests/test_utils_duo.py::TestPickledDictReal
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_duo.py::TestPickledDictReal::test_set_get
        type: Function
        lineno: 15
      -   nodeid: tests/test_utils_duo.py::TestPickledDictReal::test_load
        type: Function
        lineno: 49
      
    • tests/test_utils_duo.py::TestSecrets
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_duo.py::TestSecrets::test_secret_workflow
        type: Function
        lineno: 93
      -   nodeid: tests/test_utils_duo.py::TestSecrets::test_multiple_secrets
        type: Function
        lineno: 110
      -   nodeid: tests/test_utils_duo.py::TestSecrets::test_keyboard_interrupt
        type: Function
        lineno: 122
      

⚠️ 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