]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18904: test_os and test_socket use unittest.skipIf() to check if fcntl
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 8 Sep 2013 12:14:38 +0000 (14:14 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 8 Sep 2013 12:14:38 +0000 (14:14 +0200)
commit4f7a36f84f8180955d37aea4e8b44c4d4950d694
tree2f149181133bc245c8927595b324b73a112d11a1
parent5da7e7959e6d3032a564eea68746e03764ed2f68
Issue #18904: test_os and test_socket use unittest.skipIf() to check if fcntl
module is present (to record skipped tests)
Lib/test/test_os.py
Lib/test/test_socket.py