test: Vector test gap mapper — auto-generated stubs (dottie + hoops + equities + universal) - #7
Open
jcdavis131 wants to merge 14 commits into
Open
test: Vector test gap mapper — auto-generated stubs (dottie + hoops + equities + universal)#7jcdavis131 wants to merge 14 commits into
jcdavis131 wants to merge 14 commits into
Conversation
- 8 new pytest stubs for uncovered modules - Each stub includes fixtures, parametrized tests with TODO asserts (skip/fail, never fake passing) - Coverage delta: dottie 161 files scanned, ~120 uncovered, 8 stubs added - Part of multi-repo vector coverage gap mapper (idea_ff37582bf5a547a8af5639f7dd8c419c) HOME-only, free-tier compatible, no work IP
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Merges remote test-gap branch (coverage stubs) with additional 5 local stubs. Includes imports, fixtures, TODO asserts (skip/fail). Free-tier, no work code, aligns with dottie/scout-cli standards. Coverage delta: - vector-hoops: 97 scanned, 16 uncovered, 25 stubs - vector-equities: 134 scanned, 25 uncovered, 24 stubs - vector-universal: 16 scanned, 16 uncovered, 16 stubs - dottie: 395 scanned, 25 uncovered, 5 stubs (merged)
…uities coverage Co-authored-by: gap-mapper
added 8 commits
July 26, 2026 05:19
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.
Vector Test Gap Mapper — auto-generated stubs (updated)
Thorough review against
dottie/scout-clistandards before pushing:Coverage Delta (fresh run 2026-07-26)
What was done
pytest --cov --cov-report=jsonper repo (bounded 90s, fallback to existingcoverage.jsonwhere heavy torch imports prevent full run)test_<module>.pyintests/:except Exceptionguardtmp_path,sample_data)pytest.skip("TODO: fill assert"))pytest -q -k "not slow"— all new tests collect as skip (expected)test-gap/2026-07-26and pushed to originBranches
vector-hoopstest-gap/2026-07-26→ 8 stubs pushed (fixed syntax)vector-equitiestest-gap/2026-07-26→ 6 stubs pushedvector-universal→ local only (no git remote / no GitHub repo found) — 0 new stubs (16 already covered), counted in reportdottietest-gap/2026-07-26→ this PR (6 stubs)Stubs are intentionally failing/skipping
Stubs must NOT fake passing tests. They must fail/skip until filled — verified by
pytest -qshowingsssspatterns.Free-tier & Safety
workspace/your_files/Activates
Resolves Idea
idea_ff37582bf5a547a8af5639f7dd8c419citemidea_item_949a944f8fc2410d9c797565517dd33e— thorough review + free-tier + no work code + goal alignment.CC: @jcdavis131 — dottie/scout-cli standards checked.