ahriman/tests
Evgeniy Alekseev 1192f12f91 do not use set_defaults for architecture arguments
according to the source code defaults always updates the values
dictionary. This in this specific case it is impossible to override the
value it will be always empty list.

In order to handle it we are adding another property to the Handler
class which allows to run with None architecture list.

This particular set_defaults behaviour is still useful for other cases
when we have to run command without any specific architecture
2021-10-03 00:59:24 +03:00
..
ahriman do not use set_defaults for architecture arguments 2021-10-03 00:59:24 +03:00
testresources add package request endpoint 2021-10-01 08:58:50 +03:00