mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
Control flow now abrupts on `exit()` and `pytest.fail()` calls Control flow now abrupts only if class which contains `self.fail()` call contains case-insensitive "test" word in the name Merge-request: IJ-MR-96165 Merged-by: Daniil Kalinin <Daniil.Kalinin@jetbrains.com> GitOrigin-RevId: ea173fdb72a10a373cd95f266ea7589e36545f30
11 lines
364 B
Plaintext
11 lines
364 B
Plaintext
0(1) element: null
|
|
1(2) element: PyIfStatement
|
|
2(3) READ ACCESS: True
|
|
3(4,8) READ ACCESS: False
|
|
4(5) element: PyStatementList. Condition: True == False:true
|
|
5(6) element: PyExpressionStatement
|
|
6(10) READ ACCESS: pytest
|
|
7(10) element: PyPrintStatement
|
|
8(9) element: PyStatementList. Condition: True == False:false
|
|
9(10) element: PyReturnStatement
|
|
10() element: null |