ahriman/tests/ahriman/core
Evgeniy Alekseev 432ca0cc48 better processing for subcommands
Old versions cached full output to memory and only after that printed it
into log. This behaviour causes issues in case if operation stucks and
you would need to find the step at which it does. New check_output
method uses Popen directly and iterates over stdout lines

Also changed behaviour from merging stderr into stdout to separate
stderr logging.

Any other behaviour of the function must be the same.

Also changed GPG.key_import method to disable local signing since it
seems it is useless (and may break process in case if there is no
private key)
2022-04-04 00:03:22 +03:00
..
alpm strict test checks 2022-03-04 02:04:52 +03:00
auth port part of settings to database (#54) 2022-03-31 01:48:06 +03:00
build_tools port part of settings to database (#54) 2022-03-31 01:48:06 +03:00
database port part of settings to database (#54) 2022-03-31 01:48:06 +03:00
formatters port part of settings to database (#54) 2022-03-31 01:48:06 +03:00
report add console printer 2022-03-20 02:31:50 +03:00
repository port part of settings to database (#54) 2022-03-31 01:48:06 +03:00
sign better processing for subcommands 2022-04-04 00:03:22 +03:00
status port part of settings to database (#54) 2022-03-31 01:48:06 +03:00
upload strict test checks 2022-03-04 02:04:52 +03:00
conftest.py Auth support (#25) 2021-09-02 23:36:00 +03:00
test_configuration.py port part of settings to database (#54) 2022-03-31 01:48:06 +03:00
test_exceptions.py add test for every file 2021-10-14 03:34:12 +03:00
test_spawn.py strict test checks 2022-03-04 02:04:52 +03:00
test_tree.py port part of settings to database (#54) 2022-03-31 01:48:06 +03:00
test_util.py better processing for subcommands 2022-04-04 00:03:22 +03:00