1 2 3 4 5 6
def test_cache(): from moon_utilities import cache c = cache.Cache() r = c.authz_requests() assert isinstance(r, dict)