Kuadrant / testsuite

3 stars 12 forks source link

Add support methods for CR objects #425

Closed jsmolar closed 3 months ago

jsmolar commented 3 months ago

This PR adds dunder __getitem__ and __setitem__ methods for CR objects. Also Implements authorino-like and limitador-like objects for Kuadrant CR to enable similar manipulation with Limitador and sub-component Limitador from Kuadrant CR. I had to remove from testsuite.config import settings from utils because of cyclical import.