Files
u-boot/test/py/tests
Tom Rini 203d3a9fc7 test/py: Rework how test_ums.py handles (not) having write enabled
With a newer pylint version we get a warning about how mounted_test_fn
could be used before assignment. Evaluating the code, this can't happen
because we check for "not have_writable_fs_partition" and return before
moving to the part of the tests which use mounted_test_fn. However, we
should instead have this written so that we only try this part of the
test if have_writable_fs_partition is set, and this also fixes the
warning. As part of this we also move test_f and mounted_test_fn to the
section of code that already only does this if
have_writable_fs_partition is set.

Signed-off-by: Tom Rini <trini@konsulko.com>
2025-02-21 08:24:02 -06:00
..
2024-11-26 11:13:39 -06:00
2022-12-31 13:35:19 -05:00
2024-07-04 09:25:21 -06:00
2024-11-01 13:37:58 -06:00
2025-01-05 02:30:47 +01:00
2024-07-04 09:25:21 -06:00
2020-10-14 11:16:34 -04:00
2025-01-14 14:29:29 -06:00
2022-03-02 10:28:12 -05:00