def test_PhotonRegistry_PHOTON_REGISTRIES_contents(): # too many args f = '/photonai/base/registry' r = PhotonRegistry() r._load_custom_folder(f) assert r.activate() == None
def test_PhotonRegistry_PHOTON_REGISTRIES_folder(): f = '/photonai/base/registry' r = PhotonRegistry() r._load_custom_folder(f) assert r.custom_elements_folder == f