add configuration for pytest
This commit is contained in:
11
tests/movement/conftest.py
Normal file
11
tests/movement/conftest.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from pytest import fixture
|
||||
|
||||
path1 = "tests/test_data/movement_video_test.mp4"
|
||||
|
||||
|
||||
@fixture(scope="class")
|
||||
def processing_movement(get_model):
|
||||
m = get_model.movement
|
||||
m.fit(path1)
|
||||
|
||||
yield m
|
||||
Reference in New Issue
Block a user