File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python/ql/test/experimental/dataflow/coverage Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
1111import asyncio
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments