Python: Update comment for validTest expectations

This commit is contained in:
Rasmus Wriedt Larsen
2020-09-04 15:08:57 +02:00
parent ab06c459f4
commit 720e8c432e
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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.