Michael Nebel
|
2321ca59f6
|
Python: Update all test util paths to point to the new location.
|
2024-12-12 13:54:30 +01:00 |
|
Jeroen Ketema
|
c3ea883b11
|
Python: Update expected test results
|
2024-12-03 19:18:57 +01:00 |
|
Rasmus Lerchedahl Petersen
|
6f5b949ec8
|
Python: adjust test expectations
note that we do retain precision in
`test_dict_from_keyword()`
|
2024-10-04 15:30:02 +02:00 |
|
Rasmus Lerchedahl Petersen
|
a4c1a622b7
|
Merge branch 'main' of https://github.com/github/codeql into python/add-comprehension-capture-flow
|
2024-10-04 14:53:03 +02:00 |
|
Rasmus Lerchedahl Petersen
|
38b1eb7c71
|
Python: just use ListElementContent for iterables
|
2024-10-01 16:24:15 +02:00 |
|
yoff
|
62509a10c2
|
Update python/ql/test/library-tests/dataflow/coverage/test_builtins.py
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
|
2024-10-01 11:39:12 +02:00 |
|
Rasmus Lerchedahl Petersen
|
bd68986fa4
|
Python: add test showing dict can take multiple arguments
|
2024-10-01 10:01:22 +02:00 |
|
Rasmus Lerchedahl Petersen
|
fb07a56de6
|
Python: adjust test expectations
|
2024-09-30 13:26:59 +02:00 |
|
Rasmus Lerchedahl Petersen
|
d4ea62edec
|
Python: flow through yield
- add yield as a dataflow return
- replace comprehension store step
with a store step to the yield
|
2024-09-30 09:01:29 +02:00 |
|
Rasmus Lerchedahl Petersen
|
fc2dc28f87
|
python: capture flow through comprehensions
- add comprehension functions as `DataFlowCallable`s
- add comprehension call as `DataFlowCall`
- create capture argument node for comprehension calls
|
2024-09-25 10:02:31 +02:00 |
|
Rasmus Wriedt Larsen
|
bb00d6919a
|
Python: Move dataflow TestUtil to importable location
|
2024-04-23 09:40:59 +02:00 |
|
Rasmus Wriedt Larsen
|
e0e405bb31
|
Python: replace dataflow-test location in files
|
2024-04-23 09:40:59 +02:00 |
|
Rasmus Wriedt Larsen
|
ce711f7d2f
|
Python: Move dataflow tests out of experimental
|
2024-04-23 09:40:44 +02:00 |
|