From 8865ab708c59f570b7b2def595bf7b5ebb5f4e09 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sat, 16 Nov 2024 16:56:39 -0500 Subject: [PATCH] add sunnypilot to unit tests --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c27ebcdb4f..5edf8e047c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -162,6 +162,7 @@ testpaths = [ "tools/replay", "tools/cabana", "cereal/messaging/tests", + "sunnypilot", ] [tool.codespell]