Skip to content

Commit c14e7b0

Browse files
authored
Merge pull request RustPython#2699 from RustPython/coolreader18/if-socket-funcs
Add test_socket
2 parents b9eaa27 + a2fc879 commit c14e7b0

10 files changed

Lines changed: 6802 additions & 188 deletions

File tree

Lib/test/test_fnmatch.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ def test_bytes(self):
6868
self.check_match(b'test\xff', b'te*\xff')
6969
self.check_match(b'foo\nbar', b'foo*')
7070

71-
# TODO: RUSTPYTHON
72-
if os.name == "nt":
73-
test_bytes = unittest.expectedFailure(test_bytes)
74-
7571
def test_case(self):
7672
ignorecase = os.path.normcase('ABC') == os.path.normcase('abc')
7773
check = self.check_match

0 commit comments

Comments
 (0)