Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Mark test correctly
  • Loading branch information
ShaharNaveh committed Jul 30, 2025
commit 6bc17f1185f105ac9a215c3ff132ce35786b39e1
2 changes: 1 addition & 1 deletion Lib/test/test_unittest/test_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def testParseArgsSelectedTestNames(self):
self.assertEqual(program.testNamePatterns, ['*foo*', '*bar*', '*pat*'])

# TODO: RUSTPYTHON
@unittest.expectedFailure
@unittest.expectedFailureIf(sys.platform != 'win32', "TODO: RUSTPYTHON")
def testSelectedTestNamesFunctionalTest(self):
def run_unittest(args):
# Use -E to ignore PYTHONSAFEPATH env var
Expand Down
Loading