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 33591b4 commit 7d0e709Copy full SHA for 7d0e709
Lib/test/test_capi/test_emscripten.py
@@ -3,12 +3,12 @@
3
4
unittest.skipUnless(is_emscripten, "only available on Emscripten")
5
6
-from _testinternalcapi import emscripten_set_up_async_input_device
7
from pathlib import Path
8
9
10
class EmscriptenAsyncInputDeviceTest(unittest.TestCase):
11
def test_emscripten_async_input_device(self):
+ from _testinternalcapi import emscripten_set_up_async_input_device
12
supported = emscripten_set_up_async_input_device()
13
p = Path("/dev/blah")
14
self.addCleanup(p.unlink)
0 commit comments