from csst_dag.dfs import DFS def test_dfs_naoc(): dfs = DFS(location="naoc") print(dfs.config) assert len(dfs.redis.get_all()) == 0