MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / test_py2k

Function test_py2k

tests/test_py_analyzer.py:20–26  ·  view source on GitHub ↗
(fixtures)

Source from the content-addressed store, hash-verified

18
19
20def test_py2k(fixtures):
21 pth = fixtures.path('py2k.py')
22
23 with Path(pth).open('r') as fd:
24 data = fixtures.get_raw_ast(fd.read())
25
26 assert data

Callers

nothing calls this directly

Calls 3

pathMethod · 0.80
get_raw_astMethod · 0.80
readMethod · 0.80

Tested by

no test coverage detected