MCPcopy Create free account
hub / github.com/DeepLabCut/DeepLabCut / test_reader_check_integrity

Function test_reader_check_integrity

tests/test_video.py:35–38  ·  view source on GitHub ↗
(video_clip)

Source from the content-addressed store, hash-verified

33
34
35def test_reader_check_integrity(video_clip):
36 video_clip.check_integrity()
37 log_file = os.path.join(video_clip.directory, f"{video_clip.name}.log")
38 assert os.path.getsize(log_file) == 0
39
40
41def test_reader_video_path(video_clip):

Callers

nothing calls this directly

Calls 1

check_integrityMethod · 0.80

Tested by

no test coverage detected