MCPcopy
hub / github.com/django/django / get_ds_file

Function get_ds_file

tests/gis_tests/test_data.py:27–28  ·  view source on GitHub ↗
(name, ext)

Source from the content-addressed store, hash-verified

25
26
27def get_ds_file(name, ext):
28 return os.path.join(TEST_DATA, name, name + ".%s" % ext)
29
30
31class TestObj:

Callers 3

__init__Method · 0.85
test_ds_input_pathlibMethod · 0.85
test06_spatial_filterMethod · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected