Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 380970b

Browse files
committed
add link to pr
1 parent 80bd30c commit 380970b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/unittest_runner/unittest_runner/validation_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ class ValidationTestResult(TextTestResult):
55
# The default behavior is to display the test name and short description.
66
# We want to display only the short description if it exists, otherwise just the test name.
77
# Students don't see the tests, so we don't need to display the test name.
8+
# See this PR for details: https://github.com/code-dot-org/pythonlab-packages/pull/3
89
def getDescription(self, test):
910
doc_first_line = test.shortDescription()
1011
if doc_first_line:

0 commit comments

Comments
 (0)