MCPcopy Create free account
hub / github.com/Breakthrough/PySceneDetect / test_save_no_detect_scenes

Function test_save_no_detect_scenes

tests/test_stats_manager.py:101–105  ·  view source on GitHub ↗

Test saving without calling detect_scenes.

(tmp_path: Path)

Source from the content-addressed store, hash-verified

99
100
101def test_save_no_detect_scenes(tmp_path: Path):
102 """Test saving without calling detect_scenes."""
103 path = tmp_path.joinpath("stats.csv")
104 stats_manager = StatsManager()
105 stats_manager.save_to_csv(path)
106
107
108def test_load_hardcoded_file(tmp_path: Path):

Callers

nothing calls this directly

Calls 2

save_to_csvMethod · 0.95
StatsManagerClass · 0.90

Tested by

no test coverage detected