Skip to content

Commit

Permalink
Add fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
talmo committed May 1, 2024
1 parent 61ab2d3 commit 5a14a7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added tests/data/slp/imgvideo.slp
Binary file not shown.
6 changes: 6 additions & 0 deletions tests/fixtures/slp.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,9 @@ def slp_real_data():
"/Users/talmo/sleap-io/tests/data/videos/centered_pair_low_quality.mp4"
"""
return "tests/data/slp/labels.v002.rel_paths.slp"


@pytest.fixture
def slp_imgvideo():
"""SLP project with a single image video."""
return "tests/data/slp/imgvideo.slp"

0 comments on commit 5a14a7c

Please sign in to comment.