from csst_dag import get_redis def test_redis_naoc(): r = get_redis("naoc") print(r) assert r.name == "csst_data_list" assert len(r.get_all()) == 0