MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / test_std_filesystem

Method test_std_filesystem

test/test_other.py:13943–13946  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13941 @crossplatform
13942 @with_all_fs
13943 def test_std_filesystem(self):
13944 if self.get_setting('NODERAWFS') and self.get_setting('WASMFS'):
13945 self.skipTest('https://github.com/emscripten-core/emscripten/issues/24830')
13946 self.do_other_test('test_std_filesystem.cpp')
13947
13948 @crossplatform
13949 @with_all_fs

Callers

nothing calls this directly

Calls 2

do_other_testMethod · 0.95
get_settingMethod · 0.80

Tested by

no test coverage detected