MCPcopy Create free account
hub / github.com/apache/devlake / DummyModel

Class DummyModel

backend/python/pydevlake/tests/extractor_test.py:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22def test_autoextract_from_json_pointer():
23 class DummyModel(ToolModel):
24 name: str
25 version: str = Field(source='/version/number')
26
27 json = {
28 'name': 'test',

Callers

nothing calls this directly

Calls 1

FieldFunction · 0.90

Tested by

no test coverage detected