From fae20b6cda8dbe2024726eab17f4cc28d14ebc72 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 22:31:22 +0000 Subject: [PATCH] Add unit tests for convert_to_path utility function This commit adds a new test file `cfgcaddy/tests/test_utils_path.py` containing unit tests for the `convert_to_path` function in `cfgcaddy/cfgcaddy/utils.py`. The tests verify that strings are correctly converted to Path objects and that Path objects are returned as-is. Co-authored-by: tstapler <3860386+tstapler@users.noreply.github.com>