Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2e9ab commit e578fa1Copy full SHA for e578fa1
1 file changed
Lib/test/support/__init__.py
@@ -1955,8 +1955,8 @@ def set_match_tests(patterns):
1955
1956
def match_test_regex(test_id):
1957
if regex_match(test_id):
1958
- # The regex matchs the whole identifier like
1959
- # 'test.test_os.FileTests.test_access'
+ # The regex matches the whole identifier, for example
+ # 'test.test_os.FileTests.test_access'.
1960
return True
1961
else:
1962
# Try to match parts of the test identifier.
0 commit comments