Skip to content

Commit 0347077

Browse files
authored
Add debug prints in test_fcntl
Added print statements to test_fcntl for debugging.
1 parent 8c1c3a7 commit 0347077

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/tests/test_pyjs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,9 @@ def test_imports_sys():
695695

696696
def test_fcntl():
697697
import os, fcntl
698+
import fcntl
699+
print(fcntl)
700+
print(dir(fcntl))
698701
fcntl.fcntl(1, fcntl.F_GETFL)
699702

700703
def test_webbrowser():

0 commit comments

Comments
 (0)