"""Tests for docker_stats module.""" from unittest.mock import MagicMock import pytest from webterm.docker_stats import ( STATS_HISTORY_SIZE, DockerStatsCollector, render_sparkline_svg, ) class TestRenderSparklineSvg: """Tests for SVG sparkline rendering.""" def test_empty_values(self): """Empty values produce empty SVG.""" svg = render_sparkline_svg([]) assert "