mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
Previously, it used an odd convention with lowercased names of test data files (with nothing separating individual words), which made adding new tests quite tedious. Also, I removed the test data "exit.py" as it wasn't used by any test. GitOrigin-RevId: 92b1963c67ed01977f5b7ad020984056c9fe045d
15 lines
431 B
Plaintext
15 lines
431 B
Plaintext
0(1) element: null
|
|
1(2) element: PyWithStatement
|
|
2(3) READ ACCESS: context_manager
|
|
3(4) element: PyIfStatement
|
|
4(5,9) READ ACCESS: c
|
|
5(6) element: PyStatementList. Condition: c:true
|
|
6(7) ASSERTTYPE ACCESS: c
|
|
7(8) element: PyRaiseStatement
|
|
8(12,14) READ ACCESS: ValueError
|
|
9(10) element: PyAssignmentStatement
|
|
10(11) READ ACCESS: c
|
|
11(12) WRITE ACCESS: val
|
|
12(13) element: PyPrintStatement
|
|
13(14) READ ACCESS: val
|
|
14() element: null |