kiwi-el8/test/unit/utils
kyr 3909f6abd3
Drop usage of factor from coreutils
utils/checksum: drop factor calls

For portability we don't need to call linux coreutils' factor,
instead we use pure python prime number generation implementation.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@gmail.com>
2021-11-11 09:23:46 +01:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
block_test.py Fix use of by-label device persistency in grub 2021-03-09 12:19:51 +01:00
checksum_test.py Fixed use of encoding in open calls 2021-01-19 15:24:25 +01:00
codec_test.py Handle UnicodeDecode errors more gracefully 2021-07-20 15:27:55 +02:00
command_capabilities_test.py Make CommandCapabilities.check_version take the longest match 2020-04-16 10:25:21 +02:00
compress_test.py Moving temp data handling to its own namespace 2021-07-22 13:31:44 +02:00
fstab_test.py Allow to enable volumes for filesystem check 2021-03-30 15:10:03 +02:00
output_test.py Moving temp data handling to its own namespace 2021-07-22 13:31:44 +02:00
primes_test.py Drop usage of factor from coreutils 2021-11-11 09:23:46 +01:00
rpm_database_test.py Make use of Path.which including root_dir parameter 2020-01-22 16:12:08 +01:00
rpm_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
size_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
sync_test.py Added force_trailing_slash argument to sync_data 2021-09-06 11:18:30 +02:00
sysconfig_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
temporary_test.py Do not expose the delete feature in Temporary 2021-07-22 15:49:55 +02:00