From 91e474c3b80cf031d9e0d74728668baf03b59af8 Mon Sep 17 00:00:00 2001 From: cerberus Date: Thu, 2 Oct 2025 15:46:24 +0200 Subject: [PATCH] added TODO comments --- refit/test_librefit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/refit/test_librefit.py b/refit/test_librefit.py index 2276fc7..49da043 100644 --- a/refit/test_librefit.py +++ b/refit/test_librefit.py @@ -5,6 +5,7 @@ from src.modules.librefit import ( ) +# TODO: add check for get_path() function from refit_create.py def test_get_default_file_name(): """Tests if the function returns the correct value""" default_name = get_standard_file_name(None)