File tree Expand file tree Collapse file tree 9 files changed +11
-9
lines changed
python/ql/test/experimental/dataflow Expand file tree Collapse file tree 9 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 3
3
import functools
4
4
5
5
sys .path .append (os .path .dirname (os .path .dirname ((__file__ ))))
6
- from testlib import *
6
+ from testlib import expects
7
7
8
8
arg = "source"
9
9
arg1 = "source1"
Original file line number Diff line number Diff line change 12
12
import os
13
13
14
14
sys .path .append (os .path .dirname (os .path .dirname ((__file__ ))))
15
- from testlib import *
15
+ from testlib import expects
16
16
17
17
import asyncio
18
18
Original file line number Diff line number Diff line change 1
1
| classes.py:45:16:45:35 | ControlFlowNode for Attribute() | classes.py:45:16:45:35 | ControlFlowNode for Attribute() |
2
2
| classes.py:60:17:60:27 | [pre objCreate] ControlFlowNode for With_init() | classes.py:54:18:54:21 | ControlFlowNode for self |
3
+ | classes.py:242:9:242:24 | ControlFlowNode for set() | classes.py:242:9:242:24 | ControlFlowNode for set() |
4
+ | classes.py:247:9:247:30 | ControlFlowNode for frozenset() | classes.py:247:9:247:30 | ControlFlowNode for frozenset() |
5
+ | classes.py:252:9:252:28 | ControlFlowNode for dict() | classes.py:252:9:252:28 | ControlFlowNode for dict() |
3
6
| classes.py:565:5:565:16 | ControlFlowNode for with_getitem | classes.py:555:21:555:24 | ControlFlowNode for self |
4
7
| classes.py:565:18:565:21 | ControlFlowNode for arg2 | classes.py:555:27:555:29 | ControlFlowNode for key |
5
8
| classes.py:581:5:581:16 | ControlFlowNode for with_setitem | classes.py:570:21:570:24 | ControlFlowNode for self |
Original file line number Diff line number Diff line change 13
13
import os
14
14
15
15
sys .path .append (os .path .dirname (os .path .dirname ((__file__ ))))
16
- from testlib import *
16
+ from testlib import expects
17
17
18
18
# These are defined so that we can evaluate the test code.
19
19
NONSOURCE = "not a source"
Original file line number Diff line number Diff line change 3
3
import os
4
4
5
5
sys .path .append (os .path .dirname (os .path .dirname ((__file__ ))))
6
- from testlib import *
6
+ from testlib import expects
7
7
8
8
# These are defined so that we can evaluate the test code.
9
9
NONSOURCE = "not a source"
Original file line number Diff line number Diff line change 2
2
import os #$ importTimeFlow="ImportExpr -> GSSA Variable os"
3
3
4
4
sys .path .append (os .path .dirname (os .path .dirname ((__file__ ))))
5
- from testlib import *
5
+ from testlib import expects #$ importTimeFlow="ImportMember -> GSSA Variable expects"
6
6
7
7
# These are defined so that we can evaluate the test code.
8
8
NONSOURCE = "not a source" #$ importTimeFlow="'not a source' -> GSSA Variable NONSOURCE"
Original file line number Diff line number Diff line change 8
8
import os
9
9
10
10
sys .path .append (os .path .dirname (os .path .dirname ((__file__ ))))
11
- from testlib import *
11
+ from testlib import expects
12
12
13
13
# These are defined so that we can evaluate the test code.
14
14
NONSOURCE = "not a source"
Original file line number Diff line number Diff line change 7
7
import os
8
8
9
9
sys .path .append (os .path .dirname (os .path .dirname ((__file__ ))))
10
- from testlib import *
10
+ from testlib import expects
11
11
12
12
# These are defined so that we can evaluate the test code.
13
13
NONSOURCE = "not a source"
@@ -93,4 +93,3 @@ def m():
93
93
@expects (3 )
94
94
def test_inLocal ():
95
95
inLocal ()
96
-
Original file line number Diff line number Diff line change 8
8
import os
9
9
10
10
sys .path .append (os .path .dirname (os .path .dirname ((__file__ ))))
11
- from testlib import *
11
+ from testlib import expects
12
12
13
13
# These are defined so that we can evaluate the test code.
14
14
NONSOURCE = "not a source"
You can’t perform that action at this time.
0 commit comments