Conversation
…ts, remove moved tests
d939c94 to
bf02dd6
Compare
d869c4a to
26a2fee
Compare
26a2fee to
2398d47
Compare
7ced29b to
70baaa3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Expands the test suite from 7 tests in a single file to 59 tests across 4 files organized into tiers by dependency weight.
Test Structure
tests/test_utils.pytests/test_audio_proc.pytests/test_model.pytests/test_predictor.pyKey Features
@pytest.mark.slowmarker for tests requiring model weights (16 tests)pytest -m "not slow"runs 43 tests in ~2s with no network/weight downloadconftest.py:make_click_track,make_sine_wave,make_silence,write_wavChanges
tests/conftest.pytests/test_utils.pytests/test_audio_proc.pytests/test_model.pytests/test_predictor.pypyproject.tomlslowmarker configVerification
All ruff checks pass on test files.