workspace / tests /test_encoder /test_render.py
AntonioJun's picture
Replace tests with local workspace contents
e8055cf verified
Raw
History Blame Contribute Delete
313 Bytes
"""Tests for encoder/render.py -- spatial-code rendering entry point."""
from encoder import render
def test_render_exposes_tracking_and_format_dimensions():
variables = render.write_spatial_code_for.__code__.co_varnames
assert "tracking" in variables
assert "spatial_code_format" not in variables