MCPcopy Create free account
hub / github.com/python-hyper/uritemplate / fixture_file_path

Function fixture_file_path

tests/test_from_fixtures.py:8–11  ·  view source on GitHub ↗
(filename: str)

Source from the content-addressed store, hash-verified

6
7
8def fixture_file_path(filename: str) -> str:
9 absolute_dir = os.path.abspath(os.path.dirname(__file__))
10 filename = filename + ".json"
11 return os.path.join(absolute_dir, "fixtures", filename)
12
13
14ExampleVariables = uritemplate.variable.VariableValueDict

Callers 1

load_examplesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…