MCPcopy 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
21def test_file(name):
22 from importlib import resources
23
24 return resources.files("tables.nodes.tests") / name
25
26
27class NewFileTestCase(TempFileMixin, TestCase):

Callers 4

setUpMethod · 0.85
setUpMethod · 0.85
setUpMethod · 0.85
setUpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected