Skip to content

Commit 720e8c4

Browse files
committed
Python: Update comment for validTest expectations
1 parent ab06c45 commit 720e8c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/ql/test/experimental/dataflow/coverage/classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# These tests should cover all the class calls that we hope to support.
66
# It is based on https://docs.python.org/3/reference/datamodel.html, and headings refer there.
77
#
8-
# All functions starting with "test_" should run and print `"OK"`.
8+
# All functions starting with "test_" should run and execute `print("OK")` one or more times.
99
# This can be checked by running validTest.py.
1010

1111
import asyncio

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# Functions whose name ends with "_with_local_flow" will also be tested for local flow.
88
#
9-
# All functions starting with "test_" should run and print `"OK"`.
9+
# All functions starting with "test_" should run and execute `print("OK")` one or more times.
1010
# This can be checked by running validTest.py.
1111

1212
# These are defined so that we can evaluate the test code.

0 commit comments

Comments
 (0)