Skip to content

Commit 3ace1ee

Browse files
committed
Python: remove obsolete coments
1 parent 505f454 commit 3ace1ee

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

python/ql/test/experimental/dataflow/exceptions/test.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
# This should cover all the syntactical constructs that we hope to support.
2-
# Headings refer to https://docs.python.org/3/reference/expressions.html,
3-
# and are selected whenever they incur dataflow.
4-
# Intended sources should be the variable `SOURCE` and intended sinks should be
5-
# arguments to the function `SINK` (see python/ql/test/experimental/dataflow/testConfig.qll).
6-
#
7-
# Functions whose name ends with "_with_local_flow" will also be tested for local flow.
8-
#
9-
# All functions starting with "test_" should run and execute `print("OK")` exactly once.
10-
# This can be checked by running validTest.py.
11-
121
import sys
132
import os
143

python/ql/test/experimental/dataflow/exceptions/test_group.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
# This should cover all the syntactical constructs that we hope to support.
2-
# Headings refer to https://docs.python.org/3/reference/expressions.html,
3-
# and are selected whenever they incur dataflow.
4-
# Intended sources should be the variable `SOURCE` and intended sinks should be
5-
# arguments to the function `SINK` (see python/ql/test/experimental/dataflow/testConfig.qll).
6-
#
7-
# Functions whose name ends with "_with_local_flow" will also be tested for local flow.
8-
#
9-
# All functions starting with "test_" should run and execute `print("OK")` exactly once.
10-
# This can be checked by running validTest.py.
11-
121
import sys
132
import os
143

0 commit comments

Comments
 (0)