(PC-34429)[API] ci: use pytest-split to parallelize tests in GHA #11246
GitHub Actions / Pytest Report
failed
Feb 7, 2025 in 0s
1960 tests run, 1954 passed, 5 skipped, 1 failed.
Annotations
Check failure on line 146 in tests/core/finance/test_commands_legacy.py
github-actions / Pytest Report
tests/core/finance/test_commands_legacy.py.test_when_there_is_a_debit_note_to_generate_on_partial_incident
AssertionError: assert False
+ where False = <built-in method startswith of str object at 0x7f26d5f677b0>('A')
+ where <built-in method startswith of str object at 0x7f26d5f677b0> = 'F250000004'.startswith
+ where 'F250000004' = <Invoice #83>.reference
Raw output
tests/core/finance/test_commands_legacy.py:226: in test_when_there_is_a_debit_note_to_generate_on_partial_incident
assert invoices[1].reference.startswith("A")
E AssertionError: assert False
E + where False = <built-in method startswith of str object at 0x7f26d5f677b0>('A')
E + where <built-in method startswith of str object at 0x7f26d5f677b0> = 'F250000004'.startswith
E + where 'F250000004' = <Invoice #83>.reference
Loading