aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_utilities/tests/unit_python/test_cache.py
blob: 15c5f22a47e3cfc214b0b2d21c079446d6078bc6 (plain)
1
2
3
4
5
def test_cache():
    from moon_utilities import cache
    c = cache.Cache()
    assert isinstance(c.authz_requests, dict)