Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyTables/PyTables
/ test_file
Function
test_file
tables/nodes/tests/test_filenode.py:21–24 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
19
20
21
def
test_file(name):
22
from
importlib
import
resources
23
24
return
resources.files(
"tables.nodes.tests"
) / name
25
26
27
class
NewFileTestCase(TempFileMixin, TestCase):
Callers
4
setUp
Method · 0.85
setUp
Method · 0.85
setUp
Method · 0.85
setUp
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected