testsAndMisc-archive/python_pkg/randomize_numbers
Krzysztof kuhy Rudnicki cbb5c02815 refactor(randomize_numbers): use list comprehension to achieve 100% coverage
Replaced for loop with implicit continue with a list comprehension
using walrus operator. This avoids the coverage.py limitation with
partial branch detection on for loop continue statements.

Coverage: 99% -> 100%
2025-12-01 20:19:02 +01:00
..
tests Add tests for multiple python_pkg modules 2025-12-01 19:49:44 +01:00
__init__.py refactor: rename folders to fix N999, INP001, S311 linting rules 2025-11-30 21:20:17 +01:00
random_digits.py refactor(randomize_numbers): use list comprehension to achieve 100% coverage 2025-12-01 20:19:02 +01:00