release: v0.2.0 repository hygiene, CI, and docs sync
Stop tracking personal workflow artifacts at repo root, add CI and MIT license, align README and agent skills with artifacts/ defaults, and enable Ruff in dev/CI so releases are verifiable without local-only runs. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.5
Cursor
parent
e70bd35498
commit
6f0df5a774
@@ -1,10 +1,13 @@
|
||||
"""Tests for the identity parser module."""
|
||||
|
||||
import pytest
|
||||
from hypothesis import assume, given, settings
|
||||
from hypothesis import strategies as st
|
||||
|
||||
from vlm.parser import (
|
||||
group_episodes,
|
||||
normalize_title,
|
||||
parse_movie,
|
||||
parse_series,
|
||||
normalize_title,
|
||||
remove_quality_tags,
|
||||
remove_release_groups,
|
||||
)
|
||||
@@ -506,10 +509,6 @@ class TestEpisodeGrouping:
|
||||
# Property-Based Tests
|
||||
# ============================================================================
|
||||
|
||||
from hypothesis import given, strategies as st, assume, settings
|
||||
from vlm.parser import group_episodes
|
||||
import logging
|
||||
|
||||
|
||||
# Custom strategies for generating test data
|
||||
@st.composite
|
||||
|
||||
Reference in New Issue
Block a user