📚 Re-added wiki as a proper Git submodule

This commit is contained in:
2025-08-04 18:39:29 -07:00
parent 0a7387447c
commit ed85fba609
9 changed files with 120 additions and 0 deletions

20
tests/conftest.py Normal file
View File

@ -0,0 +1,20 @@
# tests/conftest.py
"""
Shared pytest fixtures and constants for testing the LCS video pipeline.
"""
import pytest
from pathlib import Path
@pytest.fixture(scope="session")
def test_session_path() -> Path:
"""
Fixture providing the fixed test session directory.
NOTE: This directory must exist and be preserved. It contains test clips
and notes.json used by multiple tests.
Returns:
Path: Absolute path to test session folder.
"""
return Path("Z:/LCS/Videos/eklipse/2025.07.25.9")