mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Python: Update comment for validTest expectations
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# These tests should cover all the class calls that we hope to support.
|
||||
# It is based on https://docs.python.org/3/reference/datamodel.html, and headings refer there.
|
||||
#
|
||||
# All functions starting with "test_" should run and print `"OK"`.
|
||||
# All functions starting with "test_" should run and execute `print("OK")` one or more times.
|
||||
# This can be checked by running validTest.py.
|
||||
|
||||
import asyncio
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#
|
||||
# Functions whose name ends with "_with_local_flow" will also be tested for local flow.
|
||||
#
|
||||
# All functions starting with "test_" should run and print `"OK"`.
|
||||
# All functions starting with "test_" should run and execute `print("OK")` one or more times.
|
||||
# This can be checked by running validTest.py.
|
||||
|
||||
# These are defined so that we can evaluate the test code.
|
||||
|
||||
Reference in New Issue
Block a user