Closed PetrDlouhy closed 2 months ago
@ipmb Could you please check this PR?
I think the list of tuples format should be the default. We can keep dict
support as a legacy/deprecated option.
@ipmb Thanks for the comment. I have transformed the code, so that list of tuples is default. Dict now throws deprecated warning.
I have also added test for the old behavior. I had to move ALIVE_CHECKS
variable to the function, otherwise the override_settings
would not work.
All tests should pass when you pull #14
@dchukhin Would you please look at this and #13 too?
@ipmb Is everything OK with this PR or should I make some more effort?
It's all good. I hope we can merge it soon... just doing some housekeeping to make this easier in the future.
I wanted to perform the
check_cache
test on all of my caches so I modified the code to allow set/array inALIVE_CHECKS
settings.