Jul-28-2021, 12:49 PM
Im just a hobbyist at this but my fix would be to use a default value for
TestType
parameter and test for it.def __init__(self, URL, Config, Version, TestType=None): if TestType == None: ... else: ...