Clone
1
run 1373 TEST commit 5405f8a
ci-bot edited this page 2025-07-29 22:42:00 +00:00

Test Report

View CI Run 1373 | Commit 5405f8a

🧪 Test Report

Generated on 2025-07-30 00:41:57 CEST

🧾 General Info

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

📋 Summary

  • Passed: 253
  • Failed: 25
  • Total: 278
  • Collected: 278

🔎 Tests

Passed (253)
  • 📄 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.0006952870171517134
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007224639412015676
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002986791078001261
      

      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.00033484306186437607
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005270969122648239
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018933392129838467
      

      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.0003309939056634903
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006185958627611399
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018935115076601505
      

      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.0003394000232219696
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005046080332249403
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002034599892795086
      

      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.00031692604534327984
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005381619557738304
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018227309919893742
      

      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.00036663003265857697
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006524219643324614
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019265292212367058
      

      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.0003417909611016512
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005509089678525925
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019713607616722584
      

      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.0003474801778793335
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004914610181003809
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021293200552463531
      

      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.0003211039584130049
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005216298159211874
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020231399685144424
      

      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.0003301650285720825
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006228650454431772
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018169288523495197
      

      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.00034817098639905453
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005013600457459688
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018761400133371353
      

      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.0003285959828644991
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004992329049855471
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019652699120342731
      

      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.00030762096866965294
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005046040751039982
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017967005260288715
      

      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.0003258960787206888
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006092230323702097
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018030009232461452
      

      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.0003251240123063326
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005192789249122143
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019356515258550644
      

      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.00031004310585558414
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005072250496596098
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018518604338169098
      

      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.0003154200967401266
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005861909594386816
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001878640614449978
      

      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.0003359769470989704
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006113089621067047
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001887229736894369
      

      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.0003248730208724737
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000549146207049489
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020843418315052986
      

      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.00031852605752646923
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005462579429149628
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018618186004459858
      

      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.0003284651320427656
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007001620251685381
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001930899452418089
      

      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.00032293517142534256
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005787578411400318
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019131391309201717
      

      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.0003349080216139555
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005616419948637486
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018394202925264835
      

      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.0003345669247210026
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005150940269231796
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019642501138150692
      

      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.0003100801259279251
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006194110028445721
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019150413572788239
      

      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.00032000686042010784
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005209010560065508
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017990684136748314
      

      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.0003328260499984026
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005168979987502098
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018559792079031467
      

      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.00032814498990774155
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006104230415076017
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002023051492869854
      

      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.0003201600629836321
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005305157974362373
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019170204177498817
      

      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.000330435112118721
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000537665793672204
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019316701218485832
      

      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.0003363490104675293
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005257739685475826
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018363306298851967
      

      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.0003321440890431404
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006050930824130774
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020738202147185802
      

      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.00031809788197278976
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005650979001075029
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019961083307862282
      

      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.0003593200817704201
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005284461658447981
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018266518600285053
      

      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.00033755693584680557
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005732041317969561
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002774300519376993
      

      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.00033804308623075485
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005506479647010565
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018013478256762028
      

      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.000332163879647851
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005254810675978661
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019905297085642815
      

      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.0003661660011857748
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005994411185383797
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000212398124858737
      

      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.0003714589402079582
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0010232699569314718
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021180394105613232
      

      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.0003771129995584488
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005672171246260405
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021656486205756664
      

      outcome:

      passed
      
  • 📄 test_utils_channels.py

    Function: test_load_channels_and_channels_class_with_professional_names

    • Test 41

      📌 Setup phase

      duration:

      0.0001429279800504446
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0009849779307842255
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014505581930279732
      

      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.00020190305076539516
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017244601622223854
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012563797645270824
      

      outcome:

      passed
      
    • Test 43
      params: base_color="blue"

      📌 Runtime Parameters

      params:
        base_color: blue
      id: blue
      

      📌 Setup phase

      duration:

      0.00017332891002297401
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015988596715033054
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011928286403417587
      

      outcome:

      passed
      
    • Test 44
      params: base_color="yellow"

      📌 Runtime Parameters

      params:
        base_color: yellow
      id: yellow
      

      📌 Setup phase

      duration:

      0.0001864149235188961
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016589509323239326
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001234819646924734
      

      outcome:

      passed
      
    • Test 45
      params: base_color="green"

      📌 Runtime Parameters

      params:
        base_color: green
      id: green
      

      📌 Setup phase

      duration:

      0.00017017312347888947
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014625396579504013
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011656107380986214
      

      outcome:

      passed
      
    • Test 46
      params: base_color="cyan"

      📌 Runtime Parameters

      params:
        base_color: cyan
      id: cyan
      

      📌 Setup phase

      duration:

      0.0001716078259050846
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001523168757557869
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014096195809543133
      

      outcome:

      passed
      
    • Test 47
      params: base_color="magenta"

      📌 Runtime Parameters

      params:
        base_color: magenta
      id: magenta
      

      📌 Setup phase

      duration:

      0.0001671849749982357
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001435140147805214
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011710613034665585
      

      outcome:

      passed
      
    • Test 48
      params: base_color="white"

      📌 Runtime Parameters

      params:
        base_color: white
      id: white
      

      📌 Setup phase

      duration:

      0.00017330609261989594
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014840997755527496
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011896691285073757
      

      outcome:

      passed
      
    • Test 49
      params: base_color="black"

      📌 Runtime Parameters

      params:
        base_color: black
      id: black
      

      📌 Setup phase

      duration:

      0.000164516968652606
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014280597679316998
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011905096471309662
      

      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.000606585992500186
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003472929820418358
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000276349950581789
      

      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.00048143602907657623
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00024193315766751766
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00025450787506997585
      

      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.0004564311821013689
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00023441901430487633
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002460211981087923
      

      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.00046450900845229626
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00021973601542413235
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002650739625096321
      

      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.00046050711534917355
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002202959731221199
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002496850211173296
      

      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.0004629481118172407
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002159629948437214
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002482268027961254
      

      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.0004590239841490984
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002146188635379076
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002484109718352556
      

      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.0004658820107579231
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002260049805045128
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002456910442560911
      

      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.0004797049332410097
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002215900458395481
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002630040980875492
      

      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.00045574200339615345
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002134509850293398
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00023796292953193188
      

      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.00045621697790920734
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020693987607955933
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024994509294629097
      

      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.00044704508036375046
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000211372971534729
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024188286624848843
      

      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.00045546889305114746
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00045574898831546307
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00025573885068297386
      

      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.0004774020053446293
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00023677386343479156
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00025179702788591385
      

      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.00045681395567953587
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022578402422368526
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002528759650886059
      

      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.00045498693361878395
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022117095068097115
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002437019720673561
      

      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.00028244592249393463
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008975740056484938
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001794870477169752
      

      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.00029193609952926636
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007654980290681124
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018211896531283855
      

      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.00027855788357555866
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008519268594682217
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001776721328496933
      

      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.0002821921370923519
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007743819151073694
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017336499877274036
      

      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.00028921314515173435
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008535340894013643
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017848704010248184
      

      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.0002798240166157484
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015250500291585922
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015633506700396538
      

      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.00032435101456940174
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015348312444984913
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016993889585137367
      

      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.00027315691113471985
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014913990162312984
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000160308089107275
      

      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.00026680598966777325
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014163414016366005
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001531960442662239
      

      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.00031241681426763535
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015663797967135906
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015502097085118294
      

      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.0002756298054009676
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001442241482436657
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015330500900745392
      

      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.0002574068494141102
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013804808259010315
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016972492448985577
      

      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.00026712706312537193
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014065392315387726
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015111500397324562
      

      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.00026887492276728153
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001531289890408516
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015083909966051579
      

      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.000259211054071784
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001846509985625744
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015486287884414196
      

      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.00026737083680927753
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018180906772613525
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001652210485190153
      

      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.0002251099795103073
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013796286657452583
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016354816034436226
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00022378494031727314
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016684015281498432
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001418211031705141
      

      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.0003148291725665331
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015849387273192406
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016972701996564865
      

      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.0003218241035938263
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017144693993031979
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017149001359939575
      

      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.00033234991133213043
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015334389172494411
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019024615176022053
      

      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.0003071790561079979
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001613630447536707
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017311680130660534
      

      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.0003171800635755062
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015163584612309933
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001687370240688324
      

      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.00033428706228733063
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014519086107611656
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016660988330841064
      

      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.00030271499417722225
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014065601862967014
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018836092203855515
      

      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.0003134720027446747
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000280589098110795
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017188792116940022
      

      outcome:

      passed
      
  • 📄 test_utils_dotdir.py

    Function: test_dotdir_creation_and_base_exists

    • Test 94

      📌 Setup phase

      duration:

      0.0013888690154999495
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00026142015121877193
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024269684217870235
      

      outcome:

      passed
      

    Function: test_dotdir_repr_returns_path_str

    • Test 95

      📌 Setup phase

      duration:

      0.0006033009849488735
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002342071384191513
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020703300833702087
      

      outcome:

      passed
      

    Function: test_dotdir_call

    • Test 96

      📌 Setup phase

      duration:

      0.0006449331995099783
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002607540227472782
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021044793538749218
      

      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.0005901618860661983
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00044329906813800335
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001905360259115696
      

      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.0006054488476365805
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004083320964127779
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018897606059908867
      

      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.0005566978361457586
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004253110382705927
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017760694026947021
      

      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.000612224917858839
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003731169272214174
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017832801677286625
      

      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.0006087350193411112
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00037709204480051994
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001911441795527935
      

      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.0006178438197821379
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003899768926203251
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019033299759030342
      

      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.0006043389439582825
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004016601014882326
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019620591774582863
      

      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.0006917030550539494
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005596249829977751
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018511596135795116
      

      outcome:

      passed
      
  • 📄 test_utils_lazypv.py

    Function: test_getattr

    • Test 105

      📌 Setup phase

      duration:

      0.00014626397751271725
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.09205117006786168
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0004728119820356369
      

      outcome:

      passed
      
  • 📄 test_utils_logcfg.py

    Function: test_custom_log_outputs

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.002184764016419649
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008994468953460455
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0003007578197866678
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0004093858879059553
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00042117899283766747
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002380178775638342
      

      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.0005940650589764118
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008095190860331059
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002434058114886284
      

      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.00041221408173441887
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005211429670453072
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00022838404402136803
      

      outcome:

      passed
      

    Function: test_ignore_only_by_level

    • Test 111

      📌 Setup phase

      duration:

      0.00023787212558090687
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00039326190017163754
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019313395023345947
      

      outcome:

      passed
      

    Function: test_ignore_only_by_msg

    • Test 112

      📌 Setup phase

      duration:

      0.00027063791640102863
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003965499345213175
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001804970670491457
      

      outcome:

      passed
      

    Function: test_filter_removed_after_context

    • Test 113

      📌 Setup phase

      duration:

      0.0002611700911074877
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00036768894642591476
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016677891835570335
      

      outcome:

      passed
      
  • 📄 test_utils_metaclasses.py

    Function: test_combine_classes_combines_methods

    • Test 114

      📌 Setup phase

      duration:

      0.00014541484415531158
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00021270988509058952
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011769100092351437
      

      outcome:

      passed
      

    Function: test_registryabc_combines_registrymeta_and_abcmeta

    • Test 115

      📌 Setup phase

      duration:

      0.00011579599231481552
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.005155388964340091
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014440994709730148
      

      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.0003927028737962246
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.020107391057536006
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002265318762511015
      

      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.00035220501013100147
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004376568831503391
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001920259092003107
      

      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.0003622479271143675
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004357011057436466
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001991319004446268
      

      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.0003533661365509033
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003695818595588207
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020317290909588337
      

      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.0003323429264128208
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00034887599758803844
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001902119256556034
      

      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.0003353368956595659
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00033964402973651886
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001885842066258192
      

      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.0003421579021960497
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00035343808121979237
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018896092660725117
      

      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.0003351068589836359
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00035094493068754673
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019724410958588123
      

      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.00035068904981017113
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00036704796366393566
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018270895816385746
      

      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.0004389737732708454
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00038545997813344
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019995495676994324
      

      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.00037819589488208294
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003384111914783716
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020972592756152153
      

      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.00037683406844735146
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00039167609065771103
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020717689767479897
      

      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.00038043479435145855
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00033123791217803955
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002174251712858677
      

      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.0003864881582558155
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00035453191958367825
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00023779389448463917
      

      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.0003874669782817364
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00034310691989958286
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021676812320947647
      

      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.0003551649861037731
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015352200716733932
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017031491734087467
      

      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.0003134950529783964
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014563091099262238
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016805902123451233
      

      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.00030442187562584877
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013498798944056034
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001652438659220934
      

      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.0003079210873693228
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014642998576164246
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016264780424535275
      

      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.00029513309709727764
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014048698358237743
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017225905321538448
      

      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.000333254924044013
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00032036611810326576
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001981330569833517
      

      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.0003283570986241102
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002502750139683485
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001780490856617689
      

      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.0003453048411756754
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00023700506426393986
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001746569760143757
      

      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.000327535904943943
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00023261993192136288
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017265300266444683
      

      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.0002926019951701164
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014872080646455288
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001809149980545044
      

      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.0002823511604219675
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000145267928019166
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015486404299736023
      

      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.00026235985569655895
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001363868359476328
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015025795437395573
      

      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.00022443896159529686
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014215195551514626
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001493510790169239
      

      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.00023077381774783134
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014515803195536137
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014084088616073132
      

      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.00022303592413663864
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014369608834385872
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013997801579535007
      

      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.00021842285059392452
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013717589899897575
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001423778012394905
      

      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.0002516978420317173
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014307699166238308
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013795890845358372
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00021116016432642937
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013186107389628887
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013215700164437294
      

      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.00022626714780926704
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013598008081316948
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015956908464431763
      

      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.00022868718951940536
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014752009883522987
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014097383245825768
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00020987004972994328
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013304292224347591
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014816690236330032
      

      outcome:

      passed
      
  • 📄 test_utils_path.py

    Function: test_can_create_all_files_user_says_yes

    • Test 167

      📌 Setup phase

      duration:

      0.00011763907968997955
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000728188082575798
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001202588900923729
      

      outcome:

      passed
      

    Function: test_can_create_all_files_user_says_no

    • Test 168

      📌 Setup phase

      duration:

      0.00012044585309922695
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00040782405994832516
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011115195229649544
      

      outcome:

      passed
      

    Function: test_make_missing_dir_creates_folder

    • Test 169

      📌 Setup phase

      duration:

      0.00011545605957508087
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005340359639376402
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012052501551806927
      

      outcome:

      passed
      

    Function: test_glob_files_returns_matching_files_only

    • Test 170

      📌 Setup phase

      duration:

      0.00010828021913766861
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0009975188877433538
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012172595597803593
      

      outcome:

      passed
      

    Function: test_filter_files_excludes_directories

    • Test 171

      📌 Setup phase

      duration:

      0.00012082490138709545
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008120920974761248
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001255690585821867
      

      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.0006321689579635859
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004068729467689991
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016963598318398
      

      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.0006048509385436773
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003108840901404619
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016053090803325176
      

      outcome:

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

      📌 Runtime Parameters

      params:
        test_obj: simple string
      id: simple string
      

      📌 Setup phase

      duration:

      0.0004916258621960878
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00030308798886835575
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016287295147776604
      

      outcome:

      passed
      
    • Test 175
      params: test_obj=42

      📌 Runtime Parameters

      params:
        test_obj: 42
      id: 42
      

      📌 Setup phase

      duration:

      0.0005279409233480692
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002940038684755564
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016431696712970734
      

      outcome:

      passed
      
    • Test 176
      params: test_obj=3.14159

      📌 Runtime Parameters

      params:
        test_obj: 3.14159
      id: 3.14159
      

      📌 Setup phase

      duration:

      0.0005369780119508505
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00029920809902250767
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016385712660849094
      

      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.0005106749013066292
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003121329937130213
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016007781960070133
      

      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.0005659451708197594
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003136990126222372
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016412604600191116
      

      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.00023712404072284698
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016565178520977497
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014733499847352505
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00024057598784565926
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014029606245458126
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001445678062736988
      

      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.0002444570418447256
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014582788571715355
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001364059280604124
      

      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.00021242699585855007
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014192285016179085
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013944902457296848
      

      outcome:

      passed
      

    Function: test_strlen

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00022038514725863934
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001399738248437643
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013790512457489967
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00022694002836942673
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001355570275336504
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001542388927191496
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00022067897953093052
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001350881066173315
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001375270076096058
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0002248510718345642
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013600499369204044
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013611395843327045
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00022576702758669853
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014656013809144497
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001357190776616335
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0002131981309503317
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014631194062530994
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014318106696009636
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0002180510200560093
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013455282896757126
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013517402112483978
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00021748687140643597
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013690791092813015
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013526994735002518
      

      outcome:

      passed
      
    • Test 191
      params: value="this is a phrase", expected=16

      📌 Runtime Parameters

      params:
        value: this is a phrase
        expected: 16
      id: this is a phrase-16
      

      📌 Setup phase

      duration:

      0.00021671992726624012
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013089110143482685
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014023995026946068
      

      outcome:

      passed
      

    Function: test_maxstrlen

    • Test 192
      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.00022812001407146454
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014687888324260712
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021000904962420464
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00022083590738475323
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014220504090189934
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014037801884114742
      

      outcome:

      passed
      
    • Test 194
      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.00021448195911943913
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014895014464855194
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001456090249121189
      

      outcome:

      passed
      
    • Test 195
      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.00023742206394672394
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015507405623793602
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001454309094697237
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00021405890583992004
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013941898941993713
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013749697245657444
      

      outcome:

      passed
      

    Function: test_transpose_matrix

    • Test 197
      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.00022753700613975525
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015414715744554996
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013834587298333645
      

      outcome:

      passed
      
    • Test 198

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0002245800569653511
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001369928941130638
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001349009107798338
      

      outcome:

      passed
      
    • Test 199
      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.00022128107957541943
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014010490849614143
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013779103755950928
      

      outcome:

      passed
      

    Function: test_prepend

    • Test 200
      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.0002728519029915333
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001393409911543131
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015249894931912422
      

      outcome:

      passed
      
    • Test 201
      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.00027393409982323647
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013214093632996082
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015568803064525127
      

      outcome:

      passed
      
    • Test 202
      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.00026235682889819145
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014146184548735619
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001679759006947279
      

      outcome:

      passed
      
    • Test 203
      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.0002637298312038183
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013492885045707226
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001563390251249075
      

      outcome:

      passed
      

    Function: test_fmt_table_line

    • Test 204
      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.00027884705923497677
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015717395581305027
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015287799760699272
      

      outcome:

      passed
      
    • Test 205
      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.0002654360141605139
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014906888827681541
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015373900532722473
      

      outcome:

      passed
      
    • Test 206
      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.000262614106759429
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001396720763295889
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001577117945998907
      

      outcome:

      passed
      
    • Test 207
      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.00026502786204218864
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014086486771702766
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014836806803941727
      

      outcome:

      passed
      
    • Test 208
      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.00026230583898723125
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014282413758337498
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016032089479267597
      

      outcome:

      passed
      
    • Test 209
      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.0002538450062274933
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013764714822173119
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015493319369852543
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0002664080820977688
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001430939882993698
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015335297212004662
      

      outcome:

      passed
      
    • Test 211
      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.0002599970903247595
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001409989781677723
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014701997861266136
      

      outcome:

      passed
      

    Function: test_fmt_label_sep

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00025693117640912533
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014054798521101475
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016326108016073704
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00028222217224538326
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014305301010608673
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001538421493023634
      

      outcome:

      passed
      
    • Test 214
      params: widths=[5, 2], line="*", expected="***** **"

      📌 Runtime Parameters

      params:
        widths:
          - 5
          - 2
        line: *
        expected: ***** **
      id: widths2-*-***** **
      

      📌 Setup phase

      duration:

      0.000259944936260581
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014012190513312817
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015289895236492157
      

      outcome:

      passed
      

    Function: test_printable_dict_with_header

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

      📌 Runtime Parameters

      params:
        d:
          medium: True
          very_long_key: 3.14
          x: 1
        header: HeaderTest
        expected_lines:
          - HeaderTest:
          - -----------
          - medium:        True
          - very_long_key: 3.14
          - x:             1
          - (vide)
      id: d0-HeaderTest-expected_lines0
      

      📌 Setup phase

      duration:

      0.00026232399977743626
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004347751382738352
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017027510330080986
      

      outcome:

      passed
      

    Function: test_printable_dict_of_dicts

    • Test 216

      📌 Setup phase

      duration:

      0.00011603510938584805
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00032642087899148464
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001254070084542036
      

      outcome:

      passed
      

    Function: test_printable_table

    • Test 217
      params: data="X1", true, 0.1234, {"meta": "ok"}], ["AnotherSample", false, 98765.4321, {"meta": [1, 2, 3]}], ["Z", null, 0.0, {"meta": {"nested_key": 42}}, labels=["ID", "✓ Success?", "SuperPrecisionValue", "Result Metadata"], expected="A: ID\nB: ✓ Success?\nC: SuperPrecisionValue\nD: Result Metadata\n\n# A B C D\n- ------------- ----- ---------- ----------------------------\n0 X1 True 0.1234 {'meta': 'ok'}\n1 AnotherSample False 98765.4321 {'meta': [1, 2, 3]}\n2 Z None 0.0 {'meta': {'nested_key': 42}}"

      📌 Runtime Parameters

      params:
        data:
          -       - X1
            - True
            - 0.1234
            -         meta: ok
          -       - AnotherSample
            - (vide)
            - 98765.4321
            -         meta:
                - 1
                - 2
                - 3
          -       - Z
            - (vide)
            - (vide)
            -         meta:
                nested_key: 42
        labels:
          - ID
          -  Success?
          - SuperPrecisionValue
          - Result Metadata
        expected: A: ID
      B:  Success?
      C: SuperPrecisionValue
      D: Result Metadata
      
      #             A     B          C                            D
      - ------------- ----- ---------- ----------------------------
      0            X1  True     0.1234               {'meta': 'ok'}
      1 AnotherSample False 98765.4321          {'meta': [1, 2, 3]}
      2             Z  None        0.0 {'meta': {'nested_key': 42}}
      id: data0-labels0-A: ID\nB: \u2713 Success?\nC: SuperPrecisionValue\nD: Result Metadata\n\n#             A     B          C                            D\n- ------------- ----- ---------- ----------------------------\n0            X1  True     0.1234               {'meta': 'ok'}\n1 AnotherSample False 98765.4321          {'meta': [1, 2, 3]}\n2             Z  None        0.0 {'meta': {'nested_key': 42}}
      

      📌 Setup phase

      duration:

      0.00029176799580454826
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00030814390629529953
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016357610002160072
      

      outcome:

      passed
      
  • 📄 test_utils_rangebar.py

    Function: test_full_progress_bar

    • Test 218

      📌 Setup phase

      duration:

      0.0003517628647387028
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00025292905047535896
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019095209427177906
      

      outcome:

      passed
      

    Function: test_half_progress_bar

    • Test 219

      📌 Setup phase

      duration:

      0.0002696639858186245
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020501506514847279
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018754205666482449
      

      outcome:

      passed
      

    Function: test_zero_progress_bar

    • Test 220

      📌 Setup phase

      duration:

      0.0002768619451671839
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001871250569820404
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016785296611487865
      

      outcome:

      passed
      

    Function: test_overflow_bar

    • Test 221

      📌 Setup phase

      duration:

      0.00027731782756745815
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019887997768819332
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017158105038106441
      

      outcome:

      passed
      

    Function: test_underflow_bar

    • Test 222

      📌 Setup phase

      duration:

      0.00028533698059618473
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018760794773697853
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016309809871017933
      

      outcome:

      passed
      

    Function: test_repr

    • Test 223

      📌 Setup phase

      duration:

      0.00011544395238161087
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014882790856063366
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001112818717956543
      

      outcome:

      passed
      

    Function: test_each_value_separately

    • Test 224
      params: value=0, expected_bar_part=" "

      📌 Runtime Parameters

      params:
        value: 0
        expected_bar_part:           
      id: 0-          
      

      📌 Setup phase

      duration:

      0.00037742103450000286
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020030816085636616
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020381389185786247
      

      outcome:

      passed
      
    • Test 225
      params: value=10, expected_bar_part="█ "

      📌 Runtime Parameters

      params:
        value: 10
        expected_bar_part:          
      id: 10-\u2588         
      

      📌 Setup phase

      duration:

      0.0003741839900612831
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020380597561597824
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002036290243268013
      

      outcome:

      passed
      
    • Test 226
      params: value=25, expected_bar_part="██▌ "

      📌 Runtime Parameters

      params:
        value: 25
        expected_bar_part: ██▌       
      id: 25-\u2588\u2588\u258c       
      

      📌 Setup phase

      duration:

      0.000359497033059597
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001991919707506895
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019780988804996014
      

      outcome:

      passed
      
    • Test 227
      params: value=27, expected_bar_part="██▊ "

      📌 Runtime Parameters

      params:
        value: 27
        expected_bar_part: ██▊       
      id: 27-\u2588\u2588\u258a       
      

      📌 Setup phase

      duration:

      0.0003782520070672035
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019413908012211323
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019077118486166
      

      outcome:

      passed
      
    • Test 228
      params: value=49, expected_bar_part="████▉ "

      📌 Runtime Parameters

      params:
        value: 49
        expected_bar_part: ████▉     
      id: 49-\u2588\u2588\u2588\u2588\u2589     
      

      📌 Setup phase

      duration:

      0.00037589692510664463
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019360496662557125
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001940568909049034
      

      outcome:

      passed
      
    • Test 229
      params: value=50, expected_bar_part="█████ "

      📌 Runtime Parameters

      params:
        value: 50
        expected_bar_part: █████     
      id: 50-\u2588\u2588\u2588\u2588\u2588     
      

      📌 Setup phase

      duration:

      0.00036454200744628906
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001951970625668764
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000203039962798357
      

      outcome:

      passed
      
    • Test 230
      params: value=51, expected_bar_part="█████▏ "

      📌 Runtime Parameters

      params:
        value: 51
        expected_bar_part: █████▏    
      id: 51-\u2588\u2588\u2588\u2588\u2588\u258f    
      

      📌 Setup phase

      duration:

      0.00034947111271321774
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020080897957086563
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001911830622702837
      

      outcome:

      passed
      
    • Test 231
      params: value=73, expected_bar_part="███████▎ "

      📌 Runtime Parameters

      params:
        value: 73
        expected_bar_part: ███████▎  
      id: 73-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258e  
      

      📌 Setup phase

      duration:

      0.00037206104025244713
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019173696637153625
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019229413010179996
      

      outcome:

      passed
      
    • Test 232
      params: value=75, expected_bar_part="███████▌ "

      📌 Runtime Parameters

      params:
        value: 75
        expected_bar_part: ███████▌  
      id: 75-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c  
      

      📌 Setup phase

      duration:

      0.00035131489858031273
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018345098942518234
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020755198784172535
      

      outcome:

      passed
      
    • Test 233
      params: value=90, expected_bar_part="█████████ "

      📌 Runtime Parameters

      params:
        value: 90
        expected_bar_part: █████████ 
      id: 90-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588 
      

      📌 Setup phase

      duration:

      0.0003853540401905775
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002021128311753273
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019568484276533127
      

      outcome:

      passed
      
    • Test 234
      params: value=100, expected_bar_part="██████████"

      📌 Runtime Parameters

      params:
        value: 100
        expected_bar_part: ██████████
      id: 100-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588
      

      📌 Setup phase

      duration:

      0.00037682498805224895
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018985988572239876
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019642803817987442
      

      outcome:

      passed
      
  • 📄 test_utils_trinary.py

    Function: test_check_trinary_valid_values

    • Test 242

      📌 Setup phase

      duration:

      0.0001452770084142685
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018019694834947586
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010858406312763691
      

      outcome:

      passed
      

    Function: test_check_trinary_invalid_value

    • Test 243

      📌 Setup phase

      duration:

      0.00011058710515499115
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004070319700986147
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011816201731562614
      

      outcome:

      passed
      

    Function: test_check_trinary_with_custom_allowed_values

    • Test 244

      📌 Setup phase

      duration:

      0.00011421181261539459
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017340388149023056
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010311207734048367
      

      outcome:

      passed
      
  • 📄 test_utils_typecast.py

    Function: test_downcast_success

    • Test 245

      📌 Setup phase

      duration:

      0.00012179091572761536
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001665868330746889
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010238587856292725
      

      outcome:

      passed
      

    Function: test_upcast_success

    • Test 246

      📌 Setup phase

      duration:

      0.00010522804223001003
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015301001258194447
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      9.739305824041367e-05
      

      outcome:

      passed
      

    Function: test_downcast_invalid

    • Test 247

      📌 Setup phase

      duration:

      0.00010923692025244236
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003452280070632696
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010567600838840008
      

      outcome:

      passed
      

    Function: test_upcast_invalid

    • Test 248

      📌 Setup phase

      duration:

      0.00010566995479166508
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016479706391692162
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010228296741843224
      

      outcome:

      passed
      

    Function: test_object_identity_preserved

    • Test 249

      📌 Setup phase

      duration:

      0.00010753911919891834
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015063118189573288
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      9.867595508694649e-05
      

      outcome:

      passed
      

    Function: test_ensure_subclass_valid

    • Test 250

      📌 Setup phase

      duration:

      0.00010213605128228664
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014197197742760181
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010112812742590904
      

      outcome:

      passed
      

    Function: test_ensure_subclass_invalid

    • Test 251

      📌 Setup phase

      duration:

      0.0001047900877892971
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016131787560880184
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      9.658001363277435e-05
      

      outcome:

      passed
      

    Function: test_cast_changes_class

    • Test 252

      📌 Setup phase

      duration:

      0.00010124710388481617
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014015589840710163
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010604504495859146
      

      outcome:

      passed
      

    Function: test_cast_preserves_identity

    • Test 253

      📌 Setup phase

      duration:

      0.00010373396798968315
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00012786593288183212
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010012718848884106
      

      outcome:

      passed
      
  • 📄 test_utils_xrange.py

    Function: test_xrange_finite

    • Test 254
      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.00030958792194724083
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015567708760499954
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016432302072644234
      

      outcome:

      passed
      
    • Test 255
      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.0002907179296016693
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015438906848430634
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016130111180245876
      

      outcome:

      passed
      
    • Test 256
      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.000264311907812953
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014065694995224476
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001537008211016655
      

      outcome:

      passed
      
    • Test 257
      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.00027495180256664753
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001406678929924965
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001574321649968624
      

      outcome:

      passed
      

    Function: test_xrange_infinite

    • Test 258
      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.000272753881290555
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015690503641963005
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015254784375429153
      

      outcome:

      passed
      
    • Test 259
      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.000260836910456419
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015402212738990784
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016545713879168034
      

      outcome:

      passed
      

    Function: test_xrange_too_many_args

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00016367388889193535
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003956679720431566
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013504386879503727
      

      outcome:

      passed
      
  • 📄 test_ytils_utils.py

    Function: test_singleton_instance

    • Test 261

      📌 Setup phase

      duration:

      0.00011602300219237804
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014985492452979088
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010057399049401283
      

      outcome:

      passed
      

    Function: test_singleton_identity

    • Test 262

      📌 Setup phase

      duration:

      0.00011021015234291553
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014074193313717842
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      9.67090018093586e-05
      

      outcome:

      passed
      

    Function: test_typename

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0002349440474063158
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015992997214198112
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014393683522939682
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00022316700778901577
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013720919378101826
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001413179561495781
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0002264990471303463
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013502384535968304
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014366605319082737
      

      outcome:

      passed
      

    Function: test_next_int

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00036563584581017494
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014452007599174976
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013739196583628654
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0002268750686198473
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001371630933135748
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014696503058075905
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00021653901785612106
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014702696353197098
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001510560978204012
      

      outcome:

      passed
      

    Function: test_zero_pad

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0002566420007497072
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001432888675481081
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015510804951190948
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0002590001095086336
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014840997755527496
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015204795636236668
      

      outcome:

      passed
      
    • Test 271
      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.0001336981076747179
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001467759720981121
      

      outcome:

      passed
      

    Function: test_iround

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0002301749773323536
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001387998927384615
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001386580988764763
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00022281683050096035
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001427209936082363
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014622206799685955
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00021787802688777447
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013354001566767693
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013448507525026798
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00022818194702267647
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013670604676008224
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013550091534852982
      

      outcome:

      passed
      

    Function: test_sorted_naturally

    • Test 276
      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.00022161914967000484
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017029698938131332
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014764606021344662
      

      outcome:

      passed
      
    • Test 277
      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.00022235000506043434
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016213092021644115
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001424520742148161
      

      outcome:

      passed
      

    Function: test_sorted_naturally_reverse

    • Test 278
      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.00021936092525720596
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001518090721219778
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0005226589273661375
      

      outcome:

      passed
      
Failed (25)
  • 📄 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.00028677494265139103
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008567948825657368
      

      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.0002788589335978031
      

      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.0002753450535237789
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005564491730183363
      

      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.00021033082157373428
      

      outcome:

      passed
      
  • 📄 test_utils_logcfg.py

    Function: test_import_logging_once_per_module

    • Test 108

      📌 Setup phase

      duration:

      0.00014743604697287083
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      1.6624739370308816
      

      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.0003402610309422016
      

      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.00037975097075104713
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.001085167983546853
      

      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 0x7f69de4e65e0>, 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.00021605892106890678
      

      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.0003364060539752245
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005423719994723797
      

      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 0x7f69dd47f940>, 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.0002153259702026844
      

      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.0003693951293826103
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008440779056400061
      

      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 0x7f69de075ca0>, 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.00021745706908404827
      

      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.0004068720154464245
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005055158399045467
      

      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 0x7f69dd482160>, 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.00022435886785387993
      

      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.00039089610800147057
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000490386039018631
      

      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 0x7f69dd4825e0>, 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.0002443359699100256
      

      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.00037921289913356304
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004945630207657814
      

      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 0x7f69dd482d30>, 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.00023040594533085823
      

      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.0003751779440790415
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005126979667693377
      

      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 0x7f69dd4b9c10>, 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.00023853592574596405
      

      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.0003825149033218622
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004964671097695827
      

      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 0x7f69dd4b90d0>, 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.00022795493714511395
      

      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.00040530087426304817
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004922898951917887
      

      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 0x7f69dd4b9310>, 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.00024774298071861267
      

      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.0003783218562602997
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004764001350849867
      

      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 0x7f69dd4b9b80>, 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.0002399049699306488
      

      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.00037435092963278294
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008323199581354856
      

      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 0x7f69dd4bc3a0>, 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.00023795990273356438
      

      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.0003718750085681677
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008147219195961952
      

      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 0x7f69dd4b9b80>, 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.00022679800167679787
      

      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.0003778180107474327
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005202321335673332
      

      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 0x7f69dd4bc430>, 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.00029731285758316517
      

      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.0004141060635447502
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005242691840976477
      

      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 0x7f69dd4f2c10>, 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.00026188604533672333
      

      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.0003951850812882185
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000527059892192483
      

      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 0x7f6a39253e50>, 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.00024186400696635246
      

      outcome:

      passed
      
  • 📄 test_utils_snapshot.py

    Function: test_snapshot_excludes_internal_by_default

    • Test 235

      📌 Setup phase

      duration:

      0.00012735091149806976
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007099828217178583
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/unittest/mock.py
      lineno: 1366
      message: AttributeError: <function snapshot at 0x7f69d7fcd8b0> does not have the attribute 'instances'
      

      traceback:

      -   path: tests/test_utils_snapshot.py
        lineno: 34
        message: None
      -   path: .pixi/envs/default/lib/python3.8/unittest/mock.py
        lineno: 1393
        message: in __enter__
      -   path: .pixi/envs/default/lib/python3.8/unittest/mock.py
        lineno: 1366
        message: AttributeError
      

      longrepr:

      def test_snapshot_excludes_internal_by_default():
      
              visible = FakeAdjustable("visible", internal=False)
              hidden = FakeAdjustable("internal", internal=True)
      
      >       with patch("slic.utils.snapshot.instances", return_value=[visible, hidden]):
      
      tests/test_utils_snapshot.py:34: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      .pixi/envs/default/lib/python3.8/unittest/mock.py:1393: in __enter__
          original, local = self.get_original()
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      self = <unittest.mock._patch object at 0x7f69de1a53d0>
      
          def get_original(self):
              target = self.getter()
              name = self.attribute
      
              original = DEFAULT
              local = False
      
              try:
                  original = target.__dict__[name]
              except (AttributeError, KeyError):
                  original = getattr(target, name, DEFAULT)
              else:
                  local = True
      
              if name in _builtins and isinstance(target, ModuleType):
                  self.create = True
      
              if not self.create and original is DEFAULT:
      >           raise AttributeError(
                      "%s does not have the attribute %r" % (target, name)
                  )
      E           AttributeError: <function snapshot at 0x7f69d7fcd8b0> does not have the attribute 'instances'
      
      .pixi/envs/default/lib/python3.8/unittest/mock.py:1366: AttributeError
      

      📌 Teardown phase

      duration:

      0.00022781500592827797
      

      outcome:

      passed
      

    Function: test_snapshot_include_internal_flag

    • Test 236

      📌 Setup phase

      duration:

      0.00013915798626840115
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005578098352998495
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/unittest/mock.py
      lineno: 1366
      message: AttributeError: <function snapshot at 0x7f69d7fcd8b0> does not have the attribute 'instances'
      

      traceback:

      -   path: tests/test_utils_snapshot.py
        lineno: 45
        message: None
      -   path: .pixi/envs/default/lib/python3.8/unittest/mock.py
        lineno: 1393
        message: in __enter__
      -   path: .pixi/envs/default/lib/python3.8/unittest/mock.py
        lineno: 1366
        message: AttributeError
      

      longrepr:

      def test_snapshot_include_internal_flag():
      
              visible = FakeAdjustable("visible", internal=False)
              hidden = FakeAdjustable("internal", internal=True)
      
      >       with patch("slic.utils.snapshot.instances", return_value=[visible, hidden]):
      
      tests/test_utils_snapshot.py:45: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      .pixi/envs/default/lib/python3.8/unittest/mock.py:1393: in __enter__
          original, local = self.get_original()
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      self = <unittest.mock._patch object at 0x7f69ddfca040>
      
          def get_original(self):
              target = self.getter()
              name = self.attribute
      
              original = DEFAULT
              local = False
      
              try:
                  original = target.__dict__[name]
              except (AttributeError, KeyError):
                  original = getattr(target, name, DEFAULT)
              else:
                  local = True
      
              if name in _builtins and isinstance(target, ModuleType):
                  self.create = True
      
              if not self.create and original is DEFAULT:
      >           raise AttributeError(
                      "%s does not have the attribute %r" % (target, name)
                  )
      E           AttributeError: <function snapshot at 0x7f69d7fcd8b0> does not have the attribute 'instances'
      
      .pixi/envs/default/lib/python3.8/unittest/mock.py:1366: AttributeError
      

      📌 Teardown phase

      duration:

      0.00021274900063872337
      

      outcome:

      passed
      

    Function: test_snapshot_empty_result

    • Test 237

      📌 Setup phase

      duration:

      0.00014123297296464443
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002306620590388775
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/unittest/mock.py
      lineno: 1366
      message: AttributeError: <function snapshot at 0x7f69d7fcd8b0> does not have the attribute 'instances'
      

      traceback:

      -   path: tests/test_utils_snapshot.py
        lineno: 54
        message: None
      -   path: .pixi/envs/default/lib/python3.8/unittest/mock.py
        lineno: 1393
        message: in __enter__
      -   path: .pixi/envs/default/lib/python3.8/unittest/mock.py
        lineno: 1366
        message: AttributeError
      

      longrepr:

      def test_snapshot_empty_result():
      
      >       with patch("slic.utils.snapshot.instances", return_value=[]):
      
      tests/test_utils_snapshot.py:54: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      .pixi/envs/default/lib/python3.8/unittest/mock.py:1393: in __enter__
          original, local = self.get_original()
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      self = <unittest.mock._patch object at 0x7f69ddf41e50>
      
          def get_original(self):
              target = self.getter()
              name = self.attribute
      
              original = DEFAULT
              local = False
      
              try:
                  original = target.__dict__[name]
              except (AttributeError, KeyError):
                  original = getattr(target, name, DEFAULT)
              else:
                  local = True
      
              if name in _builtins and isinstance(target, ModuleType):
                  self.create = True
      
              if not self.create and original is DEFAULT:
      >           raise AttributeError(
                      "%s does not have the attribute %r" % (target, name)
                  )
      E           AttributeError: <function snapshot at 0x7f69d7fcd8b0> does not have the attribute 'instances'
      
      .pixi/envs/default/lib/python3.8/unittest/mock.py:1366: AttributeError
      

      📌 Teardown phase

      duration:

      0.00021685194224119186
      

      outcome:

      passed
      

    Function: test_snapshot_sort_keys

    • Test 238
      params: sort_key="", expected_order=["B", "C", "A"]

      📌 Runtime Parameters

      params:
        sort_key: <built-in function repr>
        expected_order:
          - B
          - C
          - A
      id: repr-expected_order0
      

      📌 Setup phase

      duration:

      0.00030383910052478313
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006697531789541245
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/unittest/mock.py
      lineno: 1366
      message: AttributeError: <function snapshot at 0x7f69d7fcd8b0> does not have the attribute 'instances'
      

      traceback:

      -   path: tests/test_utils_snapshot.py
        lineno: 84
        message: None
      -   path: .pixi/envs/default/lib/python3.8/unittest/mock.py
        lineno: 1393
        message: in __enter__
      -   path: .pixi/envs/default/lib/python3.8/unittest/mock.py
        lineno: 1366
        message: AttributeError
      

      longrepr:

      sort_key = <built-in function repr>, expected_order = ['B', 'C', 'A']
      
          @pytest.mark.parametrize("sort_key, expected_order", [
              # Sorted by __repr__ values: repr = <Adjustable B>, <Adjustable C>, <Adjustable A>
              (repr, ["B", "C", "A"]),
      
              # Sorted by __str__ values: str = "Beta", "Charlie", "Alpha"
              (str, ["B", "C", "A"]),
      
              # Sorted by ID: "id1", "id2", "id3"
              (lambda a: a.ID, ["A", "C", "B"]),
      
              # Sorted by lowercase name: "alpha", "beta", "charlie"
              (lambda a: a.name.lower(), ["A", "B", "C"]),
          ])
          def test_snapshot_sort_keys(sort_key, expected_order):
      
              a = FakeAdjustable("id3", name="Alpha")    # __str__ = "Alpha", __repr__ = <Adjustable Alpha>
              b = FakeAdjustable("id1", name="Beta")     # __str__ = "Beta",  __repr__ = <Adjustable Beta>
              c = FakeAdjustable("id2", name="Charlie")  # __str__ = "Charlie", __repr__ = <Adjustable Charlie>
      
              # Map from name to object so we can extract expected IDs later
              name_to_obj = {adj.name: adj for adj in [a, b, c]}
              unordered = [c, a, b]  # intentionally unsorted
      
      >       with patch("slic.utils.snapshot.instances", return_value=unordered):
      
      tests/test_utils_snapshot.py:84: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      .pixi/envs/default/lib/python3.8/unittest/mock.py:1393: in __enter__
          original, local = self.get_original()
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      self = <unittest.mock._patch object at 0x7f69dd497c40>
      
          def get_original(self):
              target = self.getter()
              name = self.attribute
      
              original = DEFAULT
              local = False
      
              try:
                  original = target.__dict__[name]
              except (AttributeError, KeyError):
                  original = getattr(target, name, DEFAULT)
              else:
                  local = True
      
              if name in _builtins and isinstance(target, ModuleType):
                  self.create = True
      
              if not self.create and original is DEFAULT:
      >           raise AttributeError(
                      "%s does not have the attribute %r" % (target, name)
                  )
      E           AttributeError: <function snapshot at 0x7f69d7fcd8b0> does not have the attribute 'instances'
      
      .pixi/envs/default/lib/python3.8/unittest/mock.py:1366: AttributeError
      

      📌 Teardown phase

      duration:

      0.00026167393662035465
      

      outcome:

      passed
      
    • Test 239
      params: sort_key="", expected_order=["B", "C", "A"]

      📌 Runtime Parameters

      params:
        sort_key: <class 'str'>
        expected_order:
          - B
          - C
          - A
      id: str-expected_order1
      

      📌 Setup phase

      duration:

      0.00030046794563531876
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006570229306817055
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/unittest/mock.py
      lineno: 1366
      message: AttributeError: <function snapshot at 0x7f69d7fcd8b0> does not have the attribute 'instances'
      

      traceback:

      -   path: tests/test_utils_snapshot.py
        lineno: 84
        message: None
      -   path: .pixi/envs/default/lib/python3.8/unittest/mock.py
        lineno: 1393
        message: in __enter__
      -   path: .pixi/envs/default/lib/python3.8/unittest/mock.py
        lineno: 1366
        message: AttributeError
      

      longrepr:

      sort_key = <class 'str'>, expected_order = ['B', 'C', 'A']
      
          @pytest.mark.parametrize("sort_key, expected_order", [
              # Sorted by __repr__ values: repr = <Adjustable B>, <Adjustable C>, <Adjustable A>
              (repr, ["B", "C", "A"]),
      
              # Sorted by __str__ values: str = "Beta", "Charlie", "Alpha"
              (str, ["B", "C", "A"]),
      
              # Sorted by ID: "id1", "id2", "id3"
              (lambda a: a.ID, ["A", "C", "B"]),
      
              # Sorted by lowercase name: "alpha", "beta", "charlie"
              (lambda a: a.name.lower(), ["A", "B", "C"]),
          ])
          def test_snapshot_sort_keys(sort_key, expected_order):
      
              a = FakeAdjustable("id3", name="Alpha")    # __str__ = "Alpha", __repr__ = <Adjustable Alpha>
              b = FakeAdjustable("id1", name="Beta")     # __str__ = "Beta",  __repr__ = <Adjustable Beta>
              c = FakeAdjustable("id2", name="Charlie")  # __str__ = "Charlie", __repr__ = <Adjustable Charlie>
      
              # Map from name to object so we can extract expected IDs later
              name_to_obj = {adj.name: adj for adj in [a, b, c]}
              unordered = [c, a, b]  # intentionally unsorted
      
      >       with patch("slic.utils.snapshot.instances", return_value=unordered):
      
      tests/test_utils_snapshot.py:84: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      .pixi/envs/default/lib/python3.8/unittest/mock.py:1393: in __enter__
          original, local = self.get_original()
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      self = <unittest.mock._patch object at 0x7f69ddfc3580>
      
          def get_original(self):
              target = self.getter()
              name = self.attribute
      
              original = DEFAULT
              local = False
      
              try:
                  original = target.__dict__[name]
              except (AttributeError, KeyError):
                  original = getattr(target, name, DEFAULT)
              else:
                  local = True
      
              if name in _builtins and isinstance(target, ModuleType):
                  self.create = True
      
              if not self.create and original is DEFAULT:
      >           raise AttributeError(
                      "%s does not have the attribute %r" % (target, name)
                  )
      E           AttributeError: <function snapshot at 0x7f69d7fcd8b0> does not have the attribute 'instances'
      
      .pixi/envs/default/lib/python3.8/unittest/mock.py:1366: AttributeError
      

      📌 Teardown phase

      duration:

      0.00026376801542937756
      

      outcome:

      passed
      
    • Test 240
      params: sort_key=" at 0x7f69de18a310>", expected_order=["A", "C", "B"]

      📌 Runtime Parameters

      params:
        sort_key: <function <lambda> at 0x7f69de18a310>
        expected_order:
          - A
          - C
          - B
      id: <lambda>-expected_order2
      

      📌 Setup phase

      duration:

      0.0002782810479402542
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006397580727934837
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/unittest/mock.py
      lineno: 1366
      message: AttributeError: <function snapshot at 0x7f69d7fcd8b0> does not have the attribute 'instances'
      

      traceback:

      -   path: tests/test_utils_snapshot.py
        lineno: 84
        message: None
      -   path: .pixi/envs/default/lib/python3.8/unittest/mock.py
        lineno: 1393
        message: in __enter__
      -   path: .pixi/envs/default/lib/python3.8/unittest/mock.py
        lineno: 1366
        message: AttributeError
      

      longrepr:

      sort_key = <function <lambda> at 0x7f69de18a310>
      expected_order = ['A', 'C', 'B']
      
          @pytest.mark.parametrize("sort_key, expected_order", [
              # Sorted by __repr__ values: repr = <Adjustable B>, <Adjustable C>, <Adjustable A>
              (repr, ["B", "C", "A"]),
      
              # Sorted by __str__ values: str = "Beta", "Charlie", "Alpha"
              (str, ["B", "C", "A"]),
      
              # Sorted by ID: "id1", "id2", "id3"
              (lambda a: a.ID, ["A", "C", "B"]),
      
              # Sorted by lowercase name: "alpha", "beta", "charlie"
              (lambda a: a.name.lower(), ["A", "B", "C"]),
          ])
          def test_snapshot_sort_keys(sort_key, expected_order):
      
              a = FakeAdjustable("id3", name="Alpha")    # __str__ = "Alpha", __repr__ = <Adjustable Alpha>
              b = FakeAdjustable("id1", name="Beta")     # __str__ = "Beta",  __repr__ = <Adjustable Beta>
              c = FakeAdjustable("id2", name="Charlie")  # __str__ = "Charlie", __repr__ = <Adjustable Charlie>
      
              # Map from name to object so we can extract expected IDs later
              name_to_obj = {adj.name: adj for adj in [a, b, c]}
              unordered = [c, a, b]  # intentionally unsorted
      
      >       with patch("slic.utils.snapshot.instances", return_value=unordered):
      
      tests/test_utils_snapshot.py:84: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      .pixi/envs/default/lib/python3.8/unittest/mock.py:1393: in __enter__
          original, local = self.get_original()
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      self = <unittest.mock._patch object at 0x7f69d8398700>
      
          def get_original(self):
              target = self.getter()
              name = self.attribute
      
              original = DEFAULT
              local = False
      
              try:
                  original = target.__dict__[name]
              except (AttributeError, KeyError):
                  original = getattr(target, name, DEFAULT)
              else:
                  local = True
      
              if name in _builtins and isinstance(target, ModuleType):
                  self.create = True
      
              if not self.create and original is DEFAULT:
      >           raise AttributeError(
                      "%s does not have the attribute %r" % (target, name)
                  )
      E           AttributeError: <function snapshot at 0x7f69d7fcd8b0> does not have the attribute 'instances'
      
      .pixi/envs/default/lib/python3.8/unittest/mock.py:1366: AttributeError
      

      📌 Teardown phase

      duration:

      0.00027308007702231407
      

      outcome:

      passed
      
    • Test 241
      params: sort_key=" at 0x7f69de18a3a0>", expected_order=["A", "B", "C"]

      📌 Runtime Parameters

      params:
        sort_key: <function <lambda> at 0x7f69de18a3a0>
        expected_order:
          - A
          - B
          - C
      id: <lambda>-expected_order3
      

      📌 Setup phase

      duration:

      0.0003079129382967949
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006676551420241594
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/unittest/mock.py
      lineno: 1366
      message: AttributeError: <function snapshot at 0x7f69d7fcd8b0> does not have the attribute 'instances'
      

      traceback:

      -   path: tests/test_utils_snapshot.py
        lineno: 84
        message: None
      -   path: .pixi/envs/default/lib/python3.8/unittest/mock.py
        lineno: 1393
        message: in __enter__
      -   path: .pixi/envs/default/lib/python3.8/unittest/mock.py
        lineno: 1366
        message: AttributeError
      

      longrepr:

      sort_key = <function <lambda> at 0x7f69de18a3a0>
      expected_order = ['A', 'B', 'C']
      
          @pytest.mark.parametrize("sort_key, expected_order", [
              # Sorted by __repr__ values: repr = <Adjustable B>, <Adjustable C>, <Adjustable A>
              (repr, ["B", "C", "A"]),
      
              # Sorted by __str__ values: str = "Beta", "Charlie", "Alpha"
              (str, ["B", "C", "A"]),
      
              # Sorted by ID: "id1", "id2", "id3"
              (lambda a: a.ID, ["A", "C", "B"]),
      
              # Sorted by lowercase name: "alpha", "beta", "charlie"
              (lambda a: a.name.lower(), ["A", "B", "C"]),
          ])
          def test_snapshot_sort_keys(sort_key, expected_order):
      
              a = FakeAdjustable("id3", name="Alpha")    # __str__ = "Alpha", __repr__ = <Adjustable Alpha>
              b = FakeAdjustable("id1", name="Beta")     # __str__ = "Beta",  __repr__ = <Adjustable Beta>
              c = FakeAdjustable("id2", name="Charlie")  # __str__ = "Charlie", __repr__ = <Adjustable Charlie>
      
              # Map from name to object so we can extract expected IDs later
              name_to_obj = {adj.name: adj for adj in [a, b, c]}
              unordered = [c, a, b]  # intentionally unsorted
      
      >       with patch("slic.utils.snapshot.instances", return_value=unordered):
      
      tests/test_utils_snapshot.py:84: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      .pixi/envs/default/lib/python3.8/unittest/mock.py:1393: in __enter__
          original, local = self.get_original()
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      self = <unittest.mock._patch object at 0x7f69de8128e0>
      
          def get_original(self):
              target = self.getter()
              name = self.attribute
      
              original = DEFAULT
              local = False
      
              try:
                  original = target.__dict__[name]
              except (AttributeError, KeyError):
                  original = getattr(target, name, DEFAULT)
              else:
                  local = True
      
              if name in _builtins and isinstance(target, ModuleType):
                  self.create = True
      
              if not self.create and original is DEFAULT:
      >           raise AttributeError(
                      "%s does not have the attribute %r" % (target, name)
                  )
      E           AttributeError: <function snapshot at 0x7f69d7fcd8b0> does not have the attribute 'instances'
      
      .pixi/envs/default/lib/python3.8/unittest/mock.py:1366: AttributeError
      

      📌 Teardown phase

      duration:

      0.00027181091718375683
      

      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 (22 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_rangebar.py
      type: Module
    -   nodeid: tests/test_utils_snapshot.py
      type: Module
    -   nodeid: tests/test_utils_trinary.py
      type: Module
    -   nodeid: tests/test_utils_typecast.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: 8
      -   nodeid: tests/test_utils_printing.py::test_maxlen_valid[seq1-0]
        type: Function
        lineno: 8
      -   nodeid: tests/test_utils_printing.py::test_maxlen_valid[seq2-3]
        type: Function
        lineno: 8
      -   nodeid: tests/test_utils_printing.py::test_maxlen_valid[seq3-2]
        type: Function
        lineno: 8
      -   nodeid: tests/test_utils_printing.py::test_strlen[42-2]
        type: Function
        lineno: 17
      -   nodeid: tests/test_utils_printing.py::test_strlen[hello-5]
        type: Function
        lineno: 17
      -   nodeid: tests/test_utils_printing.py::test_strlen[False-5]
        type: Function
        lineno: 17
      -   nodeid: tests/test_utils_printing.py::test_strlen[None-4]
        type: Function
        lineno: 17
      -   nodeid: tests/test_utils_printing.py::test_strlen[value4-9]
        type: Function
        lineno: 17
      -   nodeid: tests/test_utils_printing.py::test_strlen[value5-8]
        type: Function
        lineno: 17
      -   nodeid: tests/test_utils_printing.py::test_strlen[value6-6]
        type: Function
        lineno: 17
      -   nodeid: tests/test_utils_printing.py::test_strlen[-0]
        type: Function
        lineno: 17
      -   nodeid: tests/test_utils_printing.py::test_strlen[this is a phrase-16]
        type: Function
        lineno: 17
      -   nodeid: tests/test_utils_printing.py::test_maxstrlen[seq0-6]
        type: Function
        lineno: 31
      -   nodeid: tests/test_utils_printing.py::test_maxstrlen[seq1-3]
        type: Function
        lineno: 31
      -   nodeid: tests/test_utils_printing.py::test_maxstrlen[seq2-9]
        type: Function
        lineno: 31
      -   nodeid: tests/test_utils_printing.py::test_maxstrlen[seq3-16]
        type: Function
        lineno: 31
      -   nodeid: tests/test_utils_printing.py::test_maxstrlen[seq4-5]
        type: Function
        lineno: 31
      -   nodeid: tests/test_utils_printing.py::test_transpose_matrix[data0-expected0]
        type: Function
        lineno: 41
      -   nodeid: tests/test_utils_printing.py::test_transpose_matrix[data1-expected1]
        type: Function
        lineno: 41
      -   nodeid: tests/test_utils_printing.py::test_transpose_matrix[data2-expected2]
        type: Function
        lineno: 41
      -   nodeid: tests/test_utils_printing.py::test_prepend[initial0-1-expected0]
        type: Function
        lineno: 50
      -   nodeid: tests/test_utils_printing.py::test_prepend[initial1-a-expected1]
        type: Function
        lineno: 50
      -   nodeid: tests/test_utils_printing.py::test_prepend[initial2-prepend2-expected2]
        type: Function
        lineno: 50
      -   nodeid: tests/test_utils_printing.py::test_prepend[initial3-prepend3-expected3]
        type: Function
        lineno: 50
      -   nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries0-widths0-  a   bbb]
        type: Function
        lineno: 61
      -   nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries1-widths1- 1  2]
        type: Function
        lineno: 61
      -   nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries2-widths2-  long  val]
        type: Function
        lineno: 61
      -   nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries3-widths3- True  False]
        type: Function
        lineno: 61
      -   nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries4-widths4-  123  4567]
        type: Function
        lineno: 61
      -   nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries5-widths5- text with space   end]
        type: Function
        lineno: 61
      -   nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries6-widths6-  {'a': 1}   {'b': 2}]
        type: Function
        lineno: 61
      -   nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries7-widths7-    [1, 2]     [3, 4]]
        type: Function
        lineno: 61
      -   nodeid: tests/test_utils_printing.py::test_fmt_label_sep[widths0------ ----]
        type: Function
        lineno: 74
      -   nodeid: tests/test_utils_printing.py::test_fmt_label_sep[widths1-=-== ===]
        type: Function
        lineno: 74
      -   nodeid: tests/test_utils_printing.py::test_fmt_label_sep[widths2-*-***** **]
        type: Function
        lineno: 74
      -   nodeid: tests/test_utils_printing.py::test_printable_dict_with_header[d0-HeaderTest-expected_lines0]
        type: Function
        lineno: 82
      -   nodeid: tests/test_utils_printing.py::test_printable_dict_of_dicts
        type: Function
        lineno: 101
      -   nodeid: tests/test_utils_printing.py::test_printable_table[data0-labels0-A: ID\nB: \u2713 Success?\nC: SuperPrecisionValue\nD: Result Metadata\n\n#             A     B          C                            D\n- ------------- ----- ---------- ----------------------------\n0            X1  True     0.1234               {'meta': 'ok'}\n1 AnotherSample False 98765.4321          {'meta': [1, 2, 3]}\n2             Z  None        0.0 {'meta': {'nested_key': 42}}]
        type: Function
        lineno: 128
      
    • tests/test_utils_rangebar.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_rangebar.py::test_full_progress_bar
        type: Function
        lineno: 14
      -   nodeid: tests/test_utils_rangebar.py::test_half_progress_bar
        type: Function
        lineno: 27
      -   nodeid: tests/test_utils_rangebar.py::test_zero_progress_bar
        type: Function
        lineno: 42
      -   nodeid: tests/test_utils_rangebar.py::test_overflow_bar
        type: Function
        lineno: 56
      -   nodeid: tests/test_utils_rangebar.py::test_underflow_bar
        type: Function
        lineno: 69
      -   nodeid: tests/test_utils_rangebar.py::test_repr
        type: Function
        lineno: 82
      -   nodeid: tests/test_utils_rangebar.py::test_each_value_separately[0-          ]
        type: Function
        lineno: 89
      -   nodeid: tests/test_utils_rangebar.py::test_each_value_separately[10-\u2588         ]
        type: Function
        lineno: 89
      -   nodeid: tests/test_utils_rangebar.py::test_each_value_separately[25-\u2588\u2588\u258c       ]
        type: Function
        lineno: 89
      -   nodeid: tests/test_utils_rangebar.py::test_each_value_separately[27-\u2588\u2588\u258a       ]
        type: Function
        lineno: 89
      -   nodeid: tests/test_utils_rangebar.py::test_each_value_separately[49-\u2588\u2588\u2588\u2588\u2589     ]
        type: Function
        lineno: 89
      -   nodeid: tests/test_utils_rangebar.py::test_each_value_separately[50-\u2588\u2588\u2588\u2588\u2588     ]
        type: Function
        lineno: 89
      -   nodeid: tests/test_utils_rangebar.py::test_each_value_separately[51-\u2588\u2588\u2588\u2588\u2588\u258f    ]
        type: Function
        lineno: 89
      -   nodeid: tests/test_utils_rangebar.py::test_each_value_separately[73-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258e  ]
        type: Function
        lineno: 89
      -   nodeid: tests/test_utils_rangebar.py::test_each_value_separately[75-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c  ]
        type: Function
        lineno: 89
      -   nodeid: tests/test_utils_rangebar.py::test_each_value_separately[90-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588 ]
        type: Function
        lineno: 89
      -   nodeid: tests/test_utils_rangebar.py::test_each_value_separately[100-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588]
        type: Function
        lineno: 89
      
    • tests/test_utils_snapshot.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_snapshot.py::test_snapshot_excludes_internal_by_default
        type: Function
        lineno: 28
      -   nodeid: tests/test_utils_snapshot.py::test_snapshot_include_internal_flag
        type: Function
        lineno: 39
      -   nodeid: tests/test_utils_snapshot.py::test_snapshot_empty_result
        type: Function
        lineno: 51
      -   nodeid: tests/test_utils_snapshot.py::test_snapshot_sort_keys[repr-expected_order0]
        type: Function
        lineno: 60
      -   nodeid: tests/test_utils_snapshot.py::test_snapshot_sort_keys[str-expected_order1]
        type: Function
        lineno: 60
      -   nodeid: tests/test_utils_snapshot.py::test_snapshot_sort_keys[<lambda>-expected_order2]
        type: Function
        lineno: 60
      -   nodeid: tests/test_utils_snapshot.py::test_snapshot_sort_keys[<lambda>-expected_order3]
        type: Function
        lineno: 60
      
    • tests/test_utils_trinary.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_trinary.py::test_check_trinary_valid_values
        type: Function
        lineno: 6
      -   nodeid: tests/test_utils_trinary.py::test_check_trinary_invalid_value
        type: Function
        lineno: 14
      -   nodeid: tests/test_utils_trinary.py::test_check_trinary_with_custom_allowed_values
        type: Function
        lineno: 22
      
    • tests/test_utils_typecast.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_typecast.py::test_downcast_success
        type: Function
        lineno: 24
      -   nodeid: tests/test_utils_typecast.py::test_upcast_success
        type: Function
        lineno: 30
      -   nodeid: tests/test_utils_typecast.py::test_downcast_invalid
        type: Function
        lineno: 41
      -   nodeid: tests/test_utils_typecast.py::test_upcast_invalid
        type: Function
        lineno: 48
      -   nodeid: tests/test_utils_typecast.py::test_object_identity_preserved
        type: Function
        lineno: 53
      -   nodeid: tests/test_utils_typecast.py::test_ensure_subclass_valid
        type: Function
        lineno: 64
      -   nodeid: tests/test_utils_typecast.py::test_ensure_subclass_invalid
        type: Function
        lineno: 67
      -   nodeid: tests/test_utils_typecast.py::test_cast_changes_class
        type: Function
        lineno: 79
      -   nodeid: tests/test_utils_typecast.py::test_cast_preserves_identity
        type: Function
        lineno: 86
      
    • 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