Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
def
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
path
Method · 0.80
get_raw_ast
Method · 0.80
read
Method · 0.80
Tested by
no test coverage detected