Skip to content
Prev Previous commit
Fix grammer
  • Loading branch information
ShaharNaveh committed Feb 4, 2026
commit a36ab17bfb086e6f3b35162ec13453a8820d12ef
2 changes: 1 addition & 1 deletion Lib/test/support/rustpython.py
Copy link
Copy Markdown
Contributor Author

@ShaharNaveh ShaharNaveh Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fanninpm can you please review? I've modified this slightly (renamed the class, and didn't use an if inside the check_output method)

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class DocTestChecker(doctest.OutputChecker):
"""
Custom output checker that lets us to add: `+EXPECTED_FAILURE` for doctest tests.
Custom output checker that lets us add: `+EXPECTED_FAILURE` for doctest tests.

We want to be able to mark failing doctest test the same way we do with normal
unit test, without this class we would have to skip the doctest for the CI to pass.
Expand Down
Loading