ahriman/tests/ahriman
Evgeniy Alekseev 2d2cd73010 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
..
application add configurable exit codes to some commands (#55) 2022-04-01 18:30:11 +03:00
core better processing for subcommands 2022-04-04 00:03:22 +03:00
models add configurable exit codes to some commands (#55) 2022-04-01 18:30:11 +03:00
web port part of settings to database (#54) 2022-03-31 01:48:06 +03:00
conftest.py port part of settings to database (#54) 2022-03-31 01:48:06 +03:00
test_version.py add test for every file 2021-10-14 03:34:12 +03:00