Clone
1
run 1331 TEST commit c415a45
ci-bot edited this page 2025-07-29 17:09:50 +00:00

Test Report

View CI Run 1331 | Commit c415a45

🧪 Test Report

Generated on 2025-07-29 19:09:47 CEST

🧾 General Info

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

📋 Summary

  • Passed: 223
  • Failed: 33
  • Total: 256
  • Collected: 256

🔎 Tests

Passed (223)
  • 📄 test_utils_ask_yes_no.py

    Function: test_ask_yes_no

    • Test 1
      params: default=null, user_input="y", expected_output=true, expected_prompt="Question? [y/n] "

      📌 Runtime Parameters

      params:
        default: None
        user_input: y
        expected_output: True
        expected_prompt: Question? [y/n] 
      id: None-y-True-Question? [y/n] 
      

      📌 Setup phase

      duration:

      0.0006738370284438133
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000711220083758235
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00029491493478417397
      

      outcome:

      passed
      
    • Test 2
      params: default=null, user_input="yes", expected_output=true, expected_prompt="Question? [y/n] "

      📌 Runtime Parameters

      params:
        default: None
        user_input: yes
        expected_output: True
        expected_prompt: Question? [y/n] 
      id: None-yes-True-Question? [y/n] 
      

      📌 Setup phase

      duration:

      0.0003486429341137409
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005021868273615837
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000183038879185915
      

      outcome:

      passed
      
    • Test 3
      params: default=null, user_input="n", expected_output=false, expected_prompt="Question? [y/n] "

      📌 Runtime Parameters

      params:
        default: None
        user_input: n
        expected_output: False
        expected_prompt: Question? [y/n] 
      id: None-n-False-Question? [y/n] 
      

      📌 Setup phase

      duration:

      0.00033611198887228966
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006178759504109621
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019403989426791668
      

      outcome:

      passed
      
    • Test 4
      params: default=null, user_input="no", expected_output=false, expected_prompt="Question? [y/n] "

      📌 Runtime Parameters

      params:
        default: None
        user_input: no
        expected_output: False
        expected_prompt: Question? [y/n] 
      id: None-no-False-Question? [y/n] 
      

      📌 Setup phase

      duration:

      0.0003197500482201576
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005050359759479761
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001867339015007019
      

      outcome:

      passed
      
    • Test 5
      params: default=null, user_input=["maybe", "y"], expected_output=true, expected_prompt="Question? [y/n] "

      📌 Runtime Parameters

      params:
        default: None
        user_input:
          - maybe
          - y
        expected_output: True
        expected_prompt: Question? [y/n] 
      id: None-user_input4-True-Question? [y/n] 
      

      📌 Setup phase

      duration:

      0.0003217628691345453
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005255821160972118
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001839569304138422
      

      outcome:

      passed
      
    • Test 6
      params: default=null, user_input=["", "no"], expected_output=false, expected_prompt="Question? [y/n] "

      📌 Runtime Parameters

      params:
        default: None
        user_input:
          - (vide)
          - no
        expected_output: False
        expected_prompt: Question? [y/n] 
      id: None-user_input5-False-Question? [y/n] 
      

      📌 Setup phase

      duration:

      0.0003306460566818714
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006090898532420397
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018517905846238136
      

      outcome:

      passed
      
    • Test 7
      params: default=null, user_input=["invalid", "", "invalid", "yes"], expected_output=true, expected_prompt="Question? [y/n] "

      📌 Runtime Parameters

      params:
        default: None
        user_input:
          - invalid
          - (vide)
          - invalid
          - yes
        expected_output: True
        expected_prompt: Question? [y/n] 
      id: None-user_input6-True-Question? [y/n] 
      

      📌 Setup phase

      duration:

      0.0003208878915756941
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005253730341792107
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019188597798347473
      

      outcome:

      passed
      
    • Test 8
      params: default="y", user_input="y", expected_output=true, expected_prompt="Question? [Y/n] "

      📌 Runtime Parameters

      params:
        default: y
        user_input: y
        expected_output: True
        expected_prompt: Question? [Y/n] 
      id: y-y-True-Question? [Y/n] 
      

      📌 Setup phase

      duration:

      0.00031702802516520023
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004964140243828297
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017796619795262814
      

      outcome:

      passed
      
    • Test 9
      params: default="y", user_input="n", expected_output=false, expected_prompt="Question? [Y/n] "

      📌 Runtime Parameters

      params:
        default: y
        user_input: n
        expected_output: False
        expected_prompt: Question? [Y/n] 
      id: y-n-False-Question? [Y/n] 
      

      📌 Setup phase

      duration:

      0.00032731005921959877
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000483660027384758
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017617200501263142
      

      outcome:

      passed
      
    • Test 10
      params: default="y", user_input="", expected_output=true, expected_prompt="Question? [Y/n] "

      📌 Runtime Parameters

      params:
        default: y
        user_input: None
        expected_output: True
        expected_prompt: Question? [Y/n] 
      id: y--True-Question? [Y/n] 
      

      📌 Setup phase

      duration:

      0.0003123979549854994
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005767398979514837
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001866759266704321
      

      outcome:

      passed
      
    • Test 11
      params: default="n", user_input="y", expected_output=true, expected_prompt="Question? [y/N] "

      📌 Runtime Parameters

      params:
        default: n
        user_input: y
        expected_output: True
        expected_prompt: Question? [y/N] 
      id: n-y-True-Question? [y/N] 
      

      📌 Setup phase

      duration:

      0.0003199989441782236
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004940440412610769
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017662695609033108
      

      outcome:

      passed
      
    • Test 12
      params: default="n", user_input="n", expected_output=false, expected_prompt="Question? [y/N] "

      📌 Runtime Parameters

      params:
        default: n
        user_input: n
        expected_output: False
        expected_prompt: Question? [y/N] 
      id: n-n-False-Question? [y/N] 
      

      📌 Setup phase

      duration:

      0.00032761087641119957
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00048283301293849945
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018222397193312645
      

      outcome:

      passed
      
    • Test 13
      params: default="n", user_input="", expected_output=false, expected_prompt="Question? [y/N] "

      📌 Runtime Parameters

      params:
        default: n
        user_input: None
        expected_output: False
        expected_prompt: Question? [y/N] 
      id: n--False-Question? [y/N] 
      

      📌 Setup phase

      duration:

      0.00031290994957089424
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004826269578188658
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001823150087147951
      

      outcome:

      passed
      

    Function: test_ask_yes_no_ctrl_c

    • Test 14
      params: default=null, user_input="", expected_output=false, ctrl_c="n"

      📌 Runtime Parameters

      params:
        default: None
        user_input: <class 'KeyboardInterrupt'>
        expected_output: False
        ctrl_c: n
      id: None-KeyboardInterrupt-False-n
      

      📌 Setup phase

      duration:

      0.00031599891372025013
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005988730117678642
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018932088278234005
      

      outcome:

      passed
      
    • Test 15
      params: default=null, user_input="", expected_output=true, ctrl_c="y"

      📌 Runtime Parameters

      params:
        default: None
        user_input: <class 'KeyboardInterrupt'>
        expected_output: True
        ctrl_c: y
      id: None-KeyboardInterrupt-True-y
      

      📌 Setup phase

      duration:

      0.00033264001831412315
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004945110995322466
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001832130365073681
      

      outcome:

      passed
      
    • Test 16
      params: default="y", user_input="", expected_output=false, ctrl_c="n"

      📌 Runtime Parameters

      params:
        default: y
        user_input: <class 'KeyboardInterrupt'>
        expected_output: False
        ctrl_c: n
      id: y-KeyboardInterrupt-False-n
      

      📌 Setup phase

      duration:

      0.0003114540595561266
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005005819257348776
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019033998250961304
      

      outcome:

      passed
      
    • Test 17
      params: default="y", user_input="", expected_output=true, ctrl_c="y"

      📌 Runtime Parameters

      params:
        default: y
        user_input: <class 'KeyboardInterrupt'>
        expected_output: True
        ctrl_c: y
      id: y-KeyboardInterrupt-True-y
      

      📌 Setup phase

      duration:

      0.0003165160305798054
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005026990547776222
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018037203699350357
      

      outcome:

      passed
      
    • Test 18
      params: default="n", user_input="", expected_output=false, ctrl_c="n"

      📌 Runtime Parameters

      params:
        default: n
        user_input: <class 'KeyboardInterrupt'>
        expected_output: False
        ctrl_c: n
      id: n-KeyboardInterrupt-False-n
      

      📌 Setup phase

      duration:

      0.0003266618587076664
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005823890678584576
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018362794071435928
      

      outcome:

      passed
      
    • Test 19
      params: default=null, user_input="['invalid', '', 'invalid', ]", expected_output=false, ctrl_c="n"

      📌 Runtime Parameters

      params:
        default: None
        user_input: ['invalid', '', 'invalid', <class 'KeyboardInterrupt'>]
        expected_output: False
        ctrl_c: n
      id: None-user_input5-False-n
      

      📌 Setup phase

      duration:

      0.0003154641017317772
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005199040751904249
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019775214605033398
      

      outcome:

      passed
      
    • Test 20
      params: default=null, user_input="['invalid', '', 'invalid', ]", expected_output=true, ctrl_c="y"

      📌 Runtime Parameters

      params:
        default: None
        user_input: ['invalid', '', 'invalid', <class 'KeyboardInterrupt'>]
        expected_output: True
        ctrl_c: y
      id: None-user_input6-True-y
      

      📌 Setup phase

      duration:

      0.0003211579751223326
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005339249037206173
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000186022836714983
      

      outcome:

      passed
      
    • Test 21
      params: default=null, user_input="['foo', '', , '', 'invalid', , 'no']", expected_output=false, ctrl_c=null

      📌 Runtime Parameters

      params:
        default: None
        user_input: ['foo', '', <class 'KeyboardInterrupt'>, '', 'invalid', <class 'KeyboardInterrupt'>, 'no']
        expected_output: False
        ctrl_c: None
      id: None-user_input7-False-None
      

      📌 Setup phase

      duration:

      0.00031743990257382393
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0014344931114464998
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001842400524765253
      

      outcome:

      passed
      
    • Test 22
      params: default="n", user_input="[, , , '']", expected_output=false, ctrl_c=null

      📌 Runtime Parameters

      params:
        default: n
        user_input: [<class 'KeyboardInterrupt'>, <class 'KeyboardInterrupt'>, <class 'KeyboardInterrupt'>, '']
        expected_output: False
        ctrl_c: None
      id: n-user_input8-False-None
      

      📌 Setup phase

      duration:

      0.00033144792541861534
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005263800267130136
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018982402980327606
      

      outcome:

      passed
      
    • Test 23
      params: default="n", user_input="[, , , '']", expected_output=false, ctrl_c="Invalid"

      📌 Runtime Parameters

      params:
        default: n
        user_input: [<class 'KeyboardInterrupt'>, <class 'KeyboardInterrupt'>, <class 'KeyboardInterrupt'>, '']
        expected_output: False
        ctrl_c: Invalid
      id: n-user_input9-False-Invalid
      

      📌 Setup phase

      duration:

      0.0003267901483923197
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005360359791666269
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017865607514977455
      

      outcome:

      passed
      

    Function: test_ask_yes_no_ctrl_d

    • Test 24
      params: default=null, user_input="", expected_output=false, ctrl_d="n"

      📌 Runtime Parameters

      params:
        default: None
        user_input: <class 'EOFError'>
        expected_output: False
        ctrl_d: n
      id: None-EOFError-False-n
      

      📌 Setup phase

      duration:

      0.0003279331140220165
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005040480755269527
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018633203580975533
      

      outcome:

      passed
      
    • Test 25
      params: default=null, user_input="", expected_output=true, ctrl_d="y"

      📌 Runtime Parameters

      params:
        default: None
        user_input: <class 'EOFError'>
        expected_output: True
        ctrl_d: y
      id: None-EOFError-True-y
      

      📌 Setup phase

      duration:

      0.0003277501091361046
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005971170030534267
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018779910169541836
      

      outcome:

      passed
      
    • Test 26
      params: default="y", user_input="", expected_output=true, ctrl_d="y"

      📌 Runtime Parameters

      params:
        default: y
        user_input: <class 'EOFError'>
        expected_output: True
        ctrl_d: y
      id: y-EOFError-True-y
      

      📌 Setup phase

      duration:

      0.0003145369701087475
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004888109397143126
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018888898193836212
      

      outcome:

      passed
      
    • Test 27
      params: default="n", user_input="", expected_output=true, ctrl_d="y"

      📌 Runtime Parameters

      params:
        default: n
        user_input: <class 'EOFError'>
        expected_output: True
        ctrl_d: y
      id: n-EOFError-True-y
      

      📌 Setup phase

      duration:

      0.0003238050267100334
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005070820916444063
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018499488942325115
      

      outcome:

      passed
      
    • Test 28
      params: default="n", user_input="", expected_output=false, ctrl_d="n"

      📌 Runtime Parameters

      params:
        default: n
        user_input: <class 'EOFError'>
        expected_output: False
        ctrl_d: n
      id: n-EOFError-False-n
      

      📌 Setup phase

      duration:

      0.0003285319544374943
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000579585088416934
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018752599135041237
      

      outcome:

      passed
      
    • Test 29
      params: default=null, user_input="['foo', ]", expected_output=true, ctrl_d="y"

      📌 Runtime Parameters

      params:
        default: None
        user_input: ['foo', <class 'EOFError'>]
        expected_output: True
        ctrl_d: y
      id: None-user_input5-True-y
      

      📌 Setup phase

      duration:

      0.00031795515678822994
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005062478594481945
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001901639625430107
      

      outcome:

      passed
      
    • Test 30
      params: default=null, user_input="['foo', ]", expected_output=false, ctrl_d="n"

      📌 Runtime Parameters

      params:
        default: None
        user_input: ['foo', <class 'EOFError'>]
        expected_output: False
        ctrl_d: n
      id: None-user_input6-False-n
      

      📌 Setup phase

      duration:

      0.0003144349902868271
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005098010879009962
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017913500778377056
      

      outcome:

      passed
      
    • Test 31
      params: default="y", user_input="", expected_output=true, ctrl_d=null

      📌 Runtime Parameters

      params:
        default: y
        user_input: <class 'EOFError'>
        expected_output: True
        ctrl_d: None
      id: y-EOFError-True-None
      

      📌 Setup phase

      duration:

      0.0003257270436733961
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00048582395538687706
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001797808799892664
      

      outcome:

      passed
      
    • Test 32
      params: default="n", user_input="", expected_output=false, ctrl_d=null

      📌 Runtime Parameters

      params:
        default: n
        user_input: <class 'EOFError'>
        expected_output: False
        ctrl_d: None
      id: n-EOFError-False-None
      

      📌 Setup phase

      duration:

      0.00031465617939829826
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005845888517796993
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018777791410684586
      

      outcome:

      passed
      
    • Test 33
      params: default=null, user_input="['invalid', 'ok', '', , 'ok', 'y']", expected_output=true, ctrl_d=null

      📌 Runtime Parameters

      params:
        default: None
        user_input: ['invalid', 'ok', '', <class 'EOFError'>, 'ok', 'y']
        expected_output: True
        ctrl_d: None
      id: None-user_input9-True-None
      

      📌 Setup phase

      duration:

      0.0003098601009696722
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005525739397853613
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018011778593063354
      

      outcome:

      passed
      
    • Test 34
      params: default="n", user_input="['no', ]", expected_output=false, ctrl_d=null

      📌 Runtime Parameters

      params:
        default: n
        user_input: ['no', <class 'EOFError'>]
        expected_output: False
        ctrl_d: None
      id: n-user_input10-False-None
      

      📌 Setup phase

      duration:

      0.00032777106389403343
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004847240634262562
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018565217033028603
      

      outcome:

      passed
      
    • Test 35
      params: default=null, user_input="[, , , 'y']", expected_output=true, ctrl_d=null

      📌 Runtime Parameters

      params:
        default: None
        user_input: [<class 'EOFError'>, <class 'EOFError'>, <class 'EOFError'>, 'y']
        expected_output: True
        ctrl_d: None
      id: None-user_input11-True-None
      

      📌 Setup phase

      duration:

      0.0003148280084133148
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005262738559395075
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002847749274224043
      

      outcome:

      passed
      
    • Test 36
      params: default=null, user_input="['invalid', '', 'nope', ]", expected_output=false, ctrl_d="n"

      📌 Runtime Parameters

      params:
        default: None
        user_input: ['invalid', '', 'nope', <class 'EOFError'>]
        expected_output: False
        ctrl_d: n
      id: None-user_input12-False-n
      

      📌 Setup phase

      duration:

      0.0003192201256752014
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005341428332030773
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018541701138019562
      

      outcome:

      passed
      
    • Test 37
      params: default=null, user_input="['nope', 'nope', ]", expected_output=true, ctrl_d="y"

      📌 Runtime Parameters

      params:
        default: None
        user_input: ['nope', 'nope', <class 'EOFError'>]
        expected_output: True
        ctrl_d: y
      id: None-user_input13-True-y
      

      📌 Setup phase

      duration:

      0.00031777098774909973
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005294410511851311
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018585193902254105
      

      outcome:

      passed
      

    Function: test_ask_yes_no_mixed_sequences

    • Test 38
      params: default=null, ctrl_c="invalid", ctrl_d=null, user_input="['what', '', 'nope', , 'ok', , 'no']", expected_output=false

      📌 Runtime Parameters

      params:
        default: None
        ctrl_c: invalid
        ctrl_d: None
        user_input: ['what', '', 'nope', <class 'KeyboardInterrupt'>, 'ok', <class 'EOFError'>, 'no']
        expected_output: False
      id: None-invalid-None-user_input0-False
      

      📌 Setup phase

      duration:

      0.00037152599543333054
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005532449577003717
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019554421305656433
      

      outcome:

      passed
      
    • Test 39
      params: default=null, ctrl_c=null, ctrl_d="notananswer", user_input="['maybe', , 'nop', 'yep', , 'yes']", expected_output=true

      📌 Runtime Parameters

      params:
        default: None
        ctrl_c: None
        ctrl_d: notananswer
        user_input: ['maybe', <class 'KeyboardInterrupt'>, 'nop', 'yep', <class 'EOFError'>, 'yes']
        expected_output: True
      id: None-None-notananswer-user_input1-True
      

      📌 Setup phase

      duration:

      0.0003573091235011816
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0009633819572627544
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020104087889194489
      

      outcome:

      passed
      
    • Test 40
      params: default=null, ctrl_c="n", ctrl_d="nop", user_input="['ok', , , 'maybe', , 'nah', ]", expected_output=false

      📌 Runtime Parameters

      params:
        default: None
        ctrl_c: n
        ctrl_d: nop
        user_input: ['ok', <class 'EOFError'>, <class 'EOFError'>, 'maybe', <class 'EOFError'>, 'nah', <class 'KeyboardInterrupt'>]
        expected_output: False
      id: None-n-nop-user_input2-False
      

      📌 Setup phase

      duration:

      0.0003692780155688524
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00055556814186275
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019328691996634007
      

      outcome:

      passed
      
  • 📄 test_utils_channels.py

    Function: test_load_channels_and_channels_class_with_professional_names

    • Test 41

      📌 Setup phase

      duration:

      0.00012848409824073315
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0009524140041321516
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011747493408620358
      

      outcome:

      passed
      
  • 📄 test_utils_cpint.py

    Function: test_load_color_variants_all_keys_and_types

    • Test 42
      params: base_color="red"

      📌 Runtime Parameters

      params:
        base_color: red
      id: red
      

      📌 Setup phase

      duration:

      0.0001984010450541973
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002151988446712494
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012648501433432102
      

      outcome:

      passed
      
    • Test 43
      params: base_color="blue"

      📌 Runtime Parameters

      params:
        base_color: blue
      id: blue
      

      📌 Setup phase

      duration:

      0.00017182715237140656
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015285005792975426
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012682494707405567
      

      outcome:

      passed
      
    • Test 44
      params: base_color="yellow"

      📌 Runtime Parameters

      params:
        base_color: yellow
      id: yellow
      

      📌 Setup phase

      duration:

      0.00017237220890820026
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014588795602321625
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011670798994600773
      

      outcome:

      passed
      
    • Test 45
      params: base_color="green"

      📌 Runtime Parameters

      params:
        base_color: green
      id: green
      

      📌 Setup phase

      duration:

      0.0001661770511418581
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016325502656400204
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001246090978384018
      

      outcome:

      passed
      
    • Test 46
      params: base_color="cyan"

      📌 Runtime Parameters

      params:
        base_color: cyan
      id: cyan
      

      📌 Setup phase

      duration:

      0.00018808781169354916
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014665909111499786
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011696410365402699
      

      outcome:

      passed
      
    • Test 47
      params: base_color="magenta"

      📌 Runtime Parameters

      params:
        base_color: magenta
      id: magenta
      

      📌 Setup phase

      duration:

      0.00017717084847390652
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014530285261571407
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011869403533637524
      

      outcome:

      passed
      
    • Test 48
      params: base_color="white"

      📌 Runtime Parameters

      params:
        base_color: white
      id: white
      

      📌 Setup phase

      duration:

      0.00017285416834056377
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014455895870923996
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012420094572007656
      

      outcome:

      passed
      
    • Test 49
      params: base_color="black"

      📌 Runtime Parameters

      params:
        base_color: black
      id: black
      

      📌 Setup phase

      duration:

      0.00017958483658730984
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014552101492881775
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012326007708907127
      

      outcome:

      passed
      

    Function: test_cprint_all_cases_fancy

    • Test 50
      params: objects=[["Fancy", "list"], {"a": 7}, null], color_spec=["red", "+"], sep=" | ", expected_flatten="['Fancy', 'list'] | {'a': 7} | None", expected_error=null

      📌 Runtime Parameters

      params:
        objects:
          -       - Fancy
            - list
          -       a: 7
          - (vide)
        color_spec:
          - red
          - +
        sep:  | 
        expected_flatten: ['Fancy', 'list'] | {'a': 7} | None
        expected_error: None
      id: objects0-color_spec0- | -['Fancy', 'list'] | {'a': 7} | None-None
      

      📌 Setup phase

      duration:

      0.000603521941229701
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003341459669172764
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002606830094009638
      

      outcome:

      passed
      
    • Test 51
      params: objects=[{"k": [1, 2]}, 99, ["X", ["Y"]]], color_spec=["blue", "++"], sep=" - ", expected_flatten="{'k': [1, 2]} - 99 - ['X', ['Y']]", expected_error=null

      📌 Runtime Parameters

      params:
        objects:
          -       k:
              - 1
              - 2
          - 99
          -       - X
            -         - Y
        color_spec:
          - blue
          - ++
        sep:  - 
        expected_flatten: {'k': [1, 2]} - 99 - ['X', ['Y']]
        expected_error: None
      id: objects1-color_spec1- - -{'k': [1, 2]} - 99 - ['X', ['Y']]-None
      

      📌 Setup phase

      duration:

      0.0004707810003310442
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022926600649952888
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024890596978366375
      

      outcome:

      passed
      
    • Test 52
      params: objects=[[], {}, "End"], color_spec=["magenta", "--"], sep=" / ", expected_flatten="[] / {} / End", expected_error=null

      📌 Runtime Parameters

      params:
        objects:
          - (vide)
          - (vide)
          - End
        color_spec:
          - magenta
          - --
        sep:  / 
        expected_flatten: [] / {} / End
        expected_error: None
      id: objects2-color_spec2- / -[] / {} / End-None
      

      📌 Setup phase

      duration:

      0.00044740503653883934
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022673187777400017
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002471290063112974
      

      outcome:

      passed
      
    • Test 53
      params: objects="", [3, 4, "done", 0], color_spec=["green", ""], sep=";", expected_flatten="['', [3, 4]];done;0", expected_error=null

      📌 Runtime Parameters

      params:
        objects:
          -       - (vide)
            -         - 3
              - 4
          - done
          - (vide)
        color_spec:
          - green
          - (vide)
        sep: ;
        expected_flatten: ['', [3, 4]];done;0
        expected_error: None
      id: objects3-color_spec3-;-['', [3, 4]];done;0-None
      

      📌 Setup phase

      duration:

      0.0004659718833863735
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002175099216401577
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024714902974665165
      

      outcome:

      passed
      
    • Test 54
      params: objects=[["alpha", null], ["beta", {}], "stop"], color_spec=["yellow", ""], sep="::", expected_flatten="['alpha', None]::['beta', {}]::stop", expected_error=null

      📌 Runtime Parameters

      params:
        objects:
          -       - alpha
            - (vide)
          -       - beta
            - (vide)
          - stop
        color_spec:
          - yellow
          - (vide)
        sep: ::
        expected_flatten: ['alpha', None]::['beta', {}]::stop
        expected_error: None
      id: objects4-color_spec4-::-['alpha', None]::['beta', {}]::stop-None
      

      📌 Setup phase

      duration:

      0.0004413959104567766
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002203469630330801
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002383459359407425
      

      outcome:

      passed
      
    • Test 55
      params: objects="deep", ["deeper", ["deepest"], "X"], color_spec=["cyan", "+"], sep=" ... ", expected_flatten="['deep', ['deeper', ['deepest']]] ... X", expected_error=null

      📌 Runtime Parameters

      params:
        objects:
          -       - deep
            -         - deeper
              -           - deepest
          - X
        color_spec:
          - cyan
          - +
        sep:  ... 
        expected_flatten: ['deep', ['deeper', ['deepest']]] ... X
        expected_error: None
      id: objects5-color_spec5- ... -['deep', ['deeper', ['deepest']]] ... X-None
      

      📌 Setup phase

      duration:

      0.0004602200351655483
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00021039904095232487
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024867081083357334
      

      outcome:

      passed
      
    • Test 56
      params: objects=[{"dict": {"nested": [4, 5]}}, [true, false], 6.28], color_spec=["white", "++"], sep=" // ", expected_flatten="{'dict': {'nested': [4, 5]}} // [True, False] // 6.28", expected_error=null

      📌 Runtime Parameters

      params:
        objects:
          -       dict:
              nested:
                - 4
                - 5
          -       - True
            - (vide)
          - 6.28
        color_spec:
          - white
          - ++
        sep:  // 
        expected_flatten: {'dict': {'nested': [4, 5]}} // [True, False] // 6.28
        expected_error: None
      id: objects6-color_spec6- // -{'dict': {'nested': [4, 5]}} // [True, False] // 6.28-None
      

      📌 Setup phase

      duration:

      0.00045328610576689243
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00021828291937708855
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002506838645786047
      

      outcome:

      passed
      
    • Test 57
      params: objects="A", ["B", "string", "C"], color_spec=["red", "--"], sep="==", expected_flatten="['A', ['B']]==string==C", expected_error=null

      📌 Runtime Parameters

      params:
        objects:
          -       - A
            -         - B
          - string
          - C
        color_spec:
          - red
          - --
        sep: ==
        expected_flatten: ['A', ['B']]==string==C
        expected_error: None
      id: objects7-color_spec7-==-['A', ['B']]==string==C-None
      

      📌 Setup phase

      duration:

      0.000455173896625638
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00021124118939042091
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002337498590350151
      

      outcome:

      passed
      
    • Test 58
      params: objects="Test", null, [, {"v": 0}], color_spec=["green", "++"], sep=" ++ ", expected_flatten="['Test', None, []] ++ {'v': 0}", expected_error=null

      📌 Runtime Parameters

      params:
        objects:
          -       - Test
            - (vide)
            - (vide)
          -       v: 0
        color_spec:
          - green
          - ++
        sep:  ++ 
        expected_flatten: ['Test', None, []] ++ {'v': 0}
        expected_error: None
      id: objects8-color_spec8- ++ -['Test', None, []] ++ {'v': 0}-None
      

      📌 Setup phase

      duration:

      0.00046620587818324566
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00021919095888733864
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002450880128890276
      

      outcome:

      passed
      
    • Test 59
      params: objects=[["no", "color"], "plain"], color_spec=null, sep=";", expected_flatten="['no', 'color'];plain", expected_error=null

      📌 Runtime Parameters

      params:
        objects:
          -       - no
            - color
          - plain
        color_spec: None
        sep: ;
        expected_flatten: ['no', 'color'];plain
        expected_error: None
      id: objects9-None-;-['no', 'color'];plain-None
      

      📌 Setup phase

      duration:

      0.0004504350945353508
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00021076202392578125
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024264096282422543
      

      outcome:

      passed
      
    • Test 60
      params: objects=[["simple"], "", 12], color_spec=null, sep=" | ", expected_flatten="['simple'] | | 12", expected_error=null

      📌 Runtime Parameters

      params:
        objects:
          -       - simple
          - (vide)
          - 12
        color_spec: None
        sep:  | 
        expected_flatten: ['simple'] |  | 12
        expected_error: None
      id: objects10-None- | -['simple'] |  | 12-None
      

      📌 Setup phase

      duration:

      0.0004605129361152649
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020920601673424244
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00023106602020561695
      

      outcome:

      passed
      
    • Test 61
      params: objects=["very", "deep", {"ok": true}], color_spec=null, sep=" : ", expected_flatten="'very', 'deep' : {'ok': True}", expected_error=null

      📌 Runtime Parameters

      params:
        objects:
          -       -         - very
              - deep
          -       ok: True
        color_spec: None
        sep:  : 
        expected_flatten: [['very', 'deep']] : {'ok': True}
        expected_error: None
      id: objects11-None- : -[['very', 'deep']] : {'ok': True}-None
      

      📌 Setup phase

      duration:

      0.00045838882215321064
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00021592690609395504
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00023607490584254265
      

      outcome:

      passed
      
    • Test 62
      params: objects=[["fail", "color"], 123], color_spec=["green", "!!"], sep="|", expected_flatten="['fail', 'color']|123", expected_error=""

      📌 Runtime Parameters

      params:
        objects:
          -       - fail
            - color
          - 123
        color_spec:
          - green
          - !!
        sep: |
        expected_flatten: ['fail', 'color']|123
        expected_error: <class 'ValueError'>
      id: objects12-color_spec12-|-['fail', 'color']|123-ValueError
      

      📌 Setup phase

      duration:

      0.000466987956315279
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004411870613694191
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024857698008418083
      

      outcome:

      passed
      
    • Test 63
      params: objects=[["error"], {}], color_spec=["cyan", "xxx"], sep=" * ", expected_flatten="['error'] * {}", expected_error=""

      📌 Runtime Parameters

      params:
        objects:
          -       - error
          - (vide)
        color_spec:
          - cyan
          - xxx
        sep:  * 
        expected_flatten: ['error'] * {}
        expected_error: <class 'ValueError'>
      id: objects13-color_spec13- * -['error'] * {}-ValueError
      

      📌 Setup phase

      duration:

      0.0004653178621083498
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002259251195937395
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002417669165879488
      

      outcome:

      passed
      
    • Test 64
      params: objects="nope"], ["bad", color_spec=["magenta", "invalid"], sep="//", expected_flatten="['nope']//['bad']", expected_error=""

      📌 Runtime Parameters

      params:
        objects:
          -       - nope
          -       - bad
        color_spec:
          - magenta
          - invalid
        sep: //
        expected_flatten: ['nope']//['bad']
        expected_error: <class 'ValueError'>
      id: objects14-color_spec14-//-['nope']//['bad']-ValueError
      

      📌 Setup phase

      duration:

      0.00045870011672377586
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022029690444469452
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002486680168658495
      

      outcome:

      passed
      
    • Test 65
      params: objects=["wrong", "base"], color_spec=["notacolor", ""], sep="--", expected_flatten="wrong--base", expected_error=""

      📌 Runtime Parameters

      params:
        objects:
          - wrong
          - base
        color_spec:
          - notacolor
          - (vide)
        sep: --
        expected_flatten: wrong--base
        expected_error: <class 'ValueError'>
      id: objects15-color_spec15----wrong--base-ValueError
      

      📌 Setup phase

      duration:

      0.00046116183511912823
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022255792282521725
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024959491565823555
      

      outcome:

      passed
      
  • 📄 test_utils_debug.py

    Function: test_traceable

    • Test 66
      params: cls="", entry=[[10, 20], {}], expected="creating: A(10, 20)"

      📌 Runtime Parameters

      params:
        cls: <class 'test_utils_debug.A'>
        entry:
          -       - 10
            - 20
          - (vide)
        expected: creating: A(10, 20)
      id: A-entry0-creating: A(10, 20)
      

      📌 Setup phase

      duration:

      0.00028486689552664757
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008876898791640997
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018176785670220852
      

      outcome:

      passed
      
    • Test 67
      params: cls="", entry=[[10, 20], {"e": 100}], expected="creating: A(10, 20, e=100)"

      📌 Runtime Parameters

      params:
        cls: <class 'test_utils_debug.A'>
        entry:
          -       - 10
            - 20
          -       e: 100
        expected: creating: A(10, 20, e=100)
      id: A-entry1-creating: A(10, 20, e=100)
      

      📌 Setup phase

      duration:

      0.00027798116207122803
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000761865172535181
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016730884090065956
      

      outcome:

      passed
      
    • Test 68
      params: cls="", entry="foo", [1, 2, 3, {"flag": true, "data": {"x": 9}}], expected="creating: A('foo', [1, 2, 3], flag=True, data={'x': 9})"

      📌 Runtime Parameters

      params:
        cls: <class 'test_utils_debug.A'>
        entry:
          -       - foo
            -         - 1
              - 2
              - 3
          -       flag: True
            data:
              x: 9
        expected: creating: A('foo', [1, 2, 3], flag=True, data={'x': 9})
      id: A-entry2-creating: A('foo', [1, 2, 3], flag=True, data={'x': 9})
      

      📌 Setup phase

      duration:

      0.0002813120372593403
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008409719448536634
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017657899297773838
      

      outcome:

      passed
      
    • Test 69
      params: cls="", entry="([CustomObj(big), [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]], {'name': 'test', 'meta': 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy'})", expected="creating: A(CustomObj(big), [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], name='test', meta='yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy...)"

      📌 Runtime Parameters

      params:
        cls: <class 'test_utils_debug.A'>
        entry: ([CustomObj(big), [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]], {'name': 'test', 'meta': 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy'})
        expected: creating: A(CustomObj(big), [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], name='test', meta='yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy...)
      id: A-entry3-creating: A(CustomObj(big), [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], name='test', meta='yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy...)
      

      📌 Setup phase

      duration:

      0.00028918986208736897
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007559971418231726
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001764351036399603
      

      outcome:

      passed
      
    • Test 70
      params: cls="", entry="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", [0, 0, 0, 0, 0, {}], expected="creating: A('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA..., [0, 0, 0, 0, 0])"

      📌 Runtime Parameters

      params:
        cls: <class 'test_utils_debug.A'>
        entry:
          -       - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
            -         - (vide)
              - (vide)
              - (vide)
              - (vide)
              - (vide)
          - (vide)
        expected: creating: A('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA..., [0, 0, 0, 0, 0])
      id: A-entry4-creating: A('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA..., [0, 0, 0, 0, 0])
      

      📌 Setup phase

      duration:

      0.000279734143987298
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000866676913574338
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001746341586112976
      

      outcome:

      passed
      

    Function: test_short_repr

    • Test 71
      params: value="abc", cutoff=10, expected="'abc'"

      📌 Runtime Parameters

      params:
        value: abc
        cutoff: 10
        expected: 'abc'
      id: abc-10-'abc'
      

      📌 Setup phase

      duration:

      0.00028199702501296997
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014472799375653267
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016986695118248463
      

      outcome:

      passed
      
    • Test 73
      params: value=12345, cutoff=10, expected="12345"

      📌 Runtime Parameters

      params:
        value: 12345
        cutoff: 10
        expected: 12345
      id: 12345-10-12345
      

      📌 Setup phase

      duration:

      0.0003662870731204748
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018481304869055748
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000181928975507617
      

      outcome:

      passed
      
    • Test 74
      params: value=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], cutoff=15, expected="[0, 0, 0, 0, 0,..."

      📌 Runtime Parameters

      params:
        value:
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
          - (vide)
        cutoff: 15
        expected: [0, 0, 0, 0, 0,...
      id: value3-15-[0, 0, 0, 0, 0,...
      

      📌 Setup phase

      duration:

      0.0003203300293534994
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016867299564182758
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016627111472189426
      

      outcome:

      passed
      
    • Test 75
      params: value=null, cutoff=10, expected="None"

      📌 Runtime Parameters

      params:
        value: None
        cutoff: 10
        expected: None
      id: None-10-None
      

      📌 Setup phase

      duration:

      0.0002623670734465122
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001464241649955511
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016468018293380737
      

      outcome:

      passed
      
  • 📄 test_utils_dictext.py

    Function: test_attrdict_getattr

    • Test 77
      params: data={"x": 1, "y": 2}, attr="x", expected=1

      📌 Runtime Parameters

      params:
        data:
          x: 1
          y: 2
        attr: x
        expected: 1
      id: data0-x-1
      

      📌 Setup phase

      duration:

      0.00031074206344783306
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015862798318266869
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001781738828867674
      

      outcome:

      passed
      
    • Test 78
      params: data={"world": "ok"}, attr="world", expected="ok"

      📌 Runtime Parameters

      params:
        data:
          world: ok
        attr: world
        expected: ok
      id: data1-world-ok
      

      📌 Setup phase

      duration:

      0.0002655680291354656
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014249887317419052
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015559489838778973
      

      outcome:

      passed
      
    • Test 79
      params: data={"outer": {"inner": 42}}, attr="outer", expected={"inner": 42}

      📌 Runtime Parameters

      params:
        data:
          outer:
            inner: 42
        attr: outer
        expected:
          inner: 42
      id: data2-outer-expected2
      

      📌 Setup phase

      duration:

      0.0002567658666521311
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015108799561858177
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016388692893087864
      

      outcome:

      passed
      

    Function: test_attrdict_setattr

    • Test 80
      params: initial={}, attr="nouveau", value=123

      📌 Runtime Parameters

      params:
        initial:
      {}
        attr: nouveau
        value: 123
      id: initial0-nouveau-123
      

      📌 Setup phase

      duration:

      0.000275883125141263
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014150608330965042
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001476728357374668
      

      outcome:

      passed
      
    • Test 81
      params: initial={"a": 1}, attr="b", value="valeur"

      📌 Runtime Parameters

      params:
        initial:
          a: 1
        attr: b
        value: valeur
      id: initial1-b-valeur
      

      📌 Setup phase

      duration:

      0.00026929890736937523
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014752591960132122
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015405705198645592
      

      outcome:

      passed
      

    Function: test_attrdict_delattr

    • Test 82
      params: initial={"a": 1, "b": 2}, to_del="a", expected_keys=["b"]

      📌 Runtime Parameters

      params:
        initial:
          a: 1
          b: 2
        to_del: a
        expected_keys:
          - b
      id: initial0-a-expected_keys0
      

      📌 Setup phase

      duration:

      0.0002563290763646364
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018274318426847458
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015835091471672058
      

      outcome:

      passed
      
    • Test 83
      params: initial={"k": "v"}, to_del="k", expected_keys=[]

      📌 Runtime Parameters

      params:
        initial:
          k: v
        to_del: k
        expected_keys:
      []
      id: initial1-k-expected_keys1
      

      📌 Setup phase

      duration:

      0.00028832280077040195
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017250794917345047
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015108799561858177
      

      outcome:

      passed
      

    Function: test_attrdict_dir

    • Test 84
      params: data={"alpha": 1, "beta": 2}, expected_keys="{'beta', 'alpha'}"

      📌 Runtime Parameters

      params:
        data:
          alpha: 1
          beta: 2
        expected_keys: {'beta', 'alpha'}
      id: data0-expected_keys0
      

      📌 Setup phase

      duration:

      0.00022714515216648579
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014247605577111244
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014983396977186203
      

      outcome:

      passed
      
    • Test 85
      params: data={}, expected_keys="set()"

      📌 Runtime Parameters

      params:
        data:
      {}
        expected_keys: set()
      id: data1-expected_keys1
      

      📌 Setup phase

      duration:

      0.00021648197434842587
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015959911979734898
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001452381256967783
      

      outcome:

      passed
      

    Function: test_attrdict_getattr_and_missing

    • Test 86
      params: data={"x": 1, "y": 2}, attr="x", expect_value=1, expect_error=null

      📌 Runtime Parameters

      params:
        data:
          x: 1
          y: 2
        attr: x
        expect_value: 1
        expect_error: None
      id: data0-x-1-None
      

      📌 Setup phase

      duration:

      0.00030916603282094
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014967098832130432
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001630599144846201
      

      outcome:

      passed
      
    • Test 87
      params: data={"number": 42}, attr="missing", expect_value=null, expect_error="'MyDict' object has no attribute 'missing'"

      📌 Runtime Parameters

      params:
        data:
          number: 42
        attr: missing
        expect_value: None
        expect_error: 'MyDict' object has no attribute 'missing'
      id: data1-missing-None-'MyDict' object has no attribute 'missing'
      

      📌 Setup phase

      duration:

      0.0003175749443471432
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016689696349203587
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001691251527518034
      

      outcome:

      passed
      

    Function: test_dictupdatemixin_init_and_update

    • Test 88
      params: init_kwargs={"a": 1, "b": 2}, other=null, kwargs={}, expected={"a": 1, "b": 2}

      📌 Runtime Parameters

      params:
        init_kwargs:
          a: 1
          b: 2
        other: None
        kwargs:
      {}
        expected:
          a: 1
          b: 2
      id: init_kwargs0-None-kwargs0-expected0
      

      📌 Setup phase

      duration:

      0.0003099439200013876
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014477409422397614
      

      outcome:

      passed
      

      Teardown phase

      duration:

      0.0001715680118650198
      

      outcome:

      passed
      
    • Test 89
      params: init_kwargs={}, other={"x": 10, "y": 20}, kwargs={}, expected={"x": 10, "y": 20}

      📌 Runtime Parameters

      params:
        init_kwargs:
      {}
        other:
          x: 10
          y: 20
        kwargs:
      {}
        expected:
          x: 10
          y: 20
      id: init_kwargs1-other1-kwargs1-expected1
      

      📌 Setup phase

      duration:

      0.00030671292915940285
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015440816059708595
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016835005953907967
      

      outcome:

      passed
      
    • Test 90
      params: init_kwargs={"world": "ok"}, other={"number": 42}, kwargs={"num2": 100}, expected={"world": "ok", "number": 42, "num2": 100}

      📌 Runtime Parameters

      params:
        init_kwargs:
          world: ok
        other:
          number: 42
        kwargs:
          num2: 100
        expected:
          world: ok
          number: 42
          num2: 100
      id: init_kwargs2-other2-kwargs2-expected2
      

      📌 Setup phase

      duration:

      0.00031127501279115677
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015616603195667267
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001713540405035019
      

      outcome:

      passed
      
    • Test 91
      params: init_kwargs={}, other=null, kwargs={"alpha": "beta"}, expected={"alpha": "beta"}

      📌 Runtime Parameters

      params:
        init_kwargs:
      {}
        other: None
        kwargs:
          alpha: beta
        expected:
          alpha: beta
      id: init_kwargs3-None-kwargs3-expected3
      

      📌 Setup phase

      duration:

      0.0003128859680145979
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014144903980195522
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016176397912204266
      

      outcome:

      passed
      
    • Test 92
      params: init_kwargs={}, other={"key": "value"}, kwargs={"extra": 1}, expected={"key": "value", "extra": 1}

      📌 Runtime Parameters

      params:
        init_kwargs:
      {}
        other:
          key: value
        kwargs:
          extra: 1
        expected:
          key: value
          extra: 1
      id: init_kwargs4-other4-kwargs4-expected4
      

      📌 Setup phase

      duration:

      0.0003064589109271765
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014905305579304695
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016159703955054283
      

      outcome:

      passed
      
    • Test 93
      params: init_kwargs={}, other="key", "value"], ["list", [5, 6], kwargs={"extra": {"subkey": 123}}, expected={"key": "value", "list": [5, 6], "extra": {"subkey": 123}}

      📌 Runtime Parameters

      params:
        init_kwargs:
      {}
        other:
          -       - key
            - value
          -       - list
            -         - 5
              - 6
        kwargs:
          extra:
            subkey: 123
        expected:
          key: value
          list:
            - 5
            - 6
          extra:
            subkey: 123
      id: init_kwargs5-other5-kwargs5-expected5
      

      📌 Setup phase

      duration:

      0.0002923118881881237
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002628031652420759
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018197111785411835
      

      outcome:

      passed
      
  • 📄 test_utils_dotdir.py

    Function: test_dotdir_creation_and_base_exists

    • Test 94

      📌 Setup phase

      duration:

      0.001360625959932804
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00025729392655193806
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021543307229876518
      

      outcome:

      passed
      

    Function: test_dotdir_repr_returns_path_str

    • Test 95

      📌 Setup phase

      duration:

      0.000589021947234869
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022045383229851723
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021476694382727146
      

      outcome:

      passed
      

    Function: test_dotdir_call

    • Test 96

      📌 Setup phase

      duration:

      0.0006197819020599127
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022769696079194546
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00022782501764595509
      

      outcome:

      passed
      
  • 📄 test_utils_jsonext.py

    Function: test_json_validate_save_load

    • Test 97
      params: input_obj="[1 2 3]", expected=[1, 2, 3]

      📌 Runtime Parameters

      params:
        input_obj: [1 2 3]
        expected:
          - 1
          - 2
          - 3
      id: input_obj0-expected0
      

      📌 Setup phase

      duration:

      0.0005808051209896803
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00043090316466987133
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001823720522224903
      

      outcome:

      passed
      
    • Test 98
      params: input_obj="42", expected=42

      📌 Runtime Parameters

      params:
        input_obj: 42
        expected: 42
      id: input_obj1-42
      

      📌 Setup phase

      duration:

      0.0005969391204416752
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00036443001590669155
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020935921929776669
      

      outcome:

      passed
      
    • Test 99
      params: input_obj="(1-1j)", expected={"real": 1.0, "imag": -1.0}

      📌 Runtime Parameters

      params:
        input_obj: (1-1j)
        expected:
          real: 1.0
          imag: -1.0
      id: (1-1j)-expected2
      

      📌 Setup phase

      duration:

      0.0005512519273906946
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00039085210300982
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017805001698434353
      

      outcome:

      passed
      
    • Test 100
      params: input_obj="/tmp/file.txt", expected="/tmp/file.txt"

      📌 Runtime Parameters

      params:
        input_obj: /tmp/file.txt
        expected: /tmp/file.txt
      id: input_obj3-/tmp/file.txt
      

      📌 Setup phase

      duration:

      0.0005544819869101048
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00037429388612508774
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001749198418110609
      

      outcome:

      passed
      
    • Test 101
      params: input_obj="{1, 2, 3}", expected=[1, 2, 3]

      📌 Runtime Parameters

      params:
        input_obj: {1, 2, 3}
        expected:
          - 1
          - 2
          - 3
      id: input_obj4-expected4
      

      📌 Setup phase

      duration:

      0.0005782060325145721
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003750310279428959
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018730992451310158
      

      outcome:

      passed
      
    • Test 102
      params: input_obj="{'a': array([10, 20])}", expected={"a": [10, 20]}

      📌 Runtime Parameters

      params:
        input_obj: {'a': array([10, 20])}
        expected:
          a:
            - 10
            - 20
      id: input_obj5-expected5
      

      📌 Setup phase

      duration:

      0.0005864400882273912
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000381136080250144
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018434599041938782
      

      outcome:

      passed
      
    • Test 103
      params: input_obj="{'c': (2+3j)}", expected={"c": {"real": 2.0, "imag": 3.0}}

      📌 Runtime Parameters

      params:
        input_obj: {'c': (2+3j)}
        expected:
          c:
            real: 2.0
            imag: 3.0
      id: input_obj6-expected6
      

      📌 Setup phase

      duration:

      0.0006043249741196632
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003860199358314276
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001784029882401228
      

      outcome:

      passed
      
    • Test 104
      params: input_obj="{'nested': {'arr': array(10, 20],\n [30, 40), 'complex_num': (-1+5j), 'files': [PosixPath('/file1'), PosixPath('/file2')], 'set_values': {200, 100}, 'inner': {'num': 7}}}", expected={"nested": {"arr": 10, 20], [30, 40, "complex_num": {"real": -1.0, "imag": 5.0}, "files": ["/file1", "/file2"], "set_values": [100, 200], "inner": {"num": 7}}}

      📌 Runtime Parameters

      params:
        input_obj: {'nested': {'arr': array([[10, 20],
             [30, 40]]), 'complex_num': (-1+5j), 'files': [PosixPath('/file1'), PosixPath('/file2')], 'set_values': {200, 100}, 'inner': {'num': 7}}}
        expected:
          nested:
            arr:
              -           - 10
                - 20
              -           - 30
                - 40
            complex_num:
              real: -1.0
              imag: 5.0
            files:
              - /file1
              - /file2
            set_values:
              - 100
              - 200
            inner:
              num: 7
      id: input_obj7-expected7
      

      📌 Setup phase

      duration:

      0.0006505870260298252
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005379498470574617
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001930429134517908
      

      outcome:

      passed
      
  • 📄 test_utils_lazypv.py

    Function: test_getattr

    • Test 105

      📌 Setup phase

      duration:

      0.00013899710029363632
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.09114680509082973
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0004929748829454184
      

      outcome:

      passed
      
  • 📄 test_utils_logcfg.py

    Function: test_custom_log_outputs

    • Test 106
      params: levelname="LONG", logfunc=" at 0x7f48028d8ca0>", message="This is a LONG message"

      📌 Runtime Parameters

      params:
        levelname: LONG
        logfunc: <function <lambda> at 0x7f48028d8ca0>
        message: This is a LONG message
      id: LONG-<lambda>-This is a LONG message
      

      📌 Setup phase

      duration:

      0.002082057995721698
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008574198000133038
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00027660210616886616
      

      outcome:

      passed
      
    • Test 107
      params: levelname="ENLARGE", logfunc=" at 0x7f48028d8d30>", message="Please ENLARGE this!"

      📌 Runtime Parameters

      params:
        levelname: ENLARGE
        logfunc: <function <lambda> at 0x7f48028d8d30>
        message: Please ENLARGE this!
      id: ENLARGE-<lambda>-Please ENLARGE this!
      

      📌 Setup phase

      duration:

      0.0004292191006243229
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003959431778639555
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021626800298690796
      

      outcome:

      passed
      
  • 📄 test_utils_logign.py

    Function: test_ignore_log_msg_behavior

    • Test 109
      params: levelname="WARNING", msg_to_ignore="This should be ignored", msg_to_keep="This should appear"

      📌 Runtime Parameters

      params:
        levelname: WARNING
        msg_to_ignore: This should be ignored
        msg_to_keep: This should appear
      id: WARNING-This should be ignored-This should appear
      

      📌 Setup phase

      duration:

      0.000676753930747509
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008887848816812038
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000272996025159955
      

      outcome:

      passed
      
    • Test 110
      params: levelname="ENLARGE", msg_to_ignore="ENLARGE this", msg_to_keep="Keep this ENLARGE"

      📌 Runtime Parameters

      params:
        levelname: ENLARGE
        msg_to_ignore: ENLARGE this
        msg_to_keep: Keep this ENLARGE
      id: ENLARGE-ENLARGE this-Keep this ENLARGE
      

      📌 Setup phase

      duration:

      0.0004124338738620281
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00046728411689400673
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021850108169019222
      

      outcome:

      passed
      

    Function: test_ignore_only_by_level

    • Test 111

      📌 Setup phase

      duration:

      0.0002367631532251835
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004113710019737482
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018954183906316757
      

      outcome:

      passed
      

    Function: test_ignore_only_by_msg

    • Test 112

      📌 Setup phase

      duration:

      0.000258228974416852
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00038254610262811184
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001884549856185913
      

      outcome:

      passed
      

    Function: test_filter_removed_after_context

    • Test 113

      📌 Setup phase

      duration:

      0.0002479609102010727
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003883561585098505
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017664209008216858
      

      outcome:

      passed
      
  • 📄 test_utils_metaclasses.py

    Function: test_combine_classes_combines_methods

    • Test 114

      📌 Setup phase

      duration:

      0.0001363998744636774
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00021272897720336914
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010876706801354885
      

      outcome:

      passed
      

    Function: test_registryabc_combines_registrymeta_and_abcmeta

    • Test 115

      📌 Setup phase

      duration:

      0.00012862705625593662
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.005508651956915855
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013579404912889004
      

      outcome:

      passed
      
  • 📄 test_utils_npy.py

    Function: test_nice_arange

    • Test 116
      params: start=0, stop=5, step=1, expected="[0. 1. 2. 3. 4. 5.]"

      📌 Runtime Parameters

      params:
        start: 0
        stop: 5
        step: 1
        expected: [0. 1. 2. 3. 4. 5.]
      id: 0-5-1-expected0
      

      📌 Setup phase

      duration:

      0.00038612191565334797
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.02196274814195931
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00022780406288802624
      

      outcome:

      passed
      
    • Test 118
      params: start=1, stop=2, step=0.3, expected="[1. 1.33333333 1.66666667 2. ]"

      📌 Runtime Parameters

      params:
        start: 1
        stop: 2
        step: 0.3
        expected: [1.         1.33333333 1.66666667 2.        ]
      id: 1-2-0.3-expected2
      

      📌 Setup phase

      duration:

      0.00034509203396737576
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004630920011550188
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019497517496347427
      

      outcome:

      passed
      

    Function: test_nice_linspace

    • Test 121
      params: start=0, stop=10, num=4, expected="[ 0. 2.5 5. 7.5 10. ]"

      📌 Runtime Parameters

      params:
        start: 0
        stop: 10
        num: 4
        expected: [ 0.   2.5  5.   7.5 10. ]
      id: 0-10-4-expected0
      

      📌 Setup phase

      duration:

      0.0003803321160376072
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004503680393099785
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019498192705214024
      

      outcome:

      passed
      
    • Test 122
      params: start=5, stop=15, num=2, expected="[ 5. 10. 15.]"

      📌 Runtime Parameters

      params:
        start: 5
        stop: 15
        num: 2
        expected: [ 5. 10. 15.]
      id: 5-15-2-expected1
      

      📌 Setup phase

      duration:

      0.0003546290099620819
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00038431002758443356
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019451300613582134
      

      outcome:

      passed
      
    • Test 123
      params: start=-5, stop=5, num=4, expected="[-5. -2.5 0. 2.5 5. ]"

      📌 Runtime Parameters

      params:
        start: -5
        stop: 5
        num: 4
        expected: [-5.  -2.5  0.   2.5  5. ]
      id: -5-5-4-expected2
      

      📌 Setup phase

      duration:

      0.0003522729966789484
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00038847397081553936
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021057785488665104
      

      outcome:

      passed
      
    • Test 124
      params: start=0, stop=1, num=3, expected="[0. 0.33333333 0.66666667 1. ]"

      📌 Runtime Parameters

      params:
        start: 0
        stop: 1
        num: 3
        expected: [0.         0.33333333 0.66666667 1.        ]
      id: 0-1-3-expected3
      

      📌 Setup phase

      duration:

      0.0003365250304341316
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00034796702675521374
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020765000954270363
      

      outcome:

      passed
      
    • Test 125
      params: start=2, stop=2, num=3, expected="[2. 2. 2. 2.]"

      📌 Runtime Parameters

      params:
        start: 2
        stop: 2
        num: 3
        expected: [2. 2. 2. 2.]
      id: 2-2-3-expected4
      

      📌 Setup phase

      duration:

      0.00036678207106888294
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00034673488698899746
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020715896971523762
      

      outcome:

      passed
      
    • Test 126
      params: start=3, stop=0, num=3, expected="[3. 2. 1. 0.]"

      📌 Runtime Parameters

      params:
        start: 3
        stop: 0
        num: 3
        expected: [3. 2. 1. 0.]
      id: 3-0-3-expected5
      

      📌 Setup phase

      duration:

      0.0003265009727329016
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003312770277261734
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019313604570925236
      

      outcome:

      passed
      
    • Test 127
      params: start=0, stop=1, num=0, expected="[0.]"

      📌 Runtime Parameters

      params:
        start: 0
        stop: 1
        num: 0
        expected: [0.]
      id: 0-1-0-expected6
      

      📌 Setup phase

      duration:

      0.0003357180394232273
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00035134516656398773
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019921897910535336
      

      outcome:

      passed
      

    Function: test_nice_steps_centered

    • Test 128
      params: start=-2, stop=2, step=2, endpoint=true, expected="[-2. 0. 2.]"

      📌 Runtime Parameters

      params:
        start: -2
        stop: 2
        step: 2
        endpoint: True
        expected: [-2.  0.  2.]
      id: -2-2-2-True-expected0
      

      📌 Setup phase

      duration:

      0.0003776201047003269
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00041220802813768387
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020250794477760792
      

      outcome:

      passed
      
    • Test 129
      params: start=0, stop=5, step=2, endpoint=true, expected="[0. 2. 4.]"

      📌 Runtime Parameters

      params:
        start: 0
        stop: 5
        step: 2
        endpoint: True
        expected: [0. 2. 4.]
      id: 0-5-2-True-expected1
      

      📌 Setup phase

      duration:

      0.0003941010218113661
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003373508807271719
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020863092504441738
      

      outcome:

      passed
      
    • Test 130
      params: start=0, stop=5, step=2, endpoint=false, expected="[0. 2.]"

      📌 Runtime Parameters

      params:
        start: 0
        stop: 5
        step: 2
        endpoint: False
        expected: [0. 2.]
      id: 0-5-2-False-expected2
      

      📌 Setup phase

      duration:

      0.00037814583629369736
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00039305700920522213
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020451098680496216
      

      outcome:

      passed
      
    • Test 131
      params: start=-1, stop=2, step=1.5, endpoint=true, expected="[-1.5 0. 1.5]"

      📌 Runtime Parameters

      params:
        start: -1
        stop: 2
        step: 1.5
        endpoint: True
        expected: [-1.5  0.   1.5]
      id: -1-2-1.5-True-expected3
      

      📌 Setup phase

      duration:

      0.00038137403316795826
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00033844984136521816
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019618496298789978
      

      outcome:

      passed
      

    Function: test_nice_steps_left_aligned

    • Test 134
      params: start=-1, stop=2, step=1.5, endpoint=true, expected="[-1. 0.5 2. ]"

      📌 Runtime Parameters

      params:
        start: -1
        stop: 2
        step: 1.5
        endpoint: True
        expected: [-1.   0.5  2. ]
      id: -1-2-1.5-True-expected2
      

      📌 Setup phase

      duration:

      0.0004093011375516653
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00039643608033657074
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000205914955586195
      

      outcome:

      passed
      
    • Test 135
      params: start=-1, stop=2, step=1.5, endpoint=false, expected="[-1. 0.5]"

      📌 Runtime Parameters

      params:
        start: -1
        stop: 2
        step: 1.5
        endpoint: False
        expected: [-1.   0.5]
      id: -1-2-1.5-False-expected3
      

      📌 Setup phase

      duration:

      0.0003895550034940243
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00033691804856061935
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001990168821066618
      

      outcome:

      passed
      

    Function: test_within_scalar

    • Test 146
      params: val=5, vmin=0, vmax=10, expected=true

      📌 Runtime Parameters

      params:
        val: 5
        vmin: 0
        vmax: 10
        expected: True
      id: 5-0-10-True
      

      📌 Setup phase

      duration:

      0.0003841998986899853
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001699260901659727
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001761771272867918
      

      outcome:

      passed
      
    • Test 147
      params: val=5, vmin=6, vmax=10, expected=false

      📌 Runtime Parameters

      params:
        val: 5
        vmin: 6
        vmax: 10
        expected: False
      id: 5-6-10-False
      

      📌 Setup phase

      duration:

      0.00034624687395989895
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014674104750156403
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001838039606809616
      

      outcome:

      passed
      
    • Test 148
      params: val=5, vmin=null, vmax=10, expected=true

      📌 Runtime Parameters

      params:
        val: 5
        vmin: None
        vmax: 10
        expected: True
      id: 5-None-10-True
      

      📌 Setup phase

      duration:

      0.0003008178900927305
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013659615069627762
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017549400217831135
      

      outcome:

      passed
      
    • Test 149
      params: val=5, vmin=0, vmax=null, expected=true

      📌 Runtime Parameters

      params:
        val: 5
        vmin: 0
        vmax: None
        expected: True
      id: 5-0-None-True
      

      📌 Setup phase

      duration:

      0.00032002199441194534
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014035403728485107
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001682499423623085
      

      outcome:

      passed
      
    • Test 150
      params: val=5, vmin=null, vmax=null, expected=true

      📌 Runtime Parameters

      params:
        val: 5
        vmin: None
        vmax: None
        expected: True
      id: 5-None-None-True
      

      📌 Setup phase

      duration:

      0.0003180289641022682
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013879500329494476
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001724199391901493
      

      outcome:

      passed
      

    Function: test_within_fraction

    • Test 151
      params: data=[1, 2, 3, 4, 5], vmin=2, vmax=5, expected=0.6

      📌 Runtime Parameters

      params:
        data:
          - 1
          - 2
          - 3
          - 4
          - 5
        vmin: 2
        vmax: 5
        expected: 0.6
      id: data0-2-5-0.6
      

      📌 Setup phase

      duration:

      0.0003290169406682253
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00032330979593098164
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017992197535932064
      

      outcome:

      passed
      
    • Test 152
      params: data=[10, 20, 30], vmin=5, vmax=25, expected=0.6666666666666666

      📌 Runtime Parameters

      params:
        data:
          - 10
          - 20
          - 30
        vmin: 5
        vmax: 25
        expected: 0.6666666666666666
      id: data1-5-25-0.6666666666666666
      

      📌 Setup phase

      duration:

      0.0003384361043572426
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002553339581936598
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017334800213575363
      

      outcome:

      passed
      
    • Test 153
      params: data=[1, 2, 3], vmin=null, vmax=2, expected=0.3333333333333333

      📌 Runtime Parameters

      params:
        data:
          - 1
          - 2
          - 3
        vmin: None
        vmax: 2
        expected: 0.3333333333333333
      id: data2-None-2-0.3333333333333333
      

      📌 Setup phase

      duration:

      0.0003381341230124235
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00023535313084721565
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001817750744521618
      

      outcome:

      passed
      
    • Test 154
      params: data=[], vmin=0, vmax=1, expected=0

      📌 Runtime Parameters

      params:
        data:
      []
        vmin: 0
        vmax: 1
        expected: 0
      id: data3-0-1-0
      

      📌 Setup phase

      duration:

      0.0003173078875988722
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002446519210934639
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017334683798253536
      

      outcome:

      passed
      

    Function: test_fraction_to_percentage

    • Test 155
      params: fraction=0.456, ndigits=1, expected=45.6

      📌 Runtime Parameters

      params:
        fraction: 0.456
        ndigits: 1
        expected: 45.6
      id: 0.456-1-45.6
      

      📌 Setup phase

      duration:

      0.000270649092271924
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014475802890956402
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015963800251483917
      

      outcome:

      passed
      
    • Test 156
      params: fraction=0.12345, ndigits=2, expected=12.35

      📌 Runtime Parameters

      params:
        fraction: 0.12345
        ndigits: 2
        expected: 12.35
      id: 0.12345-2-12.35
      

      📌 Setup phase

      duration:

      0.0002801001537591219
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014209002256393433
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000167155172675848
      

      outcome:

      passed
      
    • Test 157
      params: fraction=0.9999, ndigits=0, expected=100.0

      📌 Runtime Parameters

      params:
        fraction: 0.9999
        ndigits: 0
        expected: 100.0
      id: 0.9999-0-100.0
      

      📌 Setup phase

      duration:

      0.00026579503901302814
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001386611256748438
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014895503409206867
      

      outcome:

      passed
      

    Function: test_get_dtype

    • Test 158
      params: val="[1 2 3]", expected=""

      📌 Runtime Parameters

      params:
        val: [1 2 3]
        expected: <class 'numpy.ndarray'>
      id: val0-ndarray
      

      📌 Setup phase

      duration:

      0.00022798101417720318
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014532101340591908
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015439093112945557
      

      outcome:

      passed
      
    • Test 159
      params: val=[1, 2, 3], expected=""

      📌 Runtime Parameters

      params:
        val:
          - 1
          - 2
          - 3
        expected: <class 'list'>
      id: val1-list
      

      📌 Setup phase

      duration:

      0.0002455518115311861
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015844195149838924
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014102505519986153
      

      outcome:

      passed
      
    • Test 160
      params: val=3.14, expected=""

      📌 Runtime Parameters

      params:
        val: 3.14
        expected: <class 'float'>
      id: 3.14-float
      

      📌 Setup phase

      duration:

      0.00021225516684353352
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014740601181983948
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014392798766493797
      

      outcome:

      passed
      

    Function: test_get_shape

    • Test 161
      params: val="1 2]\n [3 4", expected=[2, 2]

      📌 Runtime Parameters

      params:
        val: [[1 2]
       [3 4]]
        expected:
          - 2
          - 2
      id: val0-expected0
      

      📌 Setup phase

      duration:

      0.00021924404427409172
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001370948739349842
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016198609955608845
      

      outcome:

      passed
      
    • Test 162
      params: val=[1, 2, 3], expected=[]

      📌 Runtime Parameters

      params:
        val:
          - 1
          - 2
          - 3
        expected:
      []
      id: val1-expected1
      

      📌 Setup phase

      duration:

      0.00024869409389793873
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014391192235052586
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013756891712546349
      

      outcome:

      passed
      
    • Test 163
      params: val=42, expected=[]

      📌 Runtime Parameters

      params:
        val: 42
        expected:
      []
      id: 42-expected2
      

      📌 Setup phase

      duration:

      0.0002239758614450693
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000137323047965765
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013640709221363068
      

      outcome:

      passed
      

    Function: test_is_array

    • Test 164
      params: val="[1 2 3]", expected=true

      📌 Runtime Parameters

      params:
        val: [1 2 3]
        expected: True
      id: val0-True
      

      📌 Setup phase

      duration:

      0.00021350313909351826
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013473816215991974
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016300496645271778
      

      outcome:

      passed
      
    • Test 165
      params: val=[1, 2, 3], expected=false

      📌 Runtime Parameters

      params:
        val:
          - 1
          - 2
          - 3
        expected: False
      id: val1-False
      

      📌 Setup phase

      duration:

      0.00024282303638756275
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001352739054709673
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013906904496252537
      

      outcome:

      passed
      
    • Test 166
      params: val=42, expected=false

      📌 Runtime Parameters

      params:
        val: 42
        expected: False
      id: 42-False
      

      📌 Setup phase

      duration:

      0.00022281985729932785
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001445850357413292
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013950583525002003
      

      outcome:

      passed
      
  • 📄 test_utils_path.py

    Function: test_make_missing_dir_creates_folder

    • Test 169

      📌 Setup phase

      duration:

      0.0001197420060634613
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00057411496527493
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011837203055620193
      

      outcome:

      passed
      

    Function: test_glob_files_returns_matching_files_only

    • Test 170

      📌 Setup phase

      duration:

      0.00011273589916527271
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0019915469456464052
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012025306932628155
      

      outcome:

      passed
      
  • 📄 test_utils_picklio.py

    Function: test_pickle_and_unpickle

    • Test 172
      params: test_obj={"a": 1, "b": [2, 3], "c": {"world": "ok"}}

      📌 Runtime Parameters

      params:
        test_obj:
          a: 1
          b:
            - 2
            - 3
          c:
            world: ok
      id: test_obj0
      

      📌 Setup phase

      duration:

      0.0007071399595588446
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003730100579559803
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001658368855714798
      

      outcome:

      passed
      
    • Test 173
      params: test_obj=[1, 2, 3, 4, 5]

      📌 Runtime Parameters

      params:
        test_obj:
          - 1
          - 2
          - 3
          - 4
          - 5
      id: test_obj1
      

      📌 Setup phase

      duration:

      0.0005719449836760759
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002953200601041317
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015931320376694202
      

      outcome:

      passed
      
    • Test 174
      params: test_obj="simple string"

      📌 Runtime Parameters

      params:
        test_obj: simple string
      id: simple string
      

      📌 Setup phase

      duration:

      0.0005083079449832439
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000289329094812274
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015813903883099556
      

      outcome:

      passed
      
    • Test 175
      params: test_obj=42

      📌 Runtime Parameters

      params:
        test_obj: 42
      id: 42
      

      📌 Setup phase

      duration:

      0.0004975060001015663
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00031745689921081066
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016065407544374466
      

      outcome:

      passed
      
    • Test 176
      params: test_obj=3.14159

      📌 Runtime Parameters

      params:
        test_obj: 3.14159
      id: 3.14159
      

      📌 Setup phase

      duration:

      0.000513019971549511
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002758118789643049
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017480412498116493
      

      outcome:

      passed
      
    • Test 177
      params: test_obj=[true, false, null]

      📌 Runtime Parameters

      params:
        test_obj:
          - True
          - (vide)
          - (vide)
      id: test_obj5
      

      📌 Setup phase

      duration:

      0.0005239981692284346
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002747769467532635
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016096699982881546
      

      outcome:

      passed
      
    • Test 178
      params: test_obj={"complex": [{"list": [1, 2]}, {"dict": {"x": 10}}]}

      📌 Runtime Parameters

      params:
        test_obj:
          complex:
            -         list:
                - 1
                - 2
            -         dict:
                x: 10
      id: test_obj6
      

      📌 Setup phase

      duration:

      0.0005345509853214025
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00028822803869843483
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001607760787010193
      

      outcome:

      passed
      
  • 📄 test_utils_printing.py

    Function: test_maxlen_valid

    • Test 179
      params: seq=["a", "abc", ""], expected=3

      📌 Runtime Parameters

      params:
        seq:
          - a
          - abc
          - (vide)
        expected: 3
      id: seq0-3
      

      📌 Setup phase

      duration:

      0.00023673102259635925
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016267597675323486
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014855992048978806
      

      outcome:

      passed
      
    • Test 180
      params: seq=[], expected=0

      📌 Runtime Parameters

      params:
        seq:
      []
        expected: 0
      id: seq1-0
      

      📌 Setup phase

      duration:

      0.00025364989414811134
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013653305359184742
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001331029925495386
      

      outcome:

      passed
      
    • Test 181
      params: seq=1, 2], [3], [4, 5, 6, expected=3

      📌 Runtime Parameters

      params:
        seq:
          -       - 1
            - 2
          -       - 3
          -       - 4
            - 5
            - 6
        expected: 3
      id: seq2-3
      

      📌 Setup phase

      duration:

      0.0002434728667140007
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015056715346872807
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001417631283402443
      

      outcome:

      passed
      
    • Test 182
      params: seq=[{"a": 2, "b": 3}, {}, {"c": 4}], expected=2

      📌 Runtime Parameters

      params:
        seq:
          -       a: 2
            b: 3
          - (vide)
          -       c: 4
        expected: 2
      id: seq3-2
      

      📌 Setup phase

      duration:

      0.00021520513109862804
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014208396896719933
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014793104492127895
      

      outcome:

      passed
      

    Function: test_maxstrlen

    • Test 183
      params: seq=[1, true, 3.1415], expected=6

      📌 Runtime Parameters

      params:
        seq:
          - 1
          - True
          - 3.1415
        expected: 6
      id: seq0-6
      

      📌 Setup phase

      duration:

      0.00021998584270477295
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016122194938361645
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014644605107605457
      

      outcome:

      passed
      
    • Test 184
      params: seq=["aa", "bbb", "c"], expected=3

      📌 Runtime Parameters

      params:
        seq:
          - aa
          - bbb
          - c
        expected: 3
      id: seq1-3
      

      📌 Setup phase

      duration:

      0.0002323801163583994
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015668803825974464
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013472209684550762
      

      outcome:

      passed
      
    • Test 185
      params: seq=1, 2], [], [1, 2, 3, expected=9

      📌 Runtime Parameters

      params:
        seq:
          -       - 1
            - 2
          - (vide)
          -       - 1
            - 2
            - 3
        expected: 9
      id: seq2-9
      

      📌 Setup phase

      duration:

      0.00021420884877443314
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001584158744663
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013836100697517395
      

      outcome:

      passed
      
    • Test 186
      params: seq=[{"a": 1}, {}, {"a": 1, "b": 2}], expected=16

      📌 Runtime Parameters

      params:
        seq:
          -       a: 1
          - (vide)
          -       a: 1
            b: 2
        expected: 16
      id: seq3-16
      

      📌 Setup phase

      duration:

      0.00021412200294435024
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015058298595249653
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001371100079268217
      

      outcome:

      passed
      
    • Test 187
      params: seq=[null, false, 12345], expected=5

      📌 Runtime Parameters

      params:
        seq:
          - (vide)
          - (vide)
          - 12345
        expected: 5
      id: seq4-5
      

      📌 Setup phase

      duration:

      0.00022764806635677814
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001413128338754177
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015514018014073372
      

      outcome:

      passed
      

    Function: test_strlen

    • Test 188
      params: value=42, expected=2

      📌 Runtime Parameters

      params:
        value: 42
        expected: 2
      id: 42-2
      

      📌 Setup phase

      duration:

      0.00023461482487618923
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013542687520384789
      

      outcome:

      passed
      

      Teardown phase

      duration:

      0.00013997708447277546
      

      outcome:

      passed
      
    • Test 189
      params: value="hello", expected=5

      📌 Runtime Parameters

      params:
        value: hello
        expected: 5
      id: hello-5
      

      📌 Setup phase

      duration:

      0.00022519496269524097
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001359330490231514
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001363181509077549
      

      outcome:

      passed
      
    • Test 190
      params: value=false, expected=5

      📌 Runtime Parameters

      params:
        value: False
        expected: 5
      id: False-5
      

      📌 Setup phase

      duration:

      0.0002269709948450327
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013600592501461506
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001360350288450718
      

      outcome:

      passed
      
    • Test 191
      params: value=null, expected=4

      📌 Runtime Parameters

      params:
        value: None
        expected: 4
      id: None-4
      

      📌 Setup phase

      duration:

      0.00021153083071112633
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013647298328578472
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014661205932497978
      

      outcome:

      passed
      
    • Test 192
      params: value=[1, 2, 3], expected=9

      📌 Runtime Parameters

      params:
        value:
          - 1
          - 2
          - 3
        expected: 9
      id: value4-9
      

      📌 Setup phase

      duration:

      0.0002095079980790615
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013964995741844177
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015261000953614712
      

      outcome:

      passed
      
    • Test 193
      params: value={"a": 1}, expected=8

      📌 Runtime Parameters

      params:
        value:
          a: 1
        expected: 8
      id: value5-8
      

      📌 Setup phase

      duration:

      0.00021885009482502937
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013948092237114906
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021613086573779583
      

      outcome:

      passed
      
    • Test 194
      params: value=[1, 2], expected=6

      📌 Runtime Parameters

      params:
        value:
          - 1
          - 2
        expected: 6
      id: value6-6
      

      📌 Setup phase

      duration:

      0.00021936511620879173
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014437595382332802
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001344319898635149
      

      outcome:

      passed
      
    • Test 195
      params: value="", expected=0

      📌 Runtime Parameters

      params:
        value: None
        expected: 0
      id: -0
      

      📌 Setup phase

      duration:

      0.0002185541670769453
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014823884703218937
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013713608495891094
      

      outcome:

      passed
      
    • Test 196
      params: value="ok ok", expected=5

      📌 Runtime Parameters

      params:
        value: ok ok
        expected: 5
      id: ok ok-5
      

      📌 Setup phase

      duration:

      0.00021260813809931278
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013077794574201107
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001335209235548973
      

      outcome:

      passed
      

    Function: test_mk_pad

    • Test 197
      params: x="a", length=4, expected=" "

      📌 Runtime Parameters

      params:
        x: a
        length: 4
        expected:    
      id: a-4-   
      

      📌 Setup phase

      duration:

      0.0002772968728095293
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013765017502009869
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015051104128360748
      

      outcome:

      passed
      
    • Test 198
      params: x="abc", length=4, expected=" "

      📌 Runtime Parameters

      params:
        x: abc
        length: 4
        expected:  
      id: abc-4- 
      

      📌 Setup phase

      duration:

      0.0002604839392006397
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013671303167939186
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015000207349658012
      

      outcome:

      passed
      
    • Test 199
      params: x="abcd", length=4, expected=""

      📌 Runtime Parameters

      params:
        x: abcd
        length: 4
        expected: None
      id: abcd-4-
      

      📌 Setup phase

      duration:

      0.0002574038226157427
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013267481699585915
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000149864936247468
      

      outcome:

      passed
      

    Function: test_format_header

    • Test 200
      params: msg="Title", line="-", expected="Title:\n------"

      📌 Runtime Parameters

      params:
        msg: Title
        line: -
        expected: Title:
      ------
      id: Title---Title:\n------
      

      📌 Setup phase

      duration:

      0.0002836750354617834
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014427979476749897
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015774788334965706
      

      outcome:

      passed
      
    • Test 201
      params: msg="Hellooo", line="=", expected="Hellooo:\n========"

      📌 Runtime Parameters

      params:
        msg: Hellooo
        line: =
        expected: Hellooo:
      ========
      id: Hellooo-=-Hellooo:\n========
      

      📌 Setup phase

      duration:

      0.0002661037724465132
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013832584954798222
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015100697055459023
      

      outcome:

      passed
      

    Function: test_itemize

    • Test 202
      params: items=["apple", "banana"], header=null, bullet="-", expected_lines=["- apple", "- banana"]

      📌 Runtime Parameters

      params:
        items:
          - apple
          - banana
        header: None
        bullet: -
        expected_lines:
          - - apple
          - - banana
      id: items0-None---expected_lines0
      

      📌 Setup phase

      duration:

      0.00031288410536944866
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016741803847253323
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016997195780277252
      

      outcome:

      passed
      
    • Test 203
      params: items=["x", "y"], header="Vars", bullet="*", expected_lines=["Vars:\n-----", "* x", "* y"]

      📌 Runtime Parameters

      params:
        items:
          - x
          - y
        header: Vars
        bullet: *
        expected_lines:
          - Vars:
      -----
          - * x
          - * y
      id: items1-Vars-*-expected_lines1
      

      📌 Setup phase

      duration:

      0.0003083511255681515
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014767912216484547
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001684729941189289
      

      outcome:

      passed
      
    • Test 204
      params: items=["one"], header=null, bullet="+", expected_lines=["+ one"]

      📌 Runtime Parameters

      params:
        items:
          - one
        header: None
        bullet: +
        expected_lines:
          - + one
      id: items2-None-+-expected_lines2
      

      📌 Setup phase

      duration:

      0.0003088980447500944
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013598287478089333
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016143894754350185
      

      outcome:

      passed
      

    Function: test_transpose_matrix

    • Test 208
      params: data=1, 2], [3, 4, expected=1, 3], [2, 4

      📌 Runtime Parameters

      params:
        data:
          -       - 1
            - 2
          -       - 3
            - 4
        expected:
          -       - 1
            - 3
          -       - 2
            - 4
      id: data0-expected0
      

      📌 Setup phase

      duration:

      0.0002477560192346573
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014636595733463764
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014098198153078556
      

      outcome:

      passed
      
    • Test 209

      📌 Runtime Parameters

      params:
        data:
          -       - a
            - b
          -       - c
            - d
        expected:
          -       - a
            - c
          -       - b
            - d
      id: data1-expected1
      

      📌 Setup phase

      duration:

      0.00023592915385961533
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014226092025637627
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015035015530884266
      

      outcome:

      passed
      
    • Test 210
      params: data={"x": 1}, {"y": 2}], [{"x": 3}, {"y": 4}, expected={"x": 1}, {"x": 3}], [{"y": 2}, {"y": 4}

      📌 Runtime Parameters

      params:
        data:
          -       -         x: 1
            -         y: 2
          -       -         x: 3
            -         y: 4
        expected:
          -       -         x: 1
            -         x: 3
          -       -         y: 2
            -         y: 4
      id: data2-expected2
      

      📌 Setup phase

      duration:

      0.00021288404241204262
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001367088407278061
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001467568799853325
      

      outcome:

      passed
      

    Function: test_prepend

    • Test 211
      params: initial=[1, 2, 3], prepend=1, expected=[1, 2, 3]

      📌 Runtime Parameters

      params:
        initial:
          - 1
          - 2
          - 3
        prepend: 1
        expected:
          - 1
          - 2
          - 3
      id: initial0-1-expected0
      

      📌 Setup phase

      duration:

      0.0002667249646037817
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014890404418110847
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015286286361515522
      

      outcome:

      passed
      
    • Test 212
      params: initial=["a", "b", "c"], prepend="a", expected=["a", "b", "c"]

      📌 Runtime Parameters

      params:
        initial:
          - a
          - b
          - c
        prepend: a
        expected:
          - a
          - b
          - c
      id: initial1-a-expected1
      

      📌 Setup phase

      duration:

      0.0002698260359466076
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013813702389597893
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014964002184569836
      

      outcome:

      passed
      
    • Test 213
      params: initial=[{"a": 1}, {"b": 2}], prepend={"a": 1}, expected=[{"a": 1}, {"b": 2}]

      📌 Runtime Parameters

      params:
        initial:
          -       a: 1
          -       b: 2
        prepend:
          a: 1
        expected:
          -       a: 1
          -       b: 2
      id: initial2-prepend2-expected2
      

      📌 Setup phase

      duration:

      0.00027577299624681473
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013652886264026165
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001504670362919569
      

      outcome:

      passed
      
    • Test 214
      params: initial=1], [2], [3, prepend=[1], expected=1], [2], [3

      📌 Runtime Parameters

      params:
        initial:
          -       - 1
          -       - 2
          -       - 3
        prepend:
          - 1
        expected:
          -       - 1
          -       - 2
          -       - 3
      id: initial3-prepend3-expected3
      

      📌 Setup phase

      duration:

      0.00025899894535541534
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013452093116939068
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001546330749988556
      

      outcome:

      passed
      

    Function: test_fmt_table_line

    • Test 215
      params: entries=["a", "bbb"], widths=[3, 5], expected=" a bbb"

      📌 Runtime Parameters

      params:
        entries:
          - a
          - bbb
        widths:
          - 3
          - 5
        expected:   a   bbb
      id: entries0-widths0-  a   bbb
      

      📌 Setup phase

      duration:

      0.00026420713402330875
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014981813728809357
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015829713083803654
      

      outcome:

      passed
      
    • Test 216
      params: entries=[1, 2], widths=[2, 2], expected=" 1 2"

      📌 Runtime Parameters

      params:
        entries:
          - 1
          - 2
        widths:
          - 2
          - 2
        expected:  1  2
      id: entries1-widths1- 1  2
      

      📌 Setup phase

      duration:

      0.0002664518542587757
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014416384510695934
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001553790643811226
      

      outcome:

      passed
      
    • Test 217
      params: entries=["long", "val"], widths=[6, 4], expected=" long val"

      📌 Runtime Parameters

      params:
        entries:
          - long
          - val
        widths:
          - 6
          - 4
        expected:   long  val
      id: entries2-widths2-  long  val
      

      📌 Setup phase

      duration:

      0.00025440705940127373
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015322212129831314
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015439605340361595
      

      outcome:

      passed
      
    • Test 218
      params: entries=[true, false], widths=[5, 6], expected=" True False"

      📌 Runtime Parameters

      params:
        entries:
          - True
          - (vide)
        widths:
          - 5
          - 6
        expected:  True  False
      id: entries3-widths3- True  False
      

      📌 Setup phase

      duration:

      0.0002646329812705517
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014036614447832108
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014774897135794163
      

      outcome:

      passed
      
    • Test 219
      params: entries=[123, 4567], widths=[5, 5], expected=" 123 4567"

      📌 Runtime Parameters

      params:
        entries:
          - 123
          - 4567
        widths:
          - 5
          - 5
        expected:   123  4567
      id: entries4-widths4-  123  4567
      

      📌 Setup phase

      duration:

      0.0002716889139264822
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014308607205748558
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001507708802819252
      

      outcome:

      passed
      

    Function: test_fmt_label_sep

    • Test 225
      params: widths=[3, 4], line="-", expected="--- ----"

      📌 Runtime Parameters

      params:
        widths:
          - 3
          - 4
        line: -
        expected: --- ----
      id: widths0------ ----
      

      📌 Setup phase

      duration:

      0.0002825818955898285
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016839895397424698
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015739398077130318
      

      outcome:

      passed
      
    • Test 226
      params: widths=[2, 3], line="=", expected="== ==="

      📌 Runtime Parameters

      params:
        widths:
          - 2
          - 3
        line: =
        expected: == ===
      id: widths1-=-== ===
      

      📌 Setup phase

      duration:

      0.00027899397537112236
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014050910249352455
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017304811626672745
      

      outcome:

      passed
      
    • Test 227
      params: widths=[10, 12], line="-", expected="---------- ------------"

      📌 Runtime Parameters

      params:
        widths:
          - 10
          - 12
        line: -
        expected: ---------- ------------
      id: widths2------------- ------------
      

      📌 Setup phase

      duration:

      0.0002761350478976965
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001483249943703413
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000151459826156497
      

      outcome:

      passed
      
  • 📄 test_utils_xrange.py

    Function: test_xrange_finite

    • Test 232
      params: args=[10], kwargs={}, expected=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]

      📌 Runtime Parameters

      params:
        args:
          - 10
        kwargs:
      {}
        expected:
          - (vide)
          - 1
          - 2
          - 3
          - 4
          - 5
          - 6
          - 7
          - 8
          - 9
      id: args0-kwargs0-expected0
      

      📌 Setup phase

      duration:

      0.00030907499603927135
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017520692199468613
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001588191371411085
      

      outcome:

      passed
      
    • Test 233
      params: args=[0, 10], kwargs={}, expected=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]

      📌 Runtime Parameters

      params:
        args:
          - (vide)
          - 10
        kwargs:
      {}
        expected:
          - (vide)
          - 1
          - 2
          - 3
          - 4
          - 5
          - 6
          - 7
          - 8
          - 9
      id: args1-kwargs1-expected1
      

      📌 Setup phase

      duration:

      0.0002736879978328943
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014707189984619617
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015410804189741611
      

      outcome:

      passed
      
    • Test 234
      params: args=[0, 10, 2], kwargs={}, expected=[0, 2, 4, 6, 8]

      📌 Runtime Parameters

      params:
        args:
          - (vide)
          - 10
          - 2
        kwargs:
      {}
        expected:
          - (vide)
          - 2
          - 4
          - 6
          - 8
      id: args2-kwargs2-expected2
      

      📌 Setup phase

      duration:

      0.00025635003112256527
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014232611283659935
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015343003906309605
      

      outcome:

      passed
      
    • Test 235
      params: args=[10], kwargs={"step": 2}, expected=[0, 2, 4, 6, 8]

      📌 Runtime Parameters

      params:
        args:
          - 10
        kwargs:
          step: 2
        expected:
          - (vide)
          - 2
          - 4
          - 6
          - 8
      id: args3-kwargs3-expected3
      

      📌 Setup phase

      duration:

      0.0002619700971990824
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013588485307991505
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001599371898919344
      

      outcome:

      passed
      

    Function: test_xrange_infinite

    • Test 236
      params: args=[], kwargs={}, expected_repr="count(0)"

      📌 Runtime Parameters

      params:
        args:
      []
        kwargs:
      {}
        expected_repr: count(0)
      id: args0-kwargs0-count(0)
      

      📌 Setup phase

      duration:

      0.00026789004914462566
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016287388280034065
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001501908991485834
      

      outcome:

      passed
      
    • Test 237
      params: args=[], kwargs={"step": 2}, expected_repr="count(0, 2)"

      📌 Runtime Parameters

      params:
        args:
      []
        kwargs:
          step: 2
        expected_repr: count(0, 2)
      id: args1-kwargs1-count(0, 2)
      

      📌 Setup phase

      duration:

      0.0002621270250529051
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015715602785348892
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015390198677778244
      

      outcome:

      passed
      

    Function: test_xrange_too_many_args

    • Test 238
      params: args=[1, 2, 3, 4]

      📌 Runtime Parameters

      params:
        args:
          - 1
          - 2
          - 3
          - 4
      id: args0
      

      📌 Setup phase

      duration:

      0.0001692129299044609
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004662878345698118
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012495717965066433
      

      outcome:

      passed
      
  • 📄 test_ytils_utils.py

    Function: test_singleton_instance

    • Test 239

      📌 Setup phase

      duration:

      0.00012787082232534885
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015013385564088821
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011177198030054569
      

      outcome:

      passed
      

    Function: test_singleton_identity

    • Test 240

      📌 Setup phase

      duration:

      0.00010611303150653839
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001293141394853592
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      9.470409713685513e-05
      

      outcome:

      passed
      

    Function: test_typename

    • Test 241
      params: obj=42, expected="int"

      📌 Runtime Parameters

      params:
        obj: 42
        expected: int
      id: 42-int
      

      📌 Setup phase

      duration:

      0.00023054308257997036
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015432387590408325
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013798801228404045
      

      outcome:

      passed
      
    • Test 242
      params: obj="hello", expected="str"

      📌 Runtime Parameters

      params:
        obj: hello
        expected: str
      id: hello-str
      

      📌 Setup phase

      duration:

      0.0002171429805457592
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013256492093205452
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013842596672475338
      

      outcome:

      passed
      
    • Test 243
      params: obj="", expected="test_singleton_class"

      📌 Runtime Parameters

      params:
        obj: <test_ytils_utils.test_singleton_class object at 0x7f4802350370>
        expected: test_singleton_class
      id: obj2-test_singleton_class
      

      📌 Setup phase

      duration:

      0.0002182568423449993
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000133204972371459
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000143514946103096
      

      outcome:

      passed
      

    Function: test_next_int

    • Test 244
      params: nums=[1, 2, 3], expected=4

      📌 Runtime Parameters

      params:
        nums:
          - 1
          - 2
          - 3
        expected: 4
      id: nums0-4
      

      📌 Setup phase

      duration:

      0.00020932499319314957
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013756798580288887
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014651380479335785
      

      outcome:

      passed
      
    • Test 245
      params: nums=[10, 20], expected=21

      📌 Runtime Parameters

      params:
        nums:
          - 10
          - 20
        expected: 21
      id: nums1-21
      

      📌 Setup phase

      duration:

      0.00022149411961436272
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013742712326347828
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013804109767079353
      

      outcome:

      passed
      
    • Test 246
      params: nums=[], expected=0

      📌 Runtime Parameters

      params:
        nums:
      []
        expected: 0
      id: nums2-0
      

      📌 Setup phase

      duration:

      0.00022993190214037895
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014864606782794
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013606203719973564
      

      outcome:

      passed
      

    Function: test_zero_pad

    • Test 247
      params: i=7, n=3, expected="007"

      📌 Runtime Parameters

      params:
        i: 7
        n: 3
        expected: 007
      id: 7-3-007
      

      📌 Setup phase

      duration:

      0.00026591005735099316
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014405790716409683
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000150355976074934
      

      outcome:

      passed
      
    • Test 248
      params: i=123, n=5, expected="00123"

      📌 Runtime Parameters

      params:
        i: 123
        n: 5
        expected: 00123
      id: 123-5-00123
      

      📌 Setup phase

      duration:

      0.0002690991386771202
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014087115414440632
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014961091801524162
      

      outcome:

      passed
      
    • Test 249
      params: i=0, n=2, expected="00"

      📌 Runtime Parameters

      params:
        i: 0
        n: 2
        expected: 00
      id: 0-2-00
      

      📌 Setup phase

      duration:

      0.0002606890629976988
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013295700773596764
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001532400492578745
      

      outcome:

      passed
      

    Function: test_iround

    • Test 250
      params: val=3.6, expected=4

      📌 Runtime Parameters

      params:
        val: 3.6
        expected: 4
      id: 3.6-4
      

      📌 Setup phase

      duration:

      0.00022496189922094345
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013856193982064724
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013268995098769665
      

      outcome:

      passed
      
    • Test 251
      params: val=2.1, expected=2

      📌 Runtime Parameters

      params:
        val: 2.1
        expected: 2
      id: 2.1-2
      

      📌 Setup phase

      duration:

      0.00020808004774153233
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013662897981703281
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013526203110814095
      

      outcome:

      passed
      
    • Test 252
      params: val=-1.5, expected=-2

      📌 Runtime Parameters

      params:
        val: -1.5
        expected: -2
      id: -1.5--2
      

      📌 Setup phase

      duration:

      0.00021752901375293732
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015381304547190666
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001484300009906292
      

      outcome:

      passed
      
    • Test 253
      params: val=-1.4, expected=-1

      📌 Runtime Parameters

      params:
        val: -1.4
        expected: -1
      id: -1.4--1
      

      📌 Setup phase

      duration:

      0.0002168759237974882
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013092998415231705
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014723604544997215
      

      outcome:

      passed
      

    Function: test_sorted_naturally

    • Test 254
      params: items=["file1", "file10", "file2"], expected=["file1", "file2", "file10"]

      📌 Runtime Parameters

      params:
        items:
          - file1
          - file10
          - file2
        expected:
          - file1
          - file2
          - file10
      id: items0-expected0
      

      📌 Setup phase

      duration:

      0.00021898793056607246
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017730798572301865
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013495306484401226
      

      outcome:

      passed
      
    • Test 255
      params: items=["z9", "z10", "z2", "z1"], expected=["z1", "z2", "z9", "z10"]

      📌 Runtime Parameters

      params:
        items:
          - z9
          - z10
          - z2
          - z1
        expected:
          - z1
          - z2
          - z9
          - z10
      id: items1-expected1
      

      📌 Setup phase

      duration:

      0.00023692590184509754
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019325688481330872
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015585403889417648
      

      outcome:

      passed
      

    Function: test_sorted_naturally_reverse

    • Test 256
      params: items=["file1", "file10", "file2"], expected=["file10", "file2", "file1"]

      📌 Runtime Parameters

      params:
        items:
          - file1
          - file10
          - file2
        expected:
          - file10
          - file2
          - file1
      id: items0-expected0
      

      📌 Setup phase

      duration:

      0.0003221118822693825
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017009815201163292
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0005670529790222645
      

      outcome:

      passed
      
Failed (33)
  • 📄 test_utils_debug.py

    Function: test_short_repr

    • Test 72
      params: value="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", cutoff=10, expected="'aaaaaaaaaa..."

      📌 Runtime Parameters

      params:
        value: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
        cutoff: 10
        expected: 'aaaaaaaaaa...
      id: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-10-'aaaaaaaaaa...
      

      📌 Setup phase

      duration:

      0.00027705798856914043
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008362710941582918
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_debug.py
      lineno: 66
      message: assert "'aaaaaaaaa..." == "'aaaaaaaaaa..."
      
        - 'aaaaaaaaaa...
        ?  -
        + 'aaaaaaaaa...
      

      traceback:

      -   path: tests/test_utils_debug.py
        lineno: 66
        message: AssertionError
      

      longrepr:

      value = 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
      cutoff = 10, expected = "'aaaaaaaaaa..."
      
          @pytest.mark.parametrize(
              "value, cutoff, expected",
              [
                  ("abc", 10, "'abc'"),
                  ("a" * 100, 10, "'aaaaaaaaaa..."),
                  (12345, 10, "12345"),
                  ([0]*100, 15, str(repr([0]*100))[:15] + "..."),
                  (None, 10, "None"),
                  (type("Obj", (), {"__repr__": lambda self: "Obj(" + "x"*50 + ")"})(), 20, "Obj(xxxxxxxxxxxxxxxxx..."),
              ]
          )
      
          def test_short_repr(value, cutoff, expected):
      >       assert short_repr(value, cutoff) == expected
      E       assert "'aaaaaaaaa..." == "'aaaaaaaaaa..."
      E         
      E         - 'aaaaaaaaaa...
      E         ?  -
      E         + 'aaaaaaaaa...
      
      tests/test_utils_debug.py:66: AssertionError
      

      📌 Teardown phase

      duration:

      0.00029668002389371395
      

      outcome:

      passed
      
    • Test 76
      params: value="Obj(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)", cutoff=20, expected="Obj(xxxxxxxxxxxxxxxxx..."

      📌 Runtime Parameters

      params:
        value: Obj(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)
        cutoff: 20
        expected: Obj(xxxxxxxxxxxxxxxxx...
      id: value5-20-Obj(xxxxxxxxxxxxxxxxx...
      

      📌 Setup phase

      duration:

      0.00026514893397688866
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005641400348395109
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_debug.py
      lineno: 66
      message: AssertionError: assert 'Obj(xxxxxxxxxxxxxxxx...' == 'Obj(xxxxxxxxxxxxxxxxx...'
      
        - Obj(xxxxxxxxxxxxxxxxx...
        ?                     -
        + Obj(xxxxxxxxxxxxxxxx...
      

      traceback:

      -   path: tests/test_utils_debug.py
        lineno: 66
        message: AssertionError
      

      longrepr:

      value = Obj(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx), cutoff = 20
      expected = 'Obj(xxxxxxxxxxxxxxxxx...'
      
          @pytest.mark.parametrize(
              "value, cutoff, expected",
              [
                  ("abc", 10, "'abc'"),
                  ("a" * 100, 10, "'aaaaaaaaaa..."),
                  (12345, 10, "12345"),
                  ([0]*100, 15, str(repr([0]*100))[:15] + "..."),
                  (None, 10, "None"),
                  (type("Obj", (), {"__repr__": lambda self: "Obj(" + "x"*50 + ")"})(), 20, "Obj(xxxxxxxxxxxxxxxxx..."),
              ]
          )
      
          def test_short_repr(value, cutoff, expected):
      >       assert short_repr(value, cutoff) == expected
      E       AssertionError: assert 'Obj(xxxxxxxxxxxxxxxx...' == 'Obj(xxxxxxxxxxxxxxxxx...'
      E         
      E         - Obj(xxxxxxxxxxxxxxxxx...
      E         ?                     -
      E         + Obj(xxxxxxxxxxxxxxxx...
      
      tests/test_utils_debug.py:66: AssertionError
      

      📌 Teardown phase

      duration:

      0.0001998450607061386
      

      outcome:

      passed
      
  • 📄 test_utils_logcfg.py

    Function: test_import_logging_once_per_module

    • Test 108

      📌 Setup phase

      duration:

      0.00015309685841202736
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      1.7065331670455635
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_logcfg.py
      lineno: 87
      message: AssertionError: Expected 1 import log for 'json', found 2
      assert 2 == 1
      

      traceback:

      -   path: tests/test_utils_logcfg.py
        lineno: 87
        message: AssertionError
      

      longrepr:

      def test_import_logging_once_per_module():
              code = textwrap.dedent("""
                  import sys
                  from slic.utils.logcfg import setup_import_logging, add_log_Level, logcfg
                  from logzero import logger as log
                  import logging
      
                  add_log_Level(log, "TRACE", logging.DEBUG - 1, func_name="trace")
                  logcfg("TRACE")
                  setup_import_logging()
      
                  import json
                  import math
                  import io
                  import random
              """)
      
              with tempfile.NamedTemporaryFile("w", suffix=".py", delete=False) as tmp:
                  tmp.write(code)
                  tmp_path = tmp.name
      
              env = os.environ.copy()
              root_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
              env["PYTHONPATH"] = root_path + os.pathsep + env.get("PYTHONPATH", "")
      
              result = subprocess.run([sys.executable, tmp_path], capture_output=True, text=True, env=env)
              os.remove(tmp_path)
      
              assert result.returncode == 0, f"Script failed:\n{result.stderr}"
      
              stderr = result.stderr
              lines = stderr.splitlines()
      
              for mod in ["json", "math", "io", "random"]:
                  count = sum(1 for line in lines if f"importing: {mod}" in line)
      >           assert count == 1, f"Expected 1 import log for '{mod}', found {count}"
      E           AssertionError: Expected 1 import log for 'json', found 2
      E           assert 2 == 1
      
      tests/test_utils_logcfg.py:87: AssertionError
      

      📌 Teardown phase

      duration:

      0.0004148378502577543
      

      outcome:

      passed
      
  • 📄 test_utils_npy.py

    Function: test_nice_arange

    • Test 117
      params: start=5, stop=0, step=-1, expected="[5. 4. 3. 2. 1. 0.]"

      📌 Runtime Parameters

      params:
        start: 5
        stop: 0
        step: -1
        expected: [5. 4. 3. 2. 1. 0.]
      id: 5-0--1-expected1
      

      📌 Setup phase

      duration:

      0.0003852769732475281
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0010871398262679577
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py
      lineno: 75
      message: AssertionError: 
      Not equal to tolerance rtol=1e-06, atol=0
      
      Mismatched elements: 6 / 6 (100%)
      Max absolute difference: 5.
      Max relative difference: 3.
       x: array([0., 1., 2., 3., 4., 5.])
       y: array([5., 4., 3., 2., 1., 0.])
      

      traceback:

      -   path: tests/test_utils_npy.py
        lineno: 16
        message: None
      -   path: .pixi/envs/default/lib/python3.8/contextlib.py
        lineno: 75
        message: AssertionError
      

      longrepr:

      start = 5, stop = 0, step = -1, expected = array([5., 4., 3., 2., 1., 0.])
      
          @pytest.mark.parametrize("start, stop, step, expected", [
              (0, 5, 1, np.linspace(0, 5, 6)),                       # regular integer step
              (5, 0, -1, np.linspace(5, 0, 6)),                      # reversed with negative step
              (1, 2, 0.3, np.linspace(1, 2, 4)),                     # step doesn't divide evenly
              (-2, 2, 1.5, np.linspace(-2, 2, 3)),                   # centered range
              (2.5, 0.5, -0.4, np.linspace(2.5, 0.5, 6)),            # reversed float
          ])
          def test_nice_arange(start, stop, step, expected):
      >       np.testing.assert_allclose(nice_arange(start, stop, step), expected, rtol=1e-6)
      
      tests/test_utils_npy.py:16: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      args = (<function assert_allclose.<locals>.compare at 0x7f4802704f70>, array([0., 1., 2., 3., 4., 5.]), array([5., 4., 3., 2., 1., 0.]))
      kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-06, atol=0', 'verbose': True}
      
          @wraps(func)
          def inner(*args, **kwds):
              with self._recreate_cm():
      >           return func(*args, **kwds)
      E           AssertionError: 
      E           Not equal to tolerance rtol=1e-06, atol=0
      E           
      E           Mismatched elements: 6 / 6 (100%)
      E           Max absolute difference: 5.
      E           Max relative difference: 3.
      E            x: array([0., 1., 2., 3., 4., 5.])
      E            y: array([5., 4., 3., 2., 1., 0.])
      
      .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError
      

      📌 Teardown phase

      duration:

      0.00022625504061579704
      

      outcome:

      passed
      
    • Test 119
      params: start=-2, stop=2, step=1.5, expected="[-2. 0. 2.]"

      📌 Runtime Parameters

      params:
        start: -2
        stop: 2
        step: 1.5
        expected: [-2.  0.  2.]
      id: -2-2-1.5-expected3
      

      📌 Setup phase

      duration:

      0.00036613200791180134
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005633439868688583
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py
      lineno: 75
      message: AssertionError: 
      Not equal to tolerance rtol=1e-06, atol=0
      
      (shapes (4,), (3,) mismatch)
       x: array([-2.      , -0.666667,  0.666667,  2.      ])
       y: array([-2.,  0.,  2.])
      

      traceback:

      -   path: tests/test_utils_npy.py
        lineno: 16
        message: None
      -   path: .pixi/envs/default/lib/python3.8/contextlib.py
        lineno: 75
        message: AssertionError
      

      longrepr:

      start = -2, stop = 2, step = 1.5, expected = array([-2.,  0.,  2.])
      
          @pytest.mark.parametrize("start, stop, step, expected", [
              (0, 5, 1, np.linspace(0, 5, 6)),                       # regular integer step
              (5, 0, -1, np.linspace(5, 0, 6)),                      # reversed with negative step
              (1, 2, 0.3, np.linspace(1, 2, 4)),                     # step doesn't divide evenly
              (-2, 2, 1.5, np.linspace(-2, 2, 3)),                   # centered range
              (2.5, 0.5, -0.4, np.linspace(2.5, 0.5, 6)),            # reversed float
          ])
          def test_nice_arange(start, stop, step, expected):
      >       np.testing.assert_allclose(nice_arange(start, stop, step), expected, rtol=1e-6)
      
      tests/test_utils_npy.py:16: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      args = (<function assert_allclose.<locals>.compare at 0x7f4802704d30>, array([-2.        , -0.66666667,  0.66666667,  2.        ]), array([-2.,  0.,  2.]))
      kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-06, atol=0', 'verbose': True}
      
          @wraps(func)
          def inner(*args, **kwds):
              with self._recreate_cm():
      >           return func(*args, **kwds)
      E           AssertionError: 
      E           Not equal to tolerance rtol=1e-06, atol=0
      E           
      E           (shapes (4,), (3,) mismatch)
      E            x: array([-2.      , -0.666667,  0.666667,  2.      ])
      E            y: array([-2.,  0.,  2.])
      
      .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError
      

      📌 Teardown phase

      duration:

      0.0002454121131449938
      

      outcome:

      passed
      
    • Test 120
      params: start=2.5, stop=0.5, step=-0.4, expected="[2.5 2.1 1.7 1.3 0.9 0.5]"

      📌 Runtime Parameters

      params:
        start: 2.5
        stop: 0.5
        step: -0.4
        expected: [2.5 2.1 1.7 1.3 0.9 0.5]
      id: 2.5-0.5--0.4-expected4
      

      📌 Setup phase

      duration:

      0.00036227121017873287
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008464730344712734
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py
      lineno: 75
      message: AssertionError: 
      Not equal to tolerance rtol=1e-06, atol=0
      
      Mismatched elements: 6 / 6 (100%)
      Max absolute difference: 2.
      Max relative difference: 4.
       x: array([0.5, 0.9, 1.3, 1.7, 2.1, 2.5])
       y: array([2.5, 2.1, 1.7, 1.3, 0.9, 0.5])
      

      traceback:

      -   path: tests/test_utils_npy.py
        lineno: 16
        message: None
      -   path: .pixi/envs/default/lib/python3.8/contextlib.py
        lineno: 75
        message: AssertionError
      

      longrepr:

      start = 2.5, stop = 0.5, step = -0.4
      expected = array([2.5, 2.1, 1.7, 1.3, 0.9, 0.5])
      
          @pytest.mark.parametrize("start, stop, step, expected", [
              (0, 5, 1, np.linspace(0, 5, 6)),                       # regular integer step
              (5, 0, -1, np.linspace(5, 0, 6)),                      # reversed with negative step
              (1, 2, 0.3, np.linspace(1, 2, 4)),                     # step doesn't divide evenly
              (-2, 2, 1.5, np.linspace(-2, 2, 3)),                   # centered range
              (2.5, 0.5, -0.4, np.linspace(2.5, 0.5, 6)),            # reversed float
          ])
          def test_nice_arange(start, stop, step, expected):
      >       np.testing.assert_allclose(nice_arange(start, stop, step), expected, rtol=1e-6)
      
      tests/test_utils_npy.py:16: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      args = (<function assert_allclose.<locals>.compare at 0x7f4802704f70>, array([0.5, 0.9, 1.3, 1.7, 2.1, 2.5]), array([2.5, 2.1, 1.7, 1.3, 0.9, 0.5]))
      kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-06, atol=0', 'verbose': True}
      
          @wraps(func)
          def inner(*args, **kwds):
              with self._recreate_cm():
      >           return func(*args, **kwds)
      E           AssertionError: 
      E           Not equal to tolerance rtol=1e-06, atol=0
      E           
      E           Mismatched elements: 6 / 6 (100%)
      E           Max absolute difference: 2.
      E           Max relative difference: 4.
      E            x: array([0.5, 0.9, 1.3, 1.7, 2.1, 2.5])
      E            y: array([2.5, 2.1, 1.7, 1.3, 0.9, 0.5])
      
      .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError
      

      📌 Teardown phase

      duration:

      0.00024772691540420055
      

      outcome:

      passed
      

    Function: test_nice_steps_left_aligned

    • Test 132
      params: start=0, stop=5, step=2, endpoint=true, expected="[0. 2. 4. 6.]"

      📌 Runtime Parameters

      params:
        start: 0
        stop: 5
        step: 2
        endpoint: True
        expected: [0. 2. 4. 6.]
      id: 0-5-2-True-expected0
      

      📌 Setup phase

      duration:

      0.00039103301241993904
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005259169265627861
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py
      lineno: 75
      message: AssertionError: 
      Not equal to tolerance rtol=1e-07, atol=0
      
      (shapes (3,), (4,) mismatch)
       x: array([0, 2, 4])
       y: array([0., 2., 4., 6.])
      

      traceback:

      -   path: tests/test_utils_npy.py
        lineno: 53
        message: None
      -   path: .pixi/envs/default/lib/python3.8/contextlib.py
        lineno: 75
        message: AssertionError
      

      longrepr:

      start = 0, stop = 5, step = 2, endpoint = True
      expected = array([0., 2., 4., 6.])
      
          @pytest.mark.parametrize("start, stop, step, endpoint, expected", [
              (0, 5, 2, True, np.array([0., 2., 4., 6.])),               # Normal case with endpoint overshooting
              (0, 5, 2, False, np.array([0., 2., 4.])),                  # No endpoint
              (-1, 2, 1.5, True, np.array([-1., 0.5, 2.])),              # Needs fractional alignment to include stop
              (-1, 2, 1.5, False, np.array([-1., 0.5])),                 # Same range but no endpoint
              (-2, 1, 1.2, True, np.array([-2., -0.8, 0.4, 1.6])),       # Step overshoots
              (5, 0, -2, True, np.array([5., 3., 1., -1.])),             # Backward steps with overshoot
              (5, 0, -2, False, np.array([5., 3., 1.])),                 # No endpoint, backward
          ])
          def test_nice_steps_left_aligned(start, stop, step, endpoint, expected):
      >       np.testing.assert_allclose(nice_steps_left_aligned(start, stop, step, endpoint), expected)
      
      tests/test_utils_npy.py:53: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      args = (<function assert_allclose.<locals>.compare at 0x7f48016f3a60>, array([0, 2, 4]), array([0., 2., 4., 6.]))
      kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True}
      
          @wraps(func)
          def inner(*args, **kwds):
              with self._recreate_cm():
      >           return func(*args, **kwds)
      E           AssertionError: 
      E           Not equal to tolerance rtol=1e-07, atol=0
      E           
      E           (shapes (3,), (4,) mismatch)
      E            x: array([0, 2, 4])
      E            y: array([0., 2., 4., 6.])
      
      .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError
      

      📌 Teardown phase

      duration:

      0.0002291640266776085
      

      outcome:

      passed
      
    • Test 133
      params: start=0, stop=5, step=2, endpoint=false, expected="[0. 2. 4.]"

      📌 Runtime Parameters

      params:
        start: 0
        stop: 5
        step: 2
        endpoint: False
        expected: [0. 2. 4.]
      id: 0-5-2-False-expected1
      

      📌 Setup phase

      duration:

      0.00039367005228996277
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004892009310424328
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py
      lineno: 75
      message: AssertionError: 
      Not equal to tolerance rtol=1e-07, atol=0
      
      (shapes (2,), (3,) mismatch)
       x: array([0, 2])
       y: array([0., 2., 4.])
      

      traceback:

      -   path: tests/test_utils_npy.py
        lineno: 53
        message: None
      -   path: .pixi/envs/default/lib/python3.8/contextlib.py
        lineno: 75
        message: AssertionError
      

      longrepr:

      start = 0, stop = 5, step = 2, endpoint = False, expected = array([0., 2., 4.])
      
          @pytest.mark.parametrize("start, stop, step, endpoint, expected", [
              (0, 5, 2, True, np.array([0., 2., 4., 6.])),               # Normal case with endpoint overshooting
              (0, 5, 2, False, np.array([0., 2., 4.])),                  # No endpoint
              (-1, 2, 1.5, True, np.array([-1., 0.5, 2.])),              # Needs fractional alignment to include stop
              (-1, 2, 1.5, False, np.array([-1., 0.5])),                 # Same range but no endpoint
              (-2, 1, 1.2, True, np.array([-2., -0.8, 0.4, 1.6])),       # Step overshoots
              (5, 0, -2, True, np.array([5., 3., 1., -1.])),             # Backward steps with overshoot
              (5, 0, -2, False, np.array([5., 3., 1.])),                 # No endpoint, backward
          ])
          def test_nice_steps_left_aligned(start, stop, step, endpoint, expected):
      >       np.testing.assert_allclose(nice_steps_left_aligned(start, stop, step, endpoint), expected)
      
      tests/test_utils_npy.py:53: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      args = (<function assert_allclose.<locals>.compare at 0x7f48016f3790>, array([0, 2]), array([0., 2., 4.]))
      kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True}
      
          @wraps(func)
          def inner(*args, **kwds):
              with self._recreate_cm():
      >           return func(*args, **kwds)
      E           AssertionError: 
      E           Not equal to tolerance rtol=1e-07, atol=0
      E           
      E           (shapes (2,), (3,) mismatch)
      E            x: array([0, 2])
      E            y: array([0., 2., 4.])
      
      .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError
      

      📌 Teardown phase

      duration:

      0.00025893980637192726
      

      outcome:

      passed
      
    • Test 136
      params: start=-2, stop=1, step=1.2, endpoint=true, expected="[-2. -0.8 0.4 1.6]"

      📌 Runtime Parameters

      params:
        start: -2
        stop: 1
        step: 1.2
        endpoint: True
        expected: [-2.  -0.8  0.4  1.6]
      id: -2-1-1.2-True-expected4
      

      📌 Setup phase

      duration:

      0.0003860469441860914
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005129128694534302
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py
      lineno: 75
      message: AssertionError: 
      Not equal to tolerance rtol=1e-07, atol=0
      
      (shapes (3,), (4,) mismatch)
       x: array([-2. , -0.8,  0.4])
       y: array([-2. , -0.8,  0.4,  1.6])
      

      traceback:

      -   path: tests/test_utils_npy.py
        lineno: 53
        message: None
      -   path: .pixi/envs/default/lib/python3.8/contextlib.py
        lineno: 75
        message: AssertionError
      

      longrepr:

      start = -2, stop = 1, step = 1.2, endpoint = True
      expected = array([-2. , -0.8,  0.4,  1.6])
      
          @pytest.mark.parametrize("start, stop, step, endpoint, expected", [
              (0, 5, 2, True, np.array([0., 2., 4., 6.])),               # Normal case with endpoint overshooting
              (0, 5, 2, False, np.array([0., 2., 4.])),                  # No endpoint
              (-1, 2, 1.5, True, np.array([-1., 0.5, 2.])),              # Needs fractional alignment to include stop
              (-1, 2, 1.5, False, np.array([-1., 0.5])),                 # Same range but no endpoint
              (-2, 1, 1.2, True, np.array([-2., -0.8, 0.4, 1.6])),       # Step overshoots
              (5, 0, -2, True, np.array([5., 3., 1., -1.])),             # Backward steps with overshoot
              (5, 0, -2, False, np.array([5., 3., 1.])),                 # No endpoint, backward
          ])
          def test_nice_steps_left_aligned(start, stop, step, endpoint, expected):
      >       np.testing.assert_allclose(nice_steps_left_aligned(start, stop, step, endpoint), expected)
      
      tests/test_utils_npy.py:53: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      args = (<function assert_allclose.<locals>.compare at 0x7f48016f3670>, array([-2. , -0.8,  0.4]), array([-2. , -0.8,  0.4,  1.6]))
      kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True}
      
          @wraps(func)
          def inner(*args, **kwds):
              with self._recreate_cm():
      >           return func(*args, **kwds)
      E           AssertionError: 
      E           Not equal to tolerance rtol=1e-07, atol=0
      E           
      E           (shapes (3,), (4,) mismatch)
      E            x: array([-2. , -0.8,  0.4])
      E            y: array([-2. , -0.8,  0.4,  1.6])
      
      .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError
      

      📌 Teardown phase

      duration:

      0.00023775780573487282
      

      outcome:

      passed
      
    • Test 137
      params: start=5, stop=0, step=-2, endpoint=true, expected="[ 5. 3. 1. -1.]"

      📌 Runtime Parameters

      params:
        start: 5
        stop: 0
        step: -2
        endpoint: True
        expected: [ 5.  3.  1. -1.]
      id: 5-0--2-True-expected5
      

      📌 Setup phase

      duration:

      0.0003933070693165064
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005129331257194281
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py
      lineno: 75
      message: AssertionError: 
      Not equal to tolerance rtol=1e-07, atol=0
      
      (shapes (3,), (4,) mismatch)
       x: array([0, 2, 4])
       y: array([ 5.,  3.,  1., -1.])
      

      traceback:

      -   path: tests/test_utils_npy.py
        lineno: 53
        message: None
      -   path: .pixi/envs/default/lib/python3.8/contextlib.py
        lineno: 75
        message: AssertionError
      

      longrepr:

      start = 5, stop = 0, step = -2, endpoint = True
      expected = array([ 5.,  3.,  1., -1.])
      
          @pytest.mark.parametrize("start, stop, step, endpoint, expected", [
              (0, 5, 2, True, np.array([0., 2., 4., 6.])),               # Normal case with endpoint overshooting
              (0, 5, 2, False, np.array([0., 2., 4.])),                  # No endpoint
              (-1, 2, 1.5, True, np.array([-1., 0.5, 2.])),              # Needs fractional alignment to include stop
              (-1, 2, 1.5, False, np.array([-1., 0.5])),                 # Same range but no endpoint
              (-2, 1, 1.2, True, np.array([-2., -0.8, 0.4, 1.6])),       # Step overshoots
              (5, 0, -2, True, np.array([5., 3., 1., -1.])),             # Backward steps with overshoot
              (5, 0, -2, False, np.array([5., 3., 1.])),                 # No endpoint, backward
          ])
          def test_nice_steps_left_aligned(start, stop, step, endpoint, expected):
      >       np.testing.assert_allclose(nice_steps_left_aligned(start, stop, step, endpoint), expected)
      
      tests/test_utils_npy.py:53: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      args = (<function assert_allclose.<locals>.compare at 0x7f48016c0310>, array([0, 2, 4]), array([ 5.,  3.,  1., -1.]))
      kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True}
      
          @wraps(func)
          def inner(*args, **kwds):
              with self._recreate_cm():
      >           return func(*args, **kwds)
      E           AssertionError: 
      E           Not equal to tolerance rtol=1e-07, atol=0
      E           
      E           (shapes (3,), (4,) mismatch)
      E            x: array([0, 2, 4])
      E            y: array([ 5.,  3.,  1., -1.])
      
      .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError
      

      📌 Teardown phase

      duration:

      0.00024132290855050087
      

      outcome:

      passed
      
    • Test 138
      params: start=5, stop=0, step=-2, endpoint=false, expected="[5. 3. 1.]"

      📌 Runtime Parameters

      params:
        start: 5
        stop: 0
        step: -2
        endpoint: False
        expected: [5. 3. 1.]
      id: 5-0--2-False-expected6
      

      📌 Setup phase

      duration:

      0.0004248667974025011
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004896761383861303
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py
      lineno: 75
      message: AssertionError: 
      Not equal to tolerance rtol=1e-07, atol=0
      
      (shapes (2,), (3,) mismatch)
       x: array([0, 2])
       y: array([5., 3., 1.])
      

      traceback:

      -   path: tests/test_utils_npy.py
        lineno: 53
        message: None
      -   path: .pixi/envs/default/lib/python3.8/contextlib.py
        lineno: 75
        message: AssertionError
      

      longrepr:

      start = 5, stop = 0, step = -2, endpoint = False, expected = array([5., 3., 1.])
      
          @pytest.mark.parametrize("start, stop, step, endpoint, expected", [
              (0, 5, 2, True, np.array([0., 2., 4., 6.])),               # Normal case with endpoint overshooting
              (0, 5, 2, False, np.array([0., 2., 4.])),                  # No endpoint
              (-1, 2, 1.5, True, np.array([-1., 0.5, 2.])),              # Needs fractional alignment to include stop
              (-1, 2, 1.5, False, np.array([-1., 0.5])),                 # Same range but no endpoint
              (-2, 1, 1.2, True, np.array([-2., -0.8, 0.4, 1.6])),       # Step overshoots
              (5, 0, -2, True, np.array([5., 3., 1., -1.])),             # Backward steps with overshoot
              (5, 0, -2, False, np.array([5., 3., 1.])),                 # No endpoint, backward
          ])
          def test_nice_steps_left_aligned(start, stop, step, endpoint, expected):
      >       np.testing.assert_allclose(nice_steps_left_aligned(start, stop, step, endpoint), expected)
      
      tests/test_utils_npy.py:53: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      args = (<function assert_allclose.<locals>.compare at 0x7f48016c0ee0>, array([0, 2]), array([5., 3., 1.]))
      kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True}
      
          @wraps(func)
          def inner(*args, **kwds):
              with self._recreate_cm():
      >           return func(*args, **kwds)
      E           AssertionError: 
      E           Not equal to tolerance rtol=1e-07, atol=0
      E           
      E           (shapes (2,), (3,) mismatch)
      E            x: array([0, 2])
      E            y: array([5., 3., 1.])
      
      .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError
      

      📌 Teardown phase

      duration:

      0.00025901105254888535
      

      outcome:

      passed
      

    Function: test_nice_steps_right_aligned

    • Test 139
      params: start=0, stop=5, step=2, endpoint=true, expected="[6. 4. 2. 0.]"

      📌 Runtime Parameters

      params:
        start: 0
        stop: 5
        step: 2
        endpoint: True
        expected: [6. 4. 2. 0.]
      id: 0-5-2-True-expected0
      

      📌 Setup phase

      duration:

      0.0003954197745770216
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004953769966959953
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py
      lineno: 75
      message: AssertionError: 
      Not equal to tolerance rtol=1e-07, atol=0
      
      (shapes (3,), (4,) mismatch)
       x: array([1, 3, 5])
       y: array([6., 4., 2., 0.])
      

      traceback:

      -   path: tests/test_utils_npy.py
        lineno: 67
        message: None
      -   path: .pixi/envs/default/lib/python3.8/contextlib.py
        lineno: 75
        message: AssertionError
      

      longrepr:

      start = 0, stop = 5, step = 2, endpoint = True
      expected = array([6., 4., 2., 0.])
      
          @pytest.mark.parametrize("start, stop, step, endpoint, expected", [
              (0, 5, 2, True, np.array([6., 4., 2., 0.])),               # Right-aligned, overshoots left
              (0, 5, 2, False, np.array([4., 2., 0.])),                  # Right-aligned, no endpoint
              (-1, 2, 1.5, True, np.array([2., 0.5, -1.])),              # Step doesn t divide evenly, reverse it
              (-1, 2, 1.5, False, np.array([0.5, -1.])),                 # Without endpoint
              (5, 0, -2, True, np.array([5., 3., 1., -1.])),             # Negative step, includes endpoint overshoot
              (5, 0, -2, False, np.array([3., 1., -1.])),                # No endpoint, skips last one
              (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])),        # Large symmetric range, reverse
          ])
          def test_nice_steps_right_aligned(start, stop, step, endpoint, expected):
      >       np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected)
      
      tests/test_utils_npy.py:67: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      args = (<function assert_allclose.<locals>.compare at 0x7f48016c0af0>, array([1, 3, 5]), array([6., 4., 2., 0.]))
      kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True}
      
          @wraps(func)
          def inner(*args, **kwds):
              with self._recreate_cm():
      >           return func(*args, **kwds)
      E           AssertionError: 
      E           Not equal to tolerance rtol=1e-07, atol=0
      E           
      E           (shapes (3,), (4,) mismatch)
      E            x: array([1, 3, 5])
      E            y: array([6., 4., 2., 0.])
      
      .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError
      

      📌 Teardown phase

      duration:

      0.0002624969929456711
      

      outcome:

      passed
      
    • Test 140
      params: start=0, stop=5, step=2, endpoint=false, expected="[4. 2. 0.]"

      📌 Runtime Parameters

      params:
        start: 0
        stop: 5
        step: 2
        endpoint: False
        expected: [4. 2. 0.]
      id: 0-5-2-False-expected1
      

      📌 Setup phase

      duration:

      0.00039695599116384983
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005067710299044847
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py
      lineno: 75
      message: AssertionError: 
      Not equal to tolerance rtol=1e-07, atol=0
      
      (shapes (2,), (3,) mismatch)
       x: array([3, 5])
       y: array([4., 2., 0.])
      

      traceback:

      -   path: tests/test_utils_npy.py
        lineno: 67
        message: None
      -   path: .pixi/envs/default/lib/python3.8/contextlib.py
        lineno: 75
        message: AssertionError
      

      longrepr:

      start = 0, stop = 5, step = 2, endpoint = False, expected = array([4., 2., 0.])
      
          @pytest.mark.parametrize("start, stop, step, endpoint, expected", [
              (0, 5, 2, True, np.array([6., 4., 2., 0.])),               # Right-aligned, overshoots left
              (0, 5, 2, False, np.array([4., 2., 0.])),                  # Right-aligned, no endpoint
              (-1, 2, 1.5, True, np.array([2., 0.5, -1.])),              # Step doesn t divide evenly, reverse it
              (-1, 2, 1.5, False, np.array([0.5, -1.])),                 # Without endpoint
              (5, 0, -2, True, np.array([5., 3., 1., -1.])),             # Negative step, includes endpoint overshoot
              (5, 0, -2, False, np.array([3., 1., -1.])),                # No endpoint, skips last one
              (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])),        # Large symmetric range, reverse
          ])
          def test_nice_steps_right_aligned(start, stop, step, endpoint, expected):
      >       np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected)
      
      tests/test_utils_npy.py:67: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      args = (<function assert_allclose.<locals>.compare at 0x7f48016d1d30>, array([3, 5]), array([4., 2., 0.]))
      kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True}
      
          @wraps(func)
          def inner(*args, **kwds):
              with self._recreate_cm():
      >           return func(*args, **kwds)
      E           AssertionError: 
      E           Not equal to tolerance rtol=1e-07, atol=0
      E           
      E           (shapes (2,), (3,) mismatch)
      E            x: array([3, 5])
      E            y: array([4., 2., 0.])
      
      .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError
      

      📌 Teardown phase

      duration:

      0.00027740304358303547
      

      outcome:

      passed
      
    • Test 141
      params: start=-1, stop=2, step=1.5, endpoint=true, expected="[ 2. 0.5 -1. ]"

      📌 Runtime Parameters

      params:
        start: -1
        stop: 2
        step: 1.5
        endpoint: True
        expected: [ 2.   0.5 -1. ]
      id: -1-2-1.5-True-expected2
      

      📌 Setup phase

      duration:

      0.00039215595461428165
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0009049498476088047
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py
      lineno: 75
      message: AssertionError: 
      Not equal to tolerance rtol=1e-07, atol=0
      
      Mismatched elements: 2 / 3 (66.7%)
      Max absolute difference: 3.
      Max relative difference: 3.
       x: array([-1. ,  0.5,  2. ])
       y: array([ 2. ,  0.5, -1. ])
      

      traceback:

      -   path: tests/test_utils_npy.py
        lineno: 67
        message: None
      -   path: .pixi/envs/default/lib/python3.8/contextlib.py
        lineno: 75
        message: AssertionError
      

      longrepr:

      start = -1, stop = 2, step = 1.5, endpoint = True
      expected = array([ 2. ,  0.5, -1. ])
      
          @pytest.mark.parametrize("start, stop, step, endpoint, expected", [
              (0, 5, 2, True, np.array([6., 4., 2., 0.])),               # Right-aligned, overshoots left
              (0, 5, 2, False, np.array([4., 2., 0.])),                  # Right-aligned, no endpoint
              (-1, 2, 1.5, True, np.array([2., 0.5, -1.])),              # Step doesn t divide evenly, reverse it
              (-1, 2, 1.5, False, np.array([0.5, -1.])),                 # Without endpoint
              (5, 0, -2, True, np.array([5., 3., 1., -1.])),             # Negative step, includes endpoint overshoot
              (5, 0, -2, False, np.array([3., 1., -1.])),                # No endpoint, skips last one
              (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])),        # Large symmetric range, reverse
          ])
          def test_nice_steps_right_aligned(start, stop, step, endpoint, expected):
      >       np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected)
      
      tests/test_utils_npy.py:67: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      args = (<function assert_allclose.<locals>.compare at 0x7f48016d1940>, array([-1. ,  0.5,  2. ]), array([ 2. ,  0.5, -1. ]))
      kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True}
      
          @wraps(func)
          def inner(*args, **kwds):
              with self._recreate_cm():
      >           return func(*args, **kwds)
      E           AssertionError: 
      E           Not equal to tolerance rtol=1e-07, atol=0
      E           
      E           Mismatched elements: 2 / 3 (66.7%)
      E           Max absolute difference: 3.
      E           Max relative difference: 3.
      E            x: array([-1. ,  0.5,  2. ])
      E            y: array([ 2. ,  0.5, -1. ])
      
      .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError
      

      📌 Teardown phase

      duration:

      0.00027425913140177727
      

      outcome:

      passed
      
    • Test 142
      params: start=-1, stop=2, step=1.5, endpoint=false, expected="[ 0.5 -1. ]"

      📌 Runtime Parameters

      params:
        start: -1
        stop: 2
        step: 1.5
        endpoint: False
        expected: [ 0.5 -1. ]
      id: -1-2-1.5-False-expected3
      

      📌 Setup phase

      duration:

      0.00040961289778351784
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000887271948158741
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py
      lineno: 75
      message: AssertionError: 
      Not equal to tolerance rtol=1e-07, atol=0
      
      Mismatched elements: 1 / 2 (50%)
      Max absolute difference: 3.
      Max relative difference: 3.
       x: array([0.5, 2. ])
       y: array([ 0.5, -1. ])
      

      traceback:

      -   path: tests/test_utils_npy.py
        lineno: 67
        message: None
      -   path: .pixi/envs/default/lib/python3.8/contextlib.py
        lineno: 75
        message: AssertionError
      

      longrepr:

      start = -1, stop = 2, step = 1.5, endpoint = False
      expected = array([ 0.5, -1. ])
      
          @pytest.mark.parametrize("start, stop, step, endpoint, expected", [
              (0, 5, 2, True, np.array([6., 4., 2., 0.])),               # Right-aligned, overshoots left
              (0, 5, 2, False, np.array([4., 2., 0.])),                  # Right-aligned, no endpoint
              (-1, 2, 1.5, True, np.array([2., 0.5, -1.])),              # Step doesn t divide evenly, reverse it
              (-1, 2, 1.5, False, np.array([0.5, -1.])),                 # Without endpoint
              (5, 0, -2, True, np.array([5., 3., 1., -1.])),             # Negative step, includes endpoint overshoot
              (5, 0, -2, False, np.array([3., 1., -1.])),                # No endpoint, skips last one
              (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])),        # Large symmetric range, reverse
          ])
          def test_nice_steps_right_aligned(start, stop, step, endpoint, expected):
      >       np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected)
      
      tests/test_utils_npy.py:67: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      args = (<function assert_allclose.<locals>.compare at 0x7f48016d19d0>, array([0.5, 2. ]), array([ 0.5, -1. ]))
      kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True}
      
          @wraps(func)
          def inner(*args, **kwds):
              with self._recreate_cm():
      >           return func(*args, **kwds)
      E           AssertionError: 
      E           Not equal to tolerance rtol=1e-07, atol=0
      E           
      E           Mismatched elements: 1 / 2 (50%)
      E           Max absolute difference: 3.
      E           Max relative difference: 3.
      E            x: array([0.5, 2. ])
      E            y: array([ 0.5, -1. ])
      
      .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError
      

      📌 Teardown phase

      duration:

      0.00028535001911222935
      

      outcome:

      passed
      
    • Test 143
      params: start=5, stop=0, step=-2, endpoint=true, expected="[ 5. 3. 1. -1.]"

      📌 Runtime Parameters

      params:
        start: 5
        stop: 0
        step: -2
        endpoint: True
        expected: [ 5.  3.  1. -1.]
      id: 5-0--2-True-expected4
      

      📌 Setup phase

      duration:

      0.0004295839462429285
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005320508498698473
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py
      lineno: 75
      message: AssertionError: 
      Not equal to tolerance rtol=1e-07, atol=0
      
      (shapes (3,), (4,) mismatch)
       x: array([1, 3, 5])
       y: array([ 5.,  3.,  1., -1.])
      

      traceback:

      -   path: tests/test_utils_npy.py
        lineno: 67
        message: None
      -   path: .pixi/envs/default/lib/python3.8/contextlib.py
        lineno: 75
        message: AssertionError
      

      longrepr:

      start = 5, stop = 0, step = -2, endpoint = True
      expected = array([ 5.,  3.,  1., -1.])
      
          @pytest.mark.parametrize("start, stop, step, endpoint, expected", [
              (0, 5, 2, True, np.array([6., 4., 2., 0.])),               # Right-aligned, overshoots left
              (0, 5, 2, False, np.array([4., 2., 0.])),                  # Right-aligned, no endpoint
              (-1, 2, 1.5, True, np.array([2., 0.5, -1.])),              # Step doesn t divide evenly, reverse it
              (-1, 2, 1.5, False, np.array([0.5, -1.])),                 # Without endpoint
              (5, 0, -2, True, np.array([5., 3., 1., -1.])),             # Negative step, includes endpoint overshoot
              (5, 0, -2, False, np.array([3., 1., -1.])),                # No endpoint, skips last one
              (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])),        # Large symmetric range, reverse
          ])
          def test_nice_steps_right_aligned(start, stop, step, endpoint, expected):
      >       np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected)
      
      tests/test_utils_npy.py:67: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      args = (<function assert_allclose.<locals>.compare at 0x7f48016d1dc0>, array([1, 3, 5]), array([ 5.,  3.,  1., -1.]))
      kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True}
      
          @wraps(func)
          def inner(*args, **kwds):
              with self._recreate_cm():
      >           return func(*args, **kwds)
      E           AssertionError: 
      E           Not equal to tolerance rtol=1e-07, atol=0
      E           
      E           (shapes (3,), (4,) mismatch)
      E            x: array([1, 3, 5])
      E            y: array([ 5.,  3.,  1., -1.])
      
      .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError
      

      📌 Teardown phase

      duration:

      0.000367102911695838
      

      outcome:

      passed
      
    • Test 144
      params: start=5, stop=0, step=-2, endpoint=false, expected="[ 3. 1. -1.]"

      📌 Runtime Parameters

      params:
        start: 5
        stop: 0
        step: -2
        endpoint: False
        expected: [ 3.  1. -1.]
      id: 5-0--2-False-expected5
      

      📌 Setup phase

      duration:

      0.0004561389796435833
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006208110135048628
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py
      lineno: 75
      message: AssertionError: 
      Not equal to tolerance rtol=1e-07, atol=0
      
      (shapes (2,), (3,) mismatch)
       x: array([3, 5])
       y: array([ 3.,  1., -1.])
      

      traceback:

      -   path: tests/test_utils_npy.py
        lineno: 67
        message: None
      -   path: .pixi/envs/default/lib/python3.8/contextlib.py
        lineno: 75
        message: AssertionError
      

      longrepr:

      start = 5, stop = 0, step = -2, endpoint = False
      expected = array([ 3.,  1., -1.])
      
          @pytest.mark.parametrize("start, stop, step, endpoint, expected", [
              (0, 5, 2, True, np.array([6., 4., 2., 0.])),               # Right-aligned, overshoots left
              (0, 5, 2, False, np.array([4., 2., 0.])),                  # Right-aligned, no endpoint
              (-1, 2, 1.5, True, np.array([2., 0.5, -1.])),              # Step doesn t divide evenly, reverse it
              (-1, 2, 1.5, False, np.array([0.5, -1.])),                 # Without endpoint
              (5, 0, -2, True, np.array([5., 3., 1., -1.])),             # Negative step, includes endpoint overshoot
              (5, 0, -2, False, np.array([3., 1., -1.])),                # No endpoint, skips last one
              (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])),        # Large symmetric range, reverse
          ])
          def test_nice_steps_right_aligned(start, stop, step, endpoint, expected):
      >       np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected)
      
      tests/test_utils_npy.py:67: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      args = (<function assert_allclose.<locals>.compare at 0x7f48016cf280>, array([3, 5]), array([ 3.,  1., -1.]))
      kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True}
      
          @wraps(func)
          def inner(*args, **kwds):
              with self._recreate_cm():
      >           return func(*args, **kwds)
      E           AssertionError: 
      E           Not equal to tolerance rtol=1e-07, atol=0
      E           
      E           (shapes (2,), (3,) mismatch)
      E            x: array([3, 5])
      E            y: array([ 3.,  1., -1.])
      
      .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError
      

      📌 Teardown phase

      duration:

      0.0002980087883770466
      

      outcome:

      passed
      
    • Test 145
      params: start=-3, stop=3, step=2, endpoint=true, expected="[ 5. 3. 1. -1. -3.]"

      📌 Runtime Parameters

      params:
        start: -3
        stop: 3
        step: 2
        endpoint: True
        expected: [ 5.  3.  1. -1. -3.]
      id: -3-3-2-True-expected6
      

      📌 Setup phase

      duration:

      0.00042111100628972054
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000549339922145009
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py
      lineno: 75
      message: AssertionError: 
      Not equal to tolerance rtol=1e-07, atol=0
      
      (shapes (4,), (5,) mismatch)
       x: array([-3, -1,  1,  3])
       y: array([ 5.,  3.,  1., -1., -3.])
      

      traceback:

      -   path: tests/test_utils_npy.py
        lineno: 67
        message: None
      -   path: .pixi/envs/default/lib/python3.8/contextlib.py
        lineno: 75
        message: AssertionError
      

      longrepr:

      start = -3, stop = 3, step = 2, endpoint = True
      expected = array([ 5.,  3.,  1., -1., -3.])
      
          @pytest.mark.parametrize("start, stop, step, endpoint, expected", [
              (0, 5, 2, True, np.array([6., 4., 2., 0.])),               # Right-aligned, overshoots left
              (0, 5, 2, False, np.array([4., 2., 0.])),                  # Right-aligned, no endpoint
              (-1, 2, 1.5, True, np.array([2., 0.5, -1.])),              # Step doesn t divide evenly, reverse it
              (-1, 2, 1.5, False, np.array([0.5, -1.])),                 # Without endpoint
              (5, 0, -2, True, np.array([5., 3., 1., -1.])),             # Negative step, includes endpoint overshoot
              (5, 0, -2, False, np.array([3., 1., -1.])),                # No endpoint, skips last one
              (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])),        # Large symmetric range, reverse
          ])
          def test_nice_steps_right_aligned(start, stop, step, endpoint, expected):
      >       np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected)
      
      tests/test_utils_npy.py:67: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      args = (<function assert_allclose.<locals>.compare at 0x7f48016d7ee0>, array([-3, -1,  1,  3]), array([ 5.,  3.,  1., -1., -3.]))
      kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True}
      
          @wraps(func)
          def inner(*args, **kwds):
              with self._recreate_cm():
      >           return func(*args, **kwds)
      E           AssertionError: 
      E           Not equal to tolerance rtol=1e-07, atol=0
      E           
      E           (shapes (4,), (5,) mismatch)
      E            x: array([-3, -1,  1,  3])
      E            y: array([ 5.,  3.,  1., -1., -3.])
      
      .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError
      

      📌 Teardown phase

      duration:

      0.0003205020911991596
      

      outcome:

      passed
      
  • 📄 test_utils_path.py

    Function: test_can_create_all_files_user_says_yes

    • Test 167

      📌 Setup phase

      duration:

      0.00012474600225687027
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006081389728933573
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/slic/utils/ask_yes_no.py
      lineno: 35
      message: TypeError: <lambda>() got an unexpected keyword argument 'default'
      

      traceback:

      -   path: tests/test_utils_path.py
        lineno: 26
        message: None
      -   path: slic/utils/path.py
        lineno: 9
        message: in can_create_all_files
      -   path: slic/utils/path.py
        lineno: 18
        message: in can_create_file
      -   path: slic/utils/ask_yes_no.py
        lineno: 35
        message: TypeError
      

      longrepr:

      def test_can_create_all_files_user_says_yes():
              slic.utils.ask_yes_no.ask_yes_no = lambda msg: True
      
              tmp_dir = tempfile.mkdtemp()
              f1 = os.path.join(tmp_dir, "a.txt")  # exists
              f2 = os.path.join(tmp_dir, "b.txt")  # does not exist
              f3 = os.path.join(tmp_dir, "c.txt")  # exists
      
              Path(f1).touch()
              Path(f3).touch()
      
              assert os.path.isfile(f1)
              assert not os.path.exists(f2)
              assert os.path.isfile(f3)
      
      >       result = can_create_all_files([f1, f2, f3])
      
      tests/test_utils_path.py:26: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      slic/utils/path.py:9: in can_create_all_files
          if not can_create_file(fn):
      slic/utils/path.py:18: in can_create_file
          delete = ask_yes_No(f"File \"{filename}\" exists already. Would you like to delete it")
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      question = 'File "/tmp/tmph4_g4pqw/a.txt" exists already. Would you like to delete it'
      kwargs = {}
      
          def ask_yes_No(question, **kwargs):
              """
              See ask_yes_no() with default="n".
              """
      >       return ask_yes_no(question, default="n", **kwargs)
      E       TypeError: <lambda>() got an unexpected keyword argument 'default'
      
      slic/utils/ask_yes_no.py:35: TypeError
      

      📌 Teardown phase

      duration:

      0.00014993688091635704
      

      outcome:

      passed
      

    Function: test_can_create_all_files_user_says_no

    • Test 168

      📌 Setup phase

      duration:

      0.000125993974506855
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00039694993756711483
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/slic/utils/ask_yes_no.py
      lineno: 35
      message: TypeError: <lambda>() got an unexpected keyword argument 'default'
      

      traceback:

      -   path: tests/test_utils_path.py
        lineno: 46
        message: None
      -   path: slic/utils/path.py
        lineno: 9
        message: in can_create_all_files
      -   path: slic/utils/path.py
        lineno: 18
        message: in can_create_file
      -   path: slic/utils/ask_yes_no.py
        lineno: 35
        message: TypeError
      

      longrepr:

      def test_can_create_all_files_user_says_no():
              slic.utils.ask_yes_no.ask_yes_no = lambda msg: False
      
              tmp_dir = tempfile.mkdtemp()
              f1 = os.path.join(tmp_dir, "file1.txt")  # exists
              f2 = os.path.join(tmp_dir, "file2.txt")  # doesn't exist
      
              Path(f1).touch()
      
      >       result = can_create_all_files([f1, f2])
      
      tests/test_utils_path.py:46: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      slic/utils/path.py:9: in can_create_all_files
          if not can_create_file(fn):
      slic/utils/path.py:18: in can_create_file
          delete = ask_yes_No(f"File \"{filename}\" exists already. Would you like to delete it")
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      question = 'File "/tmp/tmp0jd_dmde/file1.txt" exists already. Would you like to delete it'
      kwargs = {}
      
          def ask_yes_No(question, **kwargs):
              """
              See ask_yes_no() with default="n".
              """
      >       return ask_yes_no(question, default="n", **kwargs)
      E       TypeError: <lambda>() got an unexpected keyword argument 'default'
      
      slic/utils/ask_yes_no.py:35: TypeError
      

      📌 Teardown phase

      duration:

      0.00015903986059129238
      

      outcome:

      passed
      

    Function: test_filter_files_excludes_directories

    • Test 171

      📌 Setup phase

      duration:

      0.00011620298027992249
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0012718590442091227
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_path.py
      lineno: 102
      message: AssertionError: assert ['x.txt', 'y....log', 'y.txt'] == ['x.txt', 'y....xt', 'y.json']
      
        At index 1 diff: 'y.json' != 'y.log'
      
        Full diff:
          [
              'x.txt',
        +     'y.json',
              'y.log',
              'y.txt',
        -     'y.json',
          ]
      

      traceback:

      -   path: tests/test_utils_path.py
        lineno: 102
        message: AssertionError
      

      longrepr:

      def test_filter_files_excludes_directories():
              tmp_dir = tempfile.mkdtemp()
      
              f1 = Path(os.path.join(tmp_dir, "x.txt"))
              f3 = Path(os.path.join(tmp_dir, "y.log"))
              f2 = Path(os.path.join(tmp_dir, "y.txt"))
              d1 = Path(os.path.join(tmp_dir, "dir"))
              f4 = Path(os.path.join(tmp_dir, "y.json"))
      
              f1.touch()
              f3.touch()
              f2.touch()
              d1.mkdir()
              f4.touch()
      
              result = filter_files([f1, f3, f2, d1, f4])
              result_names = sorted([p.name for p in result])
      
      >       assert result_names == ["x.txt", "y.log", "y.txt", "y.json"]
      E       AssertionError: assert ['x.txt', 'y....log', 'y.txt'] == ['x.txt', 'y....xt', 'y.json']
      E         
      E         At index 1 diff: 'y.json' != 'y.log'
      E         
      E         Full diff:
      E           [
      E               'x.txt',
      E         +     'y.json',
      E               'y.log',
      E               'y.txt',
      E         -     'y.json',
      E           ]
      
      tests/test_utils_path.py:102: AssertionError
      

      📌 Teardown phase

      duration:

      0.00014178710989654064
      

      outcome:

      passed
      
  • 📄 test_utils_printing.py

    Function: test_printable_dict_variants_with_alignment

    • Test 205
      params: d={"x": 1, "medium": true, "very_long_key": 3.14}, header="HeaderTest", sorter="", expected_lines=["HeaderTest:\n-----------", "medium: True", "very_long_key:3.14", "x: 1"]

      📌 Runtime Parameters

      params:
        d:
          x: 1
          medium: True
          very_long_key: 3.14
        header: HeaderTest
        sorter: <built-in function sorted>
        expected_lines:
          - HeaderTest:
      -----------
          - medium:       True
          - very_long_key:3.14
          - x:            1
      id: d0-HeaderTest-sorted-expected_lines0
      

      📌 Setup phase

      duration:

      0.00030945800244808197
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003503600601106882
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_printing.py
      lineno: 107
      message: AssertionError: Missing or misaligned line: medium:       True
      assert 'medium:       True' in 'HeaderTest:\n-----------\nmedium:        True\nvery_long_key: 3.14\nx:             1\n'
      

      traceback:

      -   path: tests/test_utils_printing.py
        lineno: 107
        message: AssertionError
      

      longrepr:

      d = {'medium': True, 'very_long_key': 3.14, 'x': 1}, header = 'HeaderTest'
      sorter = <built-in function sorted>
      expected_lines = ['HeaderTest:\n-----------', 'medium:       True', 'very_long_key:3.14', 'x:            1']
      
          @pytest.mark.parametrize("d,header,sorter,expected_lines", [
              (
                  {"x": 1, "medium": True, "very_long_key": 3.14},
                  "HeaderTest",
                  sorted,
                  [
                      "HeaderTest:\n-----------",
                      "medium:       True",
                      "very_long_key:3.14",
                      "x:            1"
                  ]
              ),
              (
                  {"short": None, "loooooongkey": [1, 2]},
                  None,
                  None,
                  [
                      "short:        None",
                      "loooooongkey:[1, 2]"
                  ]
              ),
          ])
          def test_printable_dict_variants_with_alignment(d, header, sorter, expected_lines):
              out = printable_dict(d, header=header, sorter=sorter)
              for expected in expected_lines:
      >           assert expected in out, f"Missing or misaligned line: {expected}"
      E           AssertionError: Missing or misaligned line: medium:       True
      E           assert 'medium:       True' in 'HeaderTest:\n-----------\nmedium:        True\nvery_long_key: 3.14\nx:             1\n'
      
      tests/test_utils_printing.py:107: AssertionError
      

      📌 Teardown phase

      duration:

      0.00020968005992472172
      

      outcome:

      passed
      
    • Test 206
      params: d={"short": null, "loooooongkey": [1, 2]}, header=null, sorter=null, expected_lines=["short: None", "loooooongkey:[1, 2]"]

      📌 Runtime Parameters

      params:
        d:
          short: None
          loooooongkey:
            - 1
            - 2
        header: None
        sorter: None
        expected_lines:
          - short:        None
          - loooooongkey:[1, 2]
      id: d1-None-None-expected_lines1
      

      📌 Setup phase

      duration:

      0.0003387348260730505
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00037999008782207966
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_printing.py
      lineno: 107
      message: AssertionError: Missing or misaligned line: loooooongkey:[1, 2]
      assert 'loooooongkey:[1, 2]' in 'short:        None\nloooooongkey: [1, 2]\n'
      

      traceback:

      -   path: tests/test_utils_printing.py
        lineno: 107
        message: AssertionError
      

      longrepr:

      d = {'loooooongkey': [1, 2], 'short': None}, header = None, sorter = None
      expected_lines = ['short:        None', 'loooooongkey:[1, 2]']
      
          @pytest.mark.parametrize("d,header,sorter,expected_lines", [
              (
                  {"x": 1, "medium": True, "very_long_key": 3.14},
                  "HeaderTest",
                  sorted,
                  [
                      "HeaderTest:\n-----------",
                      "medium:       True",
                      "very_long_key:3.14",
                      "x:            1"
                  ]
              ),
              (
                  {"short": None, "loooooongkey": [1, 2]},
                  None,
                  None,
                  [
                      "short:        None",
                      "loooooongkey:[1, 2]"
                  ]
              ),
          ])
          def test_printable_dict_variants_with_alignment(d, header, sorter, expected_lines):
              out = printable_dict(d, header=header, sorter=sorter)
              for expected in expected_lines:
      >           assert expected in out, f"Missing or misaligned line: {expected}"
      E           AssertionError: Missing or misaligned line: loooooongkey:[1, 2]
      E           assert 'loooooongkey:[1, 2]' in 'short:        None\nloooooongkey: [1, 2]\n'
      
      tests/test_utils_printing.py:107: AssertionError
      

      📌 Teardown phase

      duration:

      0.00020904000848531723
      

      outcome:

      passed
      

    Function: test_printable_dict_of_dicts_complete

    • Test 207
      params: d={"General": {"a": 1, "long_key": true, "very_very_long_key": 3.14}, "MetaInfo": {"short": null, "a_much_longer_key": {"x": 1}}}, expected_blocks=["General:\n--------", "a: 1", "long_key: True", "very_very_long_key: 3.14", "MetaInfo:\n---------", "short: None", "a_much_longer_key: {'x': 1}"]

      📌 Runtime Parameters

      params:
        d:
          General:
            a: 1
            long_key: True
            very_very_long_key: 3.14
          MetaInfo:
            short: None
            a_much_longer_key:
              x: 1
        expected_blocks:
          - General:
      --------
          - a:                   1
          - long_key:            True
          - very_very_long_key:  3.14
          - MetaInfo:
      ---------
          - short:              None
          - a_much_longer_key:  {'x': 1}
      id: d0-expected_blocks0
      

      📌 Setup phase

      duration:

      0.0002381419762969017
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006166149396449327
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_printing.py
      lineno: 140
      message: AssertionError: Expected line not found or misaligned: a:                   1
      assert 'a:                   1' in "General:\n--------\na:                  1\nlong_key:           True\nvery_very_long_key: 3.14\n\nMetaInfo:\n---------\na_much_longer_key: {'x': 1}\nshort:             None\n"
      

      traceback:

      -   path: tests/test_utils_printing.py
        lineno: 140
        message: AssertionError
      

      longrepr:

      d = {'General': {'a': 1, 'long_key': True, 'very_very_long_key': 3.14}, 'MetaInfo': {'a_much_longer_key': {'x': 1}, 'short': None}}
      expected_blocks = ['General:\n--------', 'a:                   1', 'long_key:            True', 'very_very_long_key:  3.14', 'MetaInfo:\n---------', 'short:              None', ...]
      
          @pytest.mark.parametrize("d,expected_blocks", [
              (
                  {
                      "General": {
                          "a": 1,
                          "long_key": True,
                          "very_very_long_key": 3.14
                      },
                      "MetaInfo": {
                          "short": None,
                          "a_much_longer_key": {"x": 1}
                      }
                  },
                  [
                      format_header("General"),
                      "a:                   1",
                      "long_key:            True",
                      "very_very_long_key:  3.14",
                      format_header("MetaInfo"),
                      "short:              None",
                      "a_much_longer_key:  {'x': 1}"
                  ]
              ),
          ])
          def test_printable_dict_of_dicts_complete(d, expected_blocks):
              out = printable_dict_of_dicts(d)
              for line in expected_blocks:
      >           assert line in out, f"Expected line not found or misaligned: {line}"
      E           AssertionError: Expected line not found or misaligned: a:                   1
      E           assert 'a:                   1' in "General:\n--------\na:                  1\nlong_key:           True\nvery_very_long_key: 3.14\n\nMetaInfo:\n---------\na_much_longer_key: {'x': 1}\nshort:             None\n"
      
      tests/test_utils_printing.py:140: AssertionError
      

      📌 Teardown phase

      duration:

      0.00020019407384097576
      

      outcome:

      passed
      

    Function: test_fmt_table_line

    • Test 220
      params: entries=["text with space", "end"], widths=[16, 5], expected=" text with space end"

      📌 Runtime Parameters

      params:
        entries:
          - text with space
          - end
        widths:
          - 16
          - 5
        expected:  text with space  end
      id: entries5-widths5- text with space  end
      

      📌 Setup phase

      duration:

      0.0002623379696160555
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005562719888985157
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_printing.py
      lineno: 180
      message: AssertionError: assert ' text with space   end' == ' text with space  end'
      
        -  text with space  end
        +  text with space   end
        ?                   +
      

      traceback:

      -   path: tests/test_utils_printing.py
        lineno: 180
        message: AssertionError
      

      longrepr:

      entries = ['text with space', 'end'], widths = [16, 5]
      expected = ' text with space  end'
      
          @pytest.mark.parametrize("entries, widths, expected", [
              (["a", "bbb"], [3, 5], "  a   bbb"),                                    # simple string
              ([1, 2], [2, 2], " 1  2"),                                              # int
              (["long", "val"], [6, 4], "  long  val"),                               # more padding
              ([True, False], [5, 6], " True  False"),                                # bool
              ([123, 4567], [5, 5], "  123  4567"),                                   # numbers
              (["text with space", "end"], [16, 5], " text with space  end"),         # long text
              ([{"a": 1}, {"b": 2}], [12, 12], "   {'a': 1}   {'b': 2}"),             # dicts
              ([[1, 2], [3, 4]], [10, 10], "     [1, 2]     [3, 4]"),                 # lists
              ([[{"x": 1}], [{"y": 2}]], [16, 16], "   [{'x': 1}]   [{'y': 2}]"),     # list of dict
              ([[1, [2, 3]], [4, [5, 6]]], [18, 18], "  [1, [2, 3]]  [4, [5, 6]]"),   # nested lists
          ])
          def test_fmt_table_line(entries, widths, expected):
      >       assert _fmt_table_line(entries, widths) == expected
      E       AssertionError: assert ' text with space   end' == ' text with space  end'
      E         
      E         -  text with space  end
      E         +  text with space   end
      E         ?                   +
      
      tests/test_utils_printing.py:180: AssertionError
      

      📌 Teardown phase

      duration:

      0.00019408110529184341
      

      outcome:

      passed
      
    • Test 221
      params: entries=[{"a": 1}, {"b": 2}], widths=[12, 12], expected=" {'a': 1} {'b': 2}"

      📌 Runtime Parameters

      params:
        entries:
          -       a: 1
          -       b: 2
        widths:
          - 12
          - 12
        expected:    {'a': 1}   {'b': 2}
      id: entries6-widths6-   {'a': 1}   {'b': 2}
      

      📌 Setup phase

      duration:

      0.0002982590813189745
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005293211434036493
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_printing.py
      lineno: 180
      message: assert "    {'a': 1}     {'b': 2}" == "   {'a': 1}   {'b': 2}"
      
        -    {'a': 1}   {'b': 2}
        +     {'a': 1}     {'b': 2}
        ? +           ++
      

      traceback:

      -   path: tests/test_utils_printing.py
        lineno: 180
        message: AssertionError
      

      longrepr:

      entries = [{'a': 1}, {'b': 2}], widths = [12, 12]
      expected = "   {'a': 1}   {'b': 2}"
      
          @pytest.mark.parametrize("entries, widths, expected", [
              (["a", "bbb"], [3, 5], "  a   bbb"),                                    # simple string
              ([1, 2], [2, 2], " 1  2"),                                              # int
              (["long", "val"], [6, 4], "  long  val"),                               # more padding
              ([True, False], [5, 6], " True  False"),                                # bool
              ([123, 4567], [5, 5], "  123  4567"),                                   # numbers
              (["text with space", "end"], [16, 5], " text with space  end"),         # long text
              ([{"a": 1}, {"b": 2}], [12, 12], "   {'a': 1}   {'b': 2}"),             # dicts
              ([[1, 2], [3, 4]], [10, 10], "     [1, 2]     [3, 4]"),                 # lists
              ([[{"x": 1}], [{"y": 2}]], [16, 16], "   [{'x': 1}]   [{'y': 2}]"),     # list of dict
              ([[1, [2, 3]], [4, [5, 6]]], [18, 18], "  [1, [2, 3]]  [4, [5, 6]]"),   # nested lists
          ])
          def test_fmt_table_line(entries, widths, expected):
      >       assert _fmt_table_line(entries, widths) == expected
      E       assert "    {'a': 1}     {'b': 2}" == "   {'a': 1}   {'b': 2}"
      E         
      E         -    {'a': 1}   {'b': 2}
      E         +     {'a': 1}     {'b': 2}
      E         ? +           ++
      
      tests/test_utils_printing.py:180: AssertionError
      

      📌 Teardown phase

      duration:

      0.0001886589452624321
      

      outcome:

      passed
      
    • Test 222
      params: entries=1, 2], [3, 4, widths=[10, 10], expected=" [1, 2] [3, 4]"

      📌 Runtime Parameters

      params:
        entries:
          -       - 1
            - 2
          -       - 3
            - 4
        widths:
          - 10
          - 10
        expected:      [1, 2]     [3, 4]
      id: entries7-widths7-     [1, 2]     [3, 4]
      

      📌 Setup phase

      duration:

      0.0002936301752924919
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004756571725010872
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_printing.py
      lineno: 180
      message: AssertionError: assert '    [1, 2]     [3, 4]' == '     [1, 2]     [3, 4]'
      
        -      [1, 2]     [3, 4]
        ? -
        +     [1, 2]     [3, 4]
      

      traceback:

      -   path: tests/test_utils_printing.py
        lineno: 180
        message: AssertionError
      

      longrepr:

      entries = [[1, 2], [3, 4]], widths = [10, 10]
      expected = '     [1, 2]     [3, 4]'
      
          @pytest.mark.parametrize("entries, widths, expected", [
              (["a", "bbb"], [3, 5], "  a   bbb"),                                    # simple string
              ([1, 2], [2, 2], " 1  2"),                                              # int
              (["long", "val"], [6, 4], "  long  val"),                               # more padding
              ([True, False], [5, 6], " True  False"),                                # bool
              ([123, 4567], [5, 5], "  123  4567"),                                   # numbers
              (["text with space", "end"], [16, 5], " text with space  end"),         # long text
              ([{"a": 1}, {"b": 2}], [12, 12], "   {'a': 1}   {'b': 2}"),             # dicts
              ([[1, 2], [3, 4]], [10, 10], "     [1, 2]     [3, 4]"),                 # lists
              ([[{"x": 1}], [{"y": 2}]], [16, 16], "   [{'x': 1}]   [{'y': 2}]"),     # list of dict
              ([[1, [2, 3]], [4, [5, 6]]], [18, 18], "  [1, [2, 3]]  [4, [5, 6]]"),   # nested lists
          ])
          def test_fmt_table_line(entries, widths, expected):
      >       assert _fmt_table_line(entries, widths) == expected
      E       AssertionError: assert '    [1, 2]     [3, 4]' == '     [1, 2]     [3, 4]'
      E         
      E         -      [1, 2]     [3, 4]
      E         ? -
      E         +     [1, 2]     [3, 4]
      
      tests/test_utils_printing.py:180: AssertionError
      

      📌 Teardown phase

      duration:

      0.00019483105279505253
      

      outcome:

      passed
      
    • Test 223
      params: entries={"x": 1}], [{"y": 2}, widths=[16, 16], expected=" [{'x': 1}] [{'y': 2}]"

      📌 Runtime Parameters

      params:
        entries:
          -       -         x: 1
          -       -         y: 2
        widths:
          - 16
          - 16
        expected:    [{'x': 1}]   [{'y': 2}]
      id: entries8-widths8-   [{'x': 1}]   [{'y': 2}]
      

      📌 Setup phase

      duration:

      0.0002930138725787401
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005246461369097233
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_printing.py
      lineno: 180
      message: assert "      [{'x':...   [{'y': 2}]" == "   [{'x': 1}]   [{'y': 2}]"
      
        -    [{'x': 1}]   [{'y': 2}]
        +       [{'x': 1}]       [{'y': 2}]
        ? +++             ++++
      

      traceback:

      -   path: tests/test_utils_printing.py
        lineno: 180
        message: AssertionError
      

      longrepr:

      entries = [[{'x': 1}], [{'y': 2}]], widths = [16, 16]
      expected = "   [{'x': 1}]   [{'y': 2}]"
      
          @pytest.mark.parametrize("entries, widths, expected", [
              (["a", "bbb"], [3, 5], "  a   bbb"),                                    # simple string
              ([1, 2], [2, 2], " 1  2"),                                              # int
              (["long", "val"], [6, 4], "  long  val"),                               # more padding
              ([True, False], [5, 6], " True  False"),                                # bool
              ([123, 4567], [5, 5], "  123  4567"),                                   # numbers
              (["text with space", "end"], [16, 5], " text with space  end"),         # long text
              ([{"a": 1}, {"b": 2}], [12, 12], "   {'a': 1}   {'b': 2}"),             # dicts
              ([[1, 2], [3, 4]], [10, 10], "     [1, 2]     [3, 4]"),                 # lists
              ([[{"x": 1}], [{"y": 2}]], [16, 16], "   [{'x': 1}]   [{'y': 2}]"),     # list of dict
              ([[1, [2, 3]], [4, [5, 6]]], [18, 18], "  [1, [2, 3]]  [4, [5, 6]]"),   # nested lists
          ])
          def test_fmt_table_line(entries, widths, expected):
      >       assert _fmt_table_line(entries, widths) == expected
      E       assert "      [{'x':...   [{'y': 2}]" == "   [{'x': 1}]   [{'y': 2}]"
      E         
      E         -    [{'x': 1}]   [{'y': 2}]
      E         +       [{'x': 1}]       [{'y': 2}]
      E         ? +++             ++++
      
      tests/test_utils_printing.py:180: AssertionError
      

      📌 Teardown phase

      duration:

      0.00019383709877729416
      

      outcome:

      passed
      
    • Test 224
      params: entries=1, [2, 3, [4, [5, 6]]], widths=[18, 18], expected=" [1, [2, 3]] [4, [5, 6]]"

      📌 Runtime Parameters

      params:
        entries:
          -       - 1
            -         - 2
              - 3
          -       - 4
            -         - 5
              - 6
        widths:
          - 18
          - 18
        expected:   [1, [2, 3]]  [4, [5, 6]]
      id: entries9-widths9-  [1, [2, 3]]  [4, [5, 6]]
      

      📌 Setup phase

      duration:

      0.0002921640407294035
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005664390046149492
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_printing.py
      lineno: 180
      message: AssertionError: assert '       [1, [...  [4, [5, 6]]' == '  [1, [2, 3]]  [4, [5, 6]]'
      
        -   [1, [2, 3]]  [4, [5, 6]]
        +        [1, [2, 3]]        [4, [5, 6]]
        ? +++++               ++++++
      

      traceback:

      -   path: tests/test_utils_printing.py
        lineno: 180
        message: AssertionError
      

      longrepr:

      entries = [[1, [2, 3]], [4, [5, 6]]], widths = [18, 18]
      expected = '  [1, [2, 3]]  [4, [5, 6]]'
      
          @pytest.mark.parametrize("entries, widths, expected", [
              (["a", "bbb"], [3, 5], "  a   bbb"),                                    # simple string
              ([1, 2], [2, 2], " 1  2"),                                              # int
              (["long", "val"], [6, 4], "  long  val"),                               # more padding
              ([True, False], [5, 6], " True  False"),                                # bool
              ([123, 4567], [5, 5], "  123  4567"),                                   # numbers
              (["text with space", "end"], [16, 5], " text with space  end"),         # long text
              ([{"a": 1}, {"b": 2}], [12, 12], "   {'a': 1}   {'b': 2}"),             # dicts
              ([[1, 2], [3, 4]], [10, 10], "     [1, 2]     [3, 4]"),                 # lists
              ([[{"x": 1}], [{"y": 2}]], [16, 16], "   [{'x': 1}]   [{'y': 2}]"),     # list of dict
              ([[1, [2, 3]], [4, [5, 6]]], [18, 18], "  [1, [2, 3]]  [4, [5, 6]]"),   # nested lists
          ])
          def test_fmt_table_line(entries, widths, expected):
      >       assert _fmt_table_line(entries, widths) == expected
      E       AssertionError: assert '       [1, [...  [4, [5, 6]]' == '  [1, [2, 3]]  [4, [5, 6]]'
      E         
      E         -   [1, [2, 3]]  [4, [5, 6]]
      E         +        [1, [2, 3]]        [4, [5, 6]]
      E         ? +++++               ++++++
      
      tests/test_utils_printing.py:180: AssertionError
      

      📌 Teardown phase

      duration:

      0.00019148783758282661
      

      outcome:

      passed
      

    Function: test_fmt_label_sep

    • Test 228
      params: widths=[9, 8], line="-", expected="--------- ----------"

      📌 Runtime Parameters

      params:
        widths:
          - 9
          - 8
        line: -
        expected: --------- ----------
      id: widths3------------ ----------
      

      📌 Setup phase

      duration:

      0.0002587870694696903
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005573669914156199
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_printing.py
      lineno: 195
      message: AssertionError: assert '--------- --------' == '--------- ----------'
      
        - --------- ----------
        ?                   --
        + --------- --------
      

      traceback:

      -   path: tests/test_utils_printing.py
        lineno: 195
        message: AssertionError
      

      longrepr:

      widths = [9, 8], line = '-', expected = '--------- ----------'
      
          @pytest.mark.parametrize("widths,line,expected", [
              ([3, 4], "-", "--- ----"),                          # standard
              ([2, 3], "=", "== ==="),                            # custom char
              ([10, 12], "-", "---------- ------------"),         # colonnes larges
              ([len(str([1, 2, 3])), len(str({'a': 1}))], "-",
               "--------- ----------"),                           # largeur basée sur list/dict str
              ([len(str([{'x': 1}]))] * 2, "=",
               "============== =============="),                  # list of dict
              ([len(str([1, [2, 3]])), len(str([4, [5, 6]]))], "#",
               "############## ##############"),                  # nested lists
          ])
          def test_fmt_label_sep(widths, line, expected):
      >       assert _fmt_label_sep(widths, line) == expected
      E       AssertionError: assert '--------- --------' == '--------- ----------'
      E         
      E         - --------- ----------
      E         ?                   --
      E         + --------- --------
      
      tests/test_utils_printing.py:195: AssertionError
      

      📌 Teardown phase

      duration:

      0.00019055092707276344
      

      outcome:

      passed
      
    • Test 229
      params: widths=[10, 10], line="=", expected="============== =============="

      📌 Runtime Parameters

      params:
        widths:
          - 10
          - 10
        line: =
        expected: ============== ==============
      id: widths4-=-============== ==============
      

      📌 Setup phase

      duration:

      0.0002897670492529869
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006884608883410692
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_printing.py
      lineno: 195
      message: AssertionError: assert '========== ==========' == '============...============='
      
        - ============== ==============
        ?           ----           ----
        + ========== ==========
      

      traceback:

      -   path: tests/test_utils_printing.py
        lineno: 195
        message: AssertionError
      

      longrepr:

      widths = [10, 10], line = '=', expected = '============== =============='
      
          @pytest.mark.parametrize("widths,line,expected", [
              ([3, 4], "-", "--- ----"),                          # standard
              ([2, 3], "=", "== ==="),                            # custom char
              ([10, 12], "-", "---------- ------------"),         # colonnes larges
              ([len(str([1, 2, 3])), len(str({'a': 1}))], "-",
               "--------- ----------"),                           # largeur basée sur list/dict str
              ([len(str([{'x': 1}]))] * 2, "=",
               "============== =============="),                  # list of dict
              ([len(str([1, [2, 3]])), len(str([4, [5, 6]]))], "#",
               "############## ##############"),                  # nested lists
          ])
          def test_fmt_label_sep(widths, line, expected):
      >       assert _fmt_label_sep(widths, line) == expected
      E       AssertionError: assert '========== ==========' == '============...============='
      E         
      E         - ============== ==============
      E         ?           ----           ----
      E         + ========== ==========
      
      tests/test_utils_printing.py:195: AssertionError
      

      📌 Teardown phase

      duration:

      0.00019129691645503044
      

      outcome:

      passed
      
    • Test 230
      params: widths=[11, 11], line="#", expected="############## ##############"

      📌 Runtime Parameters

      params:
        widths:
          - 11
          - 11
        line: #
        expected: ############## ##############
      id: widths5-#-############## ##############
      

      📌 Setup phase

      duration:

      0.000299002043902874
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007055189926177263
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_printing.py
      lineno: 195
      message: AssertionError: assert '########### ###########' == '############...#############'
      
        - ############## ##############
        ?            ---            ---
        + ########### ###########
      

      traceback:

      -   path: tests/test_utils_printing.py
        lineno: 195
        message: AssertionError
      

      longrepr:

      widths = [11, 11], line = '#', expected = '############## ##############'
      
          @pytest.mark.parametrize("widths,line,expected", [
              ([3, 4], "-", "--- ----"),                          # standard
              ([2, 3], "=", "== ==="),                            # custom char
              ([10, 12], "-", "---------- ------------"),         # colonnes larges
              ([len(str([1, 2, 3])), len(str({'a': 1}))], "-",
               "--------- ----------"),                           # largeur basée sur list/dict str
              ([len(str([{'x': 1}]))] * 2, "=",
               "============== =============="),                  # list of dict
              ([len(str([1, [2, 3]])), len(str([4, [5, 6]]))], "#",
               "############## ##############"),                  # nested lists
          ])
          def test_fmt_label_sep(widths, line, expected):
      >       assert _fmt_label_sep(widths, line) == expected
      E       AssertionError: assert '########### ###########' == '############...#############'
      E         
      E         - ############## ##############
      E         ?            ---            ---
      E         + ########### ###########
      
      tests/test_utils_printing.py:195: AssertionError
      

      📌 Teardown phase

      duration:

      0.00019212113693356514
      

      outcome:

      passed
      

    Function: test_printable_table_exact_output

    • Test 231

      📌 Setup phase

      duration:

      0.00012768316082656384
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.004940161947160959
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_printing.py
      lineno: 226
      message: assert "A: ID\nB: ✓ ...ed_key': 42}}" == "A: ID\nB: ✓ ..._key': 42}}\n"
      
        Skipping 52 identical leading characters in diff, use -v to show
           Metadata
        + 
        - #              A          B                    C                              D
        ?               -      -----           ---------- --
        + #             A     B          C                            D
        - -------------------------------------------------------------------------------
        + - ------------- ----- ---------- ----------------------------
        - 0            X1       True              0.1234                  {'meta': 'ok'}
        ?                -----      ---------           ---
        + 0            X1  True     0.1234               {'meta': 'ok'}
        - 1  AnotherSample      False          98765.4321           {'meta': [1, 2, 3]}
        ?  -               -----     ---------                     -
        + 1 AnotherSample False 98765.4321          {'meta': [1, 2, 3]}
        - 2              Z        None                 0.0  {'meta': {'nested_key': 42}}
        ?               - ------              ---------   -                             -
        + 2             Z  None        0.0 {'meta': {'nested_key': 42}}
      

      traceback:

      -   path: tests/test_utils_printing.py
        lineno: 226
        message: AssertionError
      

      longrepr:

      def test_printable_table_exact_output():
              data = [
                  ["X1", True, 0.1234, {"meta": "ok"}],
                  ["AnotherSample", False, 98765.4321, {"meta": [1, 2, 3]}],
                  ["Z", None, 0.0, {"meta": {"nested_key": 42}}]
              ]
              labels = ["ID", "✓ Success?", "SuperPrecisionValue", "Result Metadata"]
      
              expected = (
              "A: ID\n"
              "B: ✓ Success?\n"
              "C: SuperPrecisionValue\n"
              "D: Result Metadata\n"
              "#              A          B                    C                              D\n"
              "-------------------------------------------------------------------------------\n"
              "0            X1       True              0.1234                  {'meta': 'ok'}\n"
              "1  AnotherSample      False          98765.4321           {'meta': [1, 2, 3]}\n"
              "2              Z        None                 0.0  {'meta': {'nested_key': 42}}\n"
          )
      
              out = printable_table(
                  data,
                  labels=labels,
                  enumerate_lines=True,
                  make_legend=True
              )
      
      >       assert out == expected
      E       assert "A: ID\nB: ✓ ...ed_key': 42}}" == "A: ID\nB: ✓ ..._key': 42}}\n"
      E         
      E         Skipping 52 identical leading characters in diff, use -v to show
      E            Metadata
      E         + 
      E         - #              A          B                    C                              D
      E         ?               -      -----           ---------- --
      E         + #             A     B          C                            D
      E         - -------------------------------------------------------------------------------
      E         + - ------------- ----- ---------- ----------------------------
      E         - 0            X1       True              0.1234                  {'meta': 'ok'}
      E         ?                -----      ---------           ---
      E         + 0            X1  True     0.1234               {'meta': 'ok'}
      E         - 1  AnotherSample      False          98765.4321           {'meta': [1, 2, 3]}
      E         ?  -               -----     ---------                     -
      E         + 1 AnotherSample False 98765.4321          {'meta': [1, 2, 3]}
      E         - 2              Z        None                 0.0  {'meta': {'nested_key': 42}}
      E         ?               - ------              ---------   -                             -
      E         + 2             Z  None        0.0 {'meta': {'nested_key': 42}}
      
      tests/test_utils_printing.py:226: AssertionError
      

      📌 Teardown phase

      duration:

      0.0001396720763295889
      

      outcome:

      passed
      

📚 Collected files

(1 tests)
    • Outcome: passed
    • result:
    -   nodeid: .
      type: Dir
    
ci-reports (13 tests)
  • ci-reports
    • Outcome: passed
    • result:
    -   nodeid: ci-reports/allure
      type: Dir
    -   nodeid: ci-reports/junit
      type: Dir
    -   nodeid: ci-reports/markdown
      type: Dir
    
    • 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
      
    • ci-reports/allure/data
      • Outcome: passed
      • result:
      -   nodeid: ci-reports/allure/data/test-cases
        type: Dir
      
    • ci-reports/allure/data/test-cases
      • Outcome: passed
      • result:
      []
      
    • ci-reports/allure/export
      • Outcome: passed
      • result:
      []
      
    • ci-reports/allure/history
      • Outcome: passed
      • result:
      []
      
    • 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
      
    • ci-reports/allure/plugin/behaviors
      • Outcome: passed
      • result:
      []
      
    • ci-reports/allure/plugin/packages
      • Outcome: passed
      • result:
      []
      
    • ci-reports/allure/plugin/screen-diff
      • Outcome: passed
      • result:
      []
      
    • ci-reports/allure/widgets
      • Outcome: passed
      • result:
      []
      
    • ci-reports/junit
      • Outcome: passed
      • result:
      []
      
    • ci-reports/markdown
      • Outcome: passed
      • result:
      []
      
outputs (1 tests)
  • outputs
    • Outcome: passed
    • result:
    []
    
slic (30 tests)
  • slic
    • Outcome: passed
    • result:
    -   nodeid: slic/core
      type: Package
    -   nodeid: slic/devices
      type: Package
    -   nodeid: slic/gui
      type: Package
    -   nodeid: slic/utils
      type: Package
    
    • slic/core
      • Outcome: passed
      • result:
      -   nodeid: slic/core/acquisition
        type: Package
      -   nodeid: slic/core/adjustable
        type: Package
      -   nodeid: slic/core/condition
        type: Package
      -   nodeid: slic/core/device
        type: Package
      -   nodeid: slic/core/scanner
        type: Package
      -   nodeid: slic/core/sensor
        type: Package
      -   nodeid: slic/core/task
        type: Package
      
    • slic/core/acquisition
      • Outcome: passed
      • result:
      -   nodeid: slic/core/acquisition/broker
        type: Package
      
    • slic/core/acquisition/broker
      • Outcome: passed
      • result:
      []
      
    • slic/core/adjustable
      • Outcome: passed
      • result:
      []
      
    • slic/core/condition
      • Outcome: passed
      • result:
      []
      
    • slic/core/device
      • Outcome: passed
      • result:
      []
      
    • slic/core/scanner
      • Outcome: passed
      • result:
      []
      
    • slic/core/sensor
      • Outcome: passed
      • result:
      []
      
    • slic/core/task
      • Outcome: passed
      • result:
      []
      
    • slic/devices
      • Outcome: passed
      • result:
      -   nodeid: slic/devices/cameras
        type: Package
      -   nodeid: slic/devices/endstations
        type: Package
      -   nodeid: slic/devices/general
        type: Package
      -   nodeid: slic/devices/loptics
        type: Package
      -   nodeid: slic/devices/timing
        type: Package
      -   nodeid: slic/devices/xdiagnostics
        type: Package
      -   nodeid: slic/devices/xoptics
        type: Package
      
    • slic/devices/cameras
      • Outcome: passed
      • result:
      []
      
    • slic/devices/endstations
      • Outcome: passed
      • result:
      []
      
    • slic/devices/general
      • Outcome: passed
      • result:
      -   nodeid: slic/devices/general/detectors
        type: Package
      -   nodeid: slic/devices/general/unused
        type: Dir
      
    • slic/devices/general/detectors
      • Outcome: passed
      • result:
      []
      
    • slic/devices/general/unused
      • Outcome: passed
      • result:
      []
      
    • slic/devices/loptics
      • Outcome: passed
      • result:
      []
      
    • slic/devices/timing
      • Outcome: passed
      • result:
      -   nodeid: slic/devices/timing/events
        type: Package
      
    • slic/devices/timing/events
      • Outcome: passed
      • result:
      []
      
    • slic/devices/xdiagnostics
      • Outcome: passed
      • result:
      []
      
    • slic/devices/xoptics
      • Outcome: passed
      • result:
      -   nodeid: slic/devices/xoptics/slits
        type: Package
      -   nodeid: slic/devices/xoptics/unused
        type: Dir
      
    • slic/devices/xoptics/slits
      • Outcome: passed
      • result:
      []
      
    • slic/devices/xoptics/unused
      • Outcome: passed
      • result:
      []
      
    • slic/gui
      • Outcome: passed
      • result:
      -   nodeid: slic/gui/daqpanels
        type: Package
      -   nodeid: slic/gui/widgets
        type: Package
      
    • slic/gui/daqpanels
      • Outcome: passed
      • result:
      []
      
    • slic/gui/widgets
      • Outcome: passed
      • result:
      []
      
    • slic/utils
      • Outcome: passed
      • result:
      -   nodeid: slic/utils/ioc
        type: Package
      -   nodeid: slic/utils/unused
        type: Dir
      
    • slic/utils/ioc
      • Outcome: passed
      • result:
      []
      
    • slic/utils/unused
      • Outcome: passed
      • result:
      -   nodeid: slic/utils/unused/xsim
        type: Package
      
    • slic/utils/unused/xsim
      • Outcome: passed
      • result:
      []
      
temp-ci (1 tests)
  • temp-ci
    • Outcome: passed
    • result:
    []
    
tests (18 tests)
  • tests
    • Outcome: passed
    • result:
    -   nodeid: tests/test_utils_ask_yes_no.py
      type: Module
    -   nodeid: tests/test_utils_channels.py
      type: Module
    -   nodeid: tests/test_utils_cpint.py
      type: Module
    -   nodeid: tests/test_utils_debug.py
      type: Module
    -   nodeid: tests/test_utils_dictext.py
      type: Module
    -   nodeid: tests/test_utils_dotdir.py
      type: Module
    -   nodeid: tests/test_utils_jsonext.py
      type: Module
    -   nodeid: tests/test_utils_lazypv.py
      type: Module
    -   nodeid: tests/test_utils_logcfg.py
      type: Module
    -   nodeid: tests/test_utils_logign.py
      type: Module
    -   nodeid: tests/test_utils_metaclasses.py
      type: Module
    -   nodeid: tests/test_utils_npy.py
      type: Module
    -   nodeid: tests/test_utils_path.py
      type: Module
    -   nodeid: tests/test_utils_picklio.py
      type: Module
    -   nodeid: tests/test_utils_printing.py
      type: Module
    -   nodeid: tests/test_utils_xrange.py
      type: Module
    -   nodeid: tests/test_ytils_utils.py
      type: Module
    
    • tests/test_utils_ask_yes_no.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-y-True-Question? [y/n] ]
        type: Function
        lineno: 8
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-yes-True-Question? [y/n] ]
        type: Function
        lineno: 8
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-n-False-Question? [y/n] ]
        type: Function
        lineno: 8
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-no-False-Question? [y/n] ]
        type: Function
        lineno: 8
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-user_input4-True-Question? [y/n] ]
        type: Function
        lineno: 8
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-user_input5-False-Question? [y/n] ]
        type: Function
        lineno: 8
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-user_input6-True-Question? [y/n] ]
        type: Function
        lineno: 8
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[y-y-True-Question? [Y/n] ]
        type: Function
        lineno: 8
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[y-n-False-Question? [Y/n] ]
        type: Function
        lineno: 8
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[y--True-Question? [Y/n] ]
        type: Function
        lineno: 8
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[n-y-True-Question? [y/N] ]
        type: Function
        lineno: 8
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[n-n-False-Question? [y/N] ]
        type: Function
        lineno: 8
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[n--False-Question? [y/N] ]
        type: Function
        lineno: 8
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[None-KeyboardInterrupt-False-n]
        type: Function
        lineno: 46
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[None-KeyboardInterrupt-True-y]
        type: Function
        lineno: 46
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[y-KeyboardInterrupt-False-n]
        type: Function
        lineno: 46
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[y-KeyboardInterrupt-True-y]
        type: Function
        lineno: 46
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[n-KeyboardInterrupt-False-n]
        type: Function
        lineno: 46
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[None-user_input5-False-n]
        type: Function
        lineno: 46
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[None-user_input6-True-y]
        type: Function
        lineno: 46
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[None-user_input7-False-None]
        type: Function
        lineno: 46
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[n-user_input8-False-None]
        type: Function
        lineno: 46
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[n-user_input9-False-Invalid]
        type: Function
        lineno: 46
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-EOFError-False-n]
        type: Function
        lineno: 79
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-EOFError-True-y]
        type: Function
        lineno: 79
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[y-EOFError-True-y]
        type: Function
        lineno: 79
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[n-EOFError-True-y]
        type: Function
        lineno: 79
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[n-EOFError-False-n]
        type: Function
        lineno: 79
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-user_input5-True-y]
        type: Function
        lineno: 79
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-user_input6-False-n]
        type: Function
        lineno: 79
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[y-EOFError-True-None]
        type: Function
        lineno: 79
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[n-EOFError-False-None]
        type: Function
        lineno: 79
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-user_input9-True-None]
        type: Function
        lineno: 79
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[n-user_input10-False-None]
        type: Function
        lineno: 79
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-user_input11-True-None]
        type: Function
        lineno: 79
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-user_input12-False-n]
        type: Function
        lineno: 79
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-user_input13-True-y]
        type: Function
        lineno: 79
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_mixed_sequences[None-invalid-None-user_input0-False]
        type: Function
        lineno: 117
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_mixed_sequences[None-None-notananswer-user_input1-True]
        type: Function
        lineno: 117
      -   nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_mixed_sequences[None-n-nop-user_input2-False]
        type: Function
        lineno: 117
      
    • tests/test_utils_channels.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_channels.py::test_load_channels_and_channels_class_with_professional_names
        type: Function
        lineno: 42
      
    • tests/test_utils_cpint.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[red]
        type: Function
        lineno: 9
      -   nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[blue]
        type: Function
        lineno: 9
      -   nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[yellow]
        type: Function
        lineno: 9
      -   nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[green]
        type: Function
        lineno: 9
      -   nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[cyan]
        type: Function
        lineno: 9
      -   nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[magenta]
        type: Function
        lineno: 9
      -   nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[white]
        type: Function
        lineno: 9
      -   nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[black]
        type: Function
        lineno: 9
      -   nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects0-color_spec0- | -['Fancy', 'list'] | {'a': 7} | None-None]
        type: Function
        lineno: 24
      -   nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects1-color_spec1- - -{'k': [1, 2]} - 99 - ['X', ['Y']]-None]
        type: Function
        lineno: 24
      -   nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects2-color_spec2- / -[] / {} / End-None]
        type: Function
        lineno: 24
      -   nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects3-color_spec3-;-['', [3, 4]];done;0-None]
        type: Function
        lineno: 24
      -   nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects4-color_spec4-::-['alpha', None]::['beta', {}]::stop-None]
        type: Function
        lineno: 24
      -   nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects5-color_spec5- ... -['deep', ['deeper', ['deepest']]] ... X-None]
        type: Function
        lineno: 24
      -   nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects6-color_spec6- // -{'dict': {'nested': [4, 5]}} // [True, False] // 6.28-None]
        type: Function
        lineno: 24
      -   nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects7-color_spec7-==-['A', ['B']]==string==C-None]
        type: Function
        lineno: 24
      -   nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects8-color_spec8- ++ -['Test', None, []] ++ {'v': 0}-None]
        type: Function
        lineno: 24
      -   nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects9-None-;-['no', 'color'];plain-None]
        type: Function
        lineno: 24
      -   nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects10-None- | -['simple'] |  | 12-None]
        type: Function
        lineno: 24
      -   nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects11-None- : -[['very', 'deep']] : {'ok': True}-None]
        type: Function
        lineno: 24
      -   nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects12-color_spec12-|-['fail', 'color']|123-ValueError]
        type: Function
        lineno: 24
      -   nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects13-color_spec13- * -['error'] * {}-ValueError]
        type: Function
        lineno: 24
      -   nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects14-color_spec14-//-['nope']//['bad']-ValueError]
        type: Function
        lineno: 24
      -   nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects15-color_spec15----wrong--base-ValueError]
        type: Function
        lineno: 24
      
    • tests/test_utils_debug.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_debug.py::test_traceable[A-entry0-creating: A(10, 20)]
        type: Function
        lineno: 21
      -   nodeid: tests/test_utils_debug.py::test_traceable[A-entry1-creating: A(10, 20, e=100)]
        type: Function
        lineno: 21
      -   nodeid: tests/test_utils_debug.py::test_traceable[A-entry2-creating: A('foo', [1, 2, 3], flag=True, data={'x': 9})]
        type: Function
        lineno: 21
      -   nodeid: tests/test_utils_debug.py::test_traceable[A-entry3-creating: A(CustomObj(big), [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], name='test', meta='yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy...)]
        type: Function
        lineno: 21
      -   nodeid: tests/test_utils_debug.py::test_traceable[A-entry4-creating: A('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA..., [0, 0, 0, 0, 0])]
        type: Function
        lineno: 21
      -   nodeid: tests/test_utils_debug.py::test_short_repr[abc-10-'abc']
        type: Function
        lineno: 52
      -   nodeid: tests/test_utils_debug.py::test_short_repr[aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-10-'aaaaaaaaaa...]
        type: Function
        lineno: 52
      -   nodeid: tests/test_utils_debug.py::test_short_repr[12345-10-12345]
        type: Function
        lineno: 52
      -   nodeid: tests/test_utils_debug.py::test_short_repr[value3-15-[0, 0, 0, 0, 0,...]
        type: Function
        lineno: 52
      -   nodeid: tests/test_utils_debug.py::test_short_repr[None-10-None]
        type: Function
        lineno: 52
      -   nodeid: tests/test_utils_debug.py::test_short_repr[value5-20-Obj(xxxxxxxxxxxxxxxxx...]
        type: Function
        lineno: 52
      
    • tests/test_utils_dictext.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_dictext.py::test_attrdict_getattr[data0-x-1]
        type: Function
        lineno: 12
      -   nodeid: tests/test_utils_dictext.py::test_attrdict_getattr[data1-world-ok]
        type: Function
        lineno: 12
      -   nodeid: tests/test_utils_dictext.py::test_attrdict_getattr[data2-outer-expected2]
        type: Function
        lineno: 12
      -   nodeid: tests/test_utils_dictext.py::test_attrdict_setattr[initial0-nouveau-123]
        type: Function
        lineno: 26
      -   nodeid: tests/test_utils_dictext.py::test_attrdict_setattr[initial1-b-valeur]
        type: Function
        lineno: 26
      -   nodeid: tests/test_utils_dictext.py::test_attrdict_delattr[initial0-a-expected_keys0]
        type: Function
        lineno: 40
      -   nodeid: tests/test_utils_dictext.py::test_attrdict_delattr[initial1-k-expected_keys1]
        type: Function
        lineno: 40
      -   nodeid: tests/test_utils_dictext.py::test_attrdict_dir[data0-expected_keys0]
        type: Function
        lineno: 55
      -   nodeid: tests/test_utils_dictext.py::test_attrdict_dir[data1-expected_keys1]
        type: Function
        lineno: 55
      -   nodeid: tests/test_utils_dictext.py::test_attrdict_getattr_and_missing[data0-x-1-None]
        type: Function
        lineno: 69
      -   nodeid: tests/test_utils_dictext.py::test_attrdict_getattr_and_missing[data1-missing-None-'MyDict' object has no attribute 'missing']
        type: Function
        lineno: 69
      -   nodeid: tests/test_utils_dictext.py::test_dictupdatemixin_init_and_update[init_kwargs0-None-kwargs0-expected0]
        type: Function
        lineno: 90
      -   nodeid: tests/test_utils_dictext.py::test_dictupdatemixin_init_and_update[init_kwargs1-other1-kwargs1-expected1]
        type: Function
        lineno: 90
      -   nodeid: tests/test_utils_dictext.py::test_dictupdatemixin_init_and_update[init_kwargs2-other2-kwargs2-expected2]
        type: Function
        lineno: 90
      -   nodeid: tests/test_utils_dictext.py::test_dictupdatemixin_init_and_update[init_kwargs3-None-kwargs3-expected3]
        type: Function
        lineno: 90
      -   nodeid: tests/test_utils_dictext.py::test_dictupdatemixin_init_and_update[init_kwargs4-other4-kwargs4-expected4]
        type: Function
        lineno: 90
      -   nodeid: tests/test_utils_dictext.py::test_dictupdatemixin_init_and_update[init_kwargs5-other5-kwargs5-expected5]
        type: Function
        lineno: 90
      
    • tests/test_utils_dotdir.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_dotdir.py::test_dotdir_creation_and_base_exists
        type: Function
        lineno: 14
      -   nodeid: tests/test_utils_dotdir.py::test_dotdir_repr_returns_path_str
        type: Function
        lineno: 28
      -   nodeid: tests/test_utils_dotdir.py::test_dotdir_call
        type: Function
        lineno: 35
      
    • tests/test_utils_jsonext.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj0-expected0]
        type: Function
        lineno: 7
      -   nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj1-42]
        type: Function
        lineno: 7
      -   nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[(1-1j)-expected2]
        type: Function
        lineno: 7
      -   nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj3-/tmp/file.txt]
        type: Function
        lineno: 7
      -   nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj4-expected4]
        type: Function
        lineno: 7
      -   nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj5-expected5]
        type: Function
        lineno: 7
      -   nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj6-expected6]
        type: Function
        lineno: 7
      -   nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj7-expected7]
        type: Function
        lineno: 7
      
    • tests/test_utils_lazypv.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_lazypv.py::test_getattr
        type: Function
        lineno: 14
      
    • tests/test_utils_logcfg.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_logcfg.py::test_custom_log_outputs[LONG-<lambda>-This is a LONG message]
        type: Function
        lineno: 21
      -   nodeid: tests/test_utils_logcfg.py::test_custom_log_outputs[ENLARGE-<lambda>-Please ENLARGE this!]
        type: Function
        lineno: 21
      -   nodeid: tests/test_utils_logcfg.py::test_import_logging_once_per_module
        type: Function
        lineno: 51
      
    • tests/test_utils_logign.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_logign.py::test_ignore_log_msg_behavior[WARNING-This should be ignored-This should appear]
        type: Function
        lineno: 9
      -   nodeid: tests/test_utils_logign.py::test_ignore_log_msg_behavior[ENLARGE-ENLARGE this-Keep this ENLARGE]
        type: Function
        lineno: 9
      -   nodeid: tests/test_utils_logign.py::test_ignore_only_by_level
        type: Function
        lineno: 42
      -   nodeid: tests/test_utils_logign.py::test_ignore_only_by_msg
        type: Function
        lineno: 64
      -   nodeid: tests/test_utils_logign.py::test_filter_removed_after_context
        type: Function
        lineno: 86
      
    • tests/test_utils_metaclasses.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_metaclasses.py::test_combine_classes_combines_methods
        type: Function
        lineno: 14
      -   nodeid: tests/test_utils_metaclasses.py::test_registryabc_combines_registrymeta_and_abcmeta
        type: Function
        lineno: 25
      
    • tests/test_utils_npy.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_npy.py::test_nice_arange[0-5-1-expected0]
        type: Function
        lineno: 7
      -   nodeid: tests/test_utils_npy.py::test_nice_arange[5-0--1-expected1]
        type: Function
        lineno: 7
      -   nodeid: tests/test_utils_npy.py::test_nice_arange[1-2-0.3-expected2]
        type: Function
        lineno: 7
      -   nodeid: tests/test_utils_npy.py::test_nice_arange[-2-2-1.5-expected3]
        type: Function
        lineno: 7
      -   nodeid: tests/test_utils_npy.py::test_nice_arange[2.5-0.5--0.4-expected4]
        type: Function
        lineno: 7
      -   nodeid: tests/test_utils_npy.py::test_nice_linspace[0-10-4-expected0]
        type: Function
        lineno: 18
      -   nodeid: tests/test_utils_npy.py::test_nice_linspace[5-15-2-expected1]
        type: Function
        lineno: 18
      -   nodeid: tests/test_utils_npy.py::test_nice_linspace[-5-5-4-expected2]
        type: Function
        lineno: 18
      -   nodeid: tests/test_utils_npy.py::test_nice_linspace[0-1-3-expected3]
        type: Function
        lineno: 18
      -   nodeid: tests/test_utils_npy.py::test_nice_linspace[2-2-3-expected4]
        type: Function
        lineno: 18
      -   nodeid: tests/test_utils_npy.py::test_nice_linspace[3-0-3-expected5]
        type: Function
        lineno: 18
      -   nodeid: tests/test_utils_npy.py::test_nice_linspace[0-1-0-expected6]
        type: Function
        lineno: 18
      -   nodeid: tests/test_utils_npy.py::test_nice_steps_centered[-2-2-2-True-expected0]
        type: Function
        lineno: 32
      -   nodeid: tests/test_utils_npy.py::test_nice_steps_centered[0-5-2-True-expected1]
        type: Function
        lineno: 32
      -   nodeid: tests/test_utils_npy.py::test_nice_steps_centered[0-5-2-False-expected2]
        type: Function
        lineno: 32
      -   nodeid: tests/test_utils_npy.py::test_nice_steps_centered[-1-2-1.5-True-expected3]
        type: Function
        lineno: 32
      -   nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[0-5-2-True-expected0]
        type: Function
        lineno: 42
      -   nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[0-5-2-False-expected1]
        type: Function
        lineno: 42
      -   nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[-1-2-1.5-True-expected2]
        type: Function
        lineno: 42
      -   nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[-1-2-1.5-False-expected3]
        type: Function
        lineno: 42
      -   nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[-2-1-1.2-True-expected4]
        type: Function
        lineno: 42
      -   nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[5-0--2-True-expected5]
        type: Function
        lineno: 42
      -   nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[5-0--2-False-expected6]
        type: Function
        lineno: 42
      -   nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[0-5-2-True-expected0]
        type: Function
        lineno: 56
      -   nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[0-5-2-False-expected1]
        type: Function
        lineno: 56
      -   nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[-1-2-1.5-True-expected2]
        type: Function
        lineno: 56
      -   nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[-1-2-1.5-False-expected3]
        type: Function
        lineno: 56
      -   nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[5-0--2-True-expected4]
        type: Function
        lineno: 56
      -   nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[5-0--2-False-expected5]
        type: Function
        lineno: 56
      -   nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[-3-3-2-True-expected6]
        type: Function
        lineno: 56
      -   nodeid: tests/test_utils_npy.py::test_within_scalar[5-0-10-True]
        type: Function
        lineno: 70
      -   nodeid: tests/test_utils_npy.py::test_within_scalar[5-6-10-False]
        type: Function
        lineno: 70
      -   nodeid: tests/test_utils_npy.py::test_within_scalar[5-None-10-True]
        type: Function
        lineno: 70
      -   nodeid: tests/test_utils_npy.py::test_within_scalar[5-0-None-True]
        type: Function
        lineno: 70
      -   nodeid: tests/test_utils_npy.py::test_within_scalar[5-None-None-True]
        type: Function
        lineno: 70
      -   nodeid: tests/test_utils_npy.py::test_within_fraction[data0-2-5-0.6]
        type: Function
        lineno: 81
      -   nodeid: tests/test_utils_npy.py::test_within_fraction[data1-5-25-0.6666666666666666]
        type: Function
        lineno: 81
      -   nodeid: tests/test_utils_npy.py::test_within_fraction[data2-None-2-0.3333333333333333]
        type: Function
        lineno: 81
      -   nodeid: tests/test_utils_npy.py::test_within_fraction[data3-0-1-0]
        type: Function
        lineno: 81
      -   nodeid: tests/test_utils_npy.py::test_fraction_to_percentage[0.456-1-45.6]
        type: Function
        lineno: 92
      -   nodeid: tests/test_utils_npy.py::test_fraction_to_percentage[0.12345-2-12.35]
        type: Function
        lineno: 92
      -   nodeid: tests/test_utils_npy.py::test_fraction_to_percentage[0.9999-0-100.0]
        type: Function
        lineno: 92
      -   nodeid: tests/test_utils_npy.py::test_get_dtype[val0-ndarray]
        type: Function
        lineno: 101
      -   nodeid: tests/test_utils_npy.py::test_get_dtype[val1-list]
        type: Function
        lineno: 101
      -   nodeid: tests/test_utils_npy.py::test_get_dtype[3.14-float]
        type: Function
        lineno: 101
      -   nodeid: tests/test_utils_npy.py::test_get_shape[val0-expected0]
        type: Function
        lineno: 114
      -   nodeid: tests/test_utils_npy.py::test_get_shape[val1-expected1]
        type: Function
        lineno: 114
      -   nodeid: tests/test_utils_npy.py::test_get_shape[42-expected2]
        type: Function
        lineno: 114
      -   nodeid: tests/test_utils_npy.py::test_is_array[val0-True]
        type: Function
        lineno: 123
      -   nodeid: tests/test_utils_npy.py::test_is_array[val1-False]
        type: Function
        lineno: 123
      -   nodeid: tests/test_utils_npy.py::test_is_array[42-False]
        type: Function
        lineno: 123
      
    • tests/test_utils_path.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_path.py::test_can_create_all_files_user_says_yes
        type: Function
        lineno: 10
      -   nodeid: tests/test_utils_path.py::test_can_create_all_files_user_says_no
        type: Function
        lineno: 36
      -   nodeid: tests/test_utils_path.py::test_make_missing_dir_creates_folder
        type: Function
        lineno: 54
      -   nodeid: tests/test_utils_path.py::test_glob_files_returns_matching_files_only
        type: Function
        lineno: 66
      -   nodeid: tests/test_utils_path.py::test_filter_files_excludes_directories
        type: Function
        lineno: 83
      
    • tests/test_utils_picklio.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[test_obj0]
        type: Function
        lineno: 6
      -   nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[test_obj1]
        type: Function
        lineno: 6
      -   nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[simple string]
        type: Function
        lineno: 6
      -   nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[42]
        type: Function
        lineno: 6
      -   nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[3.14159]
        type: Function
        lineno: 6
      -   nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[test_obj5]
        type: Function
        lineno: 6
      -   nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[test_obj6]
        type: Function
        lineno: 6
      
    • tests/test_utils_printing.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_printing.py::test_maxlen_valid[seq0-3]
        type: Function
        lineno: 19
      -   nodeid: tests/test_utils_printing.py::test_maxlen_valid[seq1-0]
        type: Function
        lineno: 19
      -   nodeid: tests/test_utils_printing.py::test_maxlen_valid[seq2-3]
        type: Function
        lineno: 19
      -   nodeid: tests/test_utils_printing.py::test_maxlen_valid[seq3-2]
        type: Function
        lineno: 19
      -   nodeid: tests/test_utils_printing.py::test_maxstrlen[seq0-6]
        type: Function
        lineno: 28
      -   nodeid: tests/test_utils_printing.py::test_maxstrlen[seq1-3]
        type: Function
        lineno: 28
      -   nodeid: tests/test_utils_printing.py::test_maxstrlen[seq2-9]
        type: Function
        lineno: 28
      -   nodeid: tests/test_utils_printing.py::test_maxstrlen[seq3-16]
        type: Function
        lineno: 28
      -   nodeid: tests/test_utils_printing.py::test_maxstrlen[seq4-5]
        type: Function
        lineno: 28
      -   nodeid: tests/test_utils_printing.py::test_strlen[42-2]
        type: Function
        lineno: 38
      -   nodeid: tests/test_utils_printing.py::test_strlen[hello-5]
        type: Function
        lineno: 38
      -   nodeid: tests/test_utils_printing.py::test_strlen[False-5]
        type: Function
        lineno: 38
      -   nodeid: tests/test_utils_printing.py::test_strlen[None-4]
        type: Function
        lineno: 38
      -   nodeid: tests/test_utils_printing.py::test_strlen[value4-9]
        type: Function
        lineno: 38
      -   nodeid: tests/test_utils_printing.py::test_strlen[value5-8]
        type: Function
        lineno: 38
      -   nodeid: tests/test_utils_printing.py::test_strlen[value6-6]
        type: Function
        lineno: 38
      -   nodeid: tests/test_utils_printing.py::test_strlen[-0]
        type: Function
        lineno: 38
      -   nodeid: tests/test_utils_printing.py::test_strlen[ok ok-5]
        type: Function
        lineno: 38
      -   nodeid: tests/test_utils_printing.py::test_mk_pad[a-4-   ]
        type: Function
        lineno: 53
      -   nodeid: tests/test_utils_printing.py::test_mk_pad[abc-4- ]
        type: Function
        lineno: 53
      -   nodeid: tests/test_utils_printing.py::test_mk_pad[abcd-4-]
        type: Function
        lineno: 53
      -   nodeid: tests/test_utils_printing.py::test_format_header[Title---Title:\n------]
        type: Function
        lineno: 62
      -   nodeid: tests/test_utils_printing.py::test_format_header[Hellooo-=-Hellooo:\n========]
        type: Function
        lineno: 62
      -   nodeid: tests/test_utils_printing.py::test_itemize[items0-None---expected_lines0]
        type: Function
        lineno: 70
      -   nodeid: tests/test_utils_printing.py::test_itemize[items1-Vars-*-expected_lines1]
        type: Function
        lineno: 70
      -   nodeid: tests/test_utils_printing.py::test_itemize[items2-None-+-expected_lines2]
        type: Function
        lineno: 70
      -   nodeid: tests/test_utils_printing.py::test_printable_dict_variants_with_alignment[d0-HeaderTest-sorted-expected_lines0]
        type: Function
        lineno: 81
      -   nodeid: tests/test_utils_printing.py::test_printable_dict_variants_with_alignment[d1-None-None-expected_lines1]
        type: Function
        lineno: 81
      -   nodeid: tests/test_utils_printing.py::test_printable_dict_of_dicts_complete[d0-expected_blocks0]
        type: Function
        lineno: 112
      -   nodeid: tests/test_utils_printing.py::test_transpose_matrix[data0-expected0]
        type: Function
        lineno: 144
      -   nodeid: tests/test_utils_printing.py::test_transpose_matrix[data1-expected1]
        type: Function
        lineno: 144
      -   nodeid: tests/test_utils_printing.py::test_transpose_matrix[data2-expected2]
        type: Function
        lineno: 144
      -   nodeid: tests/test_utils_printing.py::test_prepend[initial0-1-expected0]
        type: Function
        lineno: 154
      -   nodeid: tests/test_utils_printing.py::test_prepend[initial1-a-expected1]
        type: Function
        lineno: 154
      -   nodeid: tests/test_utils_printing.py::test_prepend[initial2-prepend2-expected2]
        type: Function
        lineno: 154
      -   nodeid: tests/test_utils_printing.py::test_prepend[initial3-prepend3-expected3]
        type: Function
        lineno: 154
      -   nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries0-widths0-  a   bbb]
        type: Function
        lineno: 166
      -   nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries1-widths1- 1  2]
        type: Function
        lineno: 166
      -   nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries2-widths2-  long  val]
        type: Function
        lineno: 166
      -   nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries3-widths3- True  False]
        type: Function
        lineno: 166
      -   nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries4-widths4-  123  4567]
        type: Function
        lineno: 166
      -   nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries5-widths5- text with space  end]
        type: Function
        lineno: 166
      -   nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries6-widths6-   {'a': 1}   {'b': 2}]
        type: Function
        lineno: 166
      -   nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries7-widths7-     [1, 2]     [3, 4]]
        type: Function
        lineno: 166
      -   nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries8-widths8-   [{'x': 1}]   [{'y': 2}]]
        type: Function
        lineno: 166
      -   nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries9-widths9-  [1, [2, 3]]  [4, [5, 6]]]
        type: Function
        lineno: 166
      -   nodeid: tests/test_utils_printing.py::test_fmt_label_sep[widths0------ ----]
        type: Function
        lineno: 182
      -   nodeid: tests/test_utils_printing.py::test_fmt_label_sep[widths1-=-== ===]
        type: Function
        lineno: 182
      -   nodeid: tests/test_utils_printing.py::test_fmt_label_sep[widths2------------- ------------]
        type: Function
        lineno: 182
      -   nodeid: tests/test_utils_printing.py::test_fmt_label_sep[widths3------------ ----------]
        type: Function
        lineno: 182
      -   nodeid: tests/test_utils_printing.py::test_fmt_label_sep[widths4-=-============== ==============]
        type: Function
        lineno: 182
      -   nodeid: tests/test_utils_printing.py::test_fmt_label_sep[widths5-#-############## ##############]
        type: Function
        lineno: 182
      -   nodeid: tests/test_utils_printing.py::test_printable_table_exact_output
        type: Function
        lineno: 198
      
    • tests/test_utils_xrange.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_xrange.py::test_xrange_finite[args0-kwargs0-expected0]
        type: Function
        lineno: 11
      -   nodeid: tests/test_utils_xrange.py::test_xrange_finite[args1-kwargs1-expected1]
        type: Function
        lineno: 11
      -   nodeid: tests/test_utils_xrange.py::test_xrange_finite[args2-kwargs2-expected2]
        type: Function
        lineno: 11
      -   nodeid: tests/test_utils_xrange.py::test_xrange_finite[args3-kwargs3-expected3]
        type: Function
        lineno: 11
      -   nodeid: tests/test_utils_xrange.py::test_xrange_infinite[args0-kwargs0-count(0)]
        type: Function
        lineno: 20
      -   nodeid: tests/test_utils_xrange.py::test_xrange_infinite[args1-kwargs1-count(0, 2)]
        type: Function
        lineno: 20
      -   nodeid: tests/test_utils_xrange.py::test_xrange_too_many_args[args0]
        type: Function
        lineno: 31
      
    • tests/test_ytils_utils.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_ytils_utils.py::test_singleton_instance
        type: Function
        lineno: 17
      -   nodeid: tests/test_ytils_utils.py::test_singleton_identity
        type: Function
        lineno: 25
      -   nodeid: tests/test_ytils_utils.py::test_typename[42-int]
        type: Function
        lineno: 32
      -   nodeid: tests/test_ytils_utils.py::test_typename[hello-str]
        type: Function
        lineno: 32
      -   nodeid: tests/test_ytils_utils.py::test_typename[obj2-test_singleton_class]
        type: Function
        lineno: 32
      -   nodeid: tests/test_ytils_utils.py::test_next_int[nums0-4]
        type: Function
        lineno: 42
      -   nodeid: tests/test_ytils_utils.py::test_next_int[nums1-21]
        type: Function
        lineno: 42
      -   nodeid: tests/test_ytils_utils.py::test_next_int[nums2-0]
        type: Function
        lineno: 42
      -   nodeid: tests/test_ytils_utils.py::test_zero_pad[7-3-007]
        type: Function
        lineno: 52
      -   nodeid: tests/test_ytils_utils.py::test_zero_pad[123-5-00123]
        type: Function
        lineno: 52
      -   nodeid: tests/test_ytils_utils.py::test_zero_pad[0-2-00]
        type: Function
        lineno: 52
      -   nodeid: tests/test_ytils_utils.py::test_iround[3.6-4]
        type: Function
        lineno: 62
      -   nodeid: tests/test_ytils_utils.py::test_iround[2.1-2]
        type: Function
        lineno: 62
      -   nodeid: tests/test_ytils_utils.py::test_iround[-1.5--2]
        type: Function
        lineno: 62
      -   nodeid: tests/test_ytils_utils.py::test_iround[-1.4--1]
        type: Function
        lineno: 62
      -   nodeid: tests/test_ytils_utils.py::test_sorted_naturally[items0-expected0]
        type: Function
        lineno: 73
      -   nodeid: tests/test_ytils_utils.py::test_sorted_naturally[items1-expected1]
        type: Function
        lineno: 73
      -   nodeid: tests/test_ytils_utils.py::test_sorted_naturally_reverse[items0-expected0]
        type: Function
        lineno: 80
      
. (1 tests)
  • .
    • Outcome: passed
    • result:
    -   nodeid: ci-reports
      type: Dir
    -   nodeid: outputs
      type: Dir
    -   nodeid: slic
      type: Package
    -   nodeid: temp-ci
      type: Dir
    -   nodeid: tests
      type: Dir
    

⚠️ 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: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
category: DeprecationWarning
when: collect
filename: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pyepics-3.4.3-py3.9.egg/epics/ca.py
lineno: 28
Warnings nº3
message: Deprecated call to `pkg_resources.declare_namespace('mpl_toolkits')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
category: DeprecationWarning
when: collect
filename: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pkg_resources/__init__.py
lineno: 3154
Warnings nº4
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