mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-21 08:36:33 +03:00
fix(evals): drop bundles/ fixture path from eval-coverage test
Rename the nested-skill fixture paths in test_nested_change_maps_to_nearest_skill_owner from bundles/example to example so no tracked file (other than the OKF upstream sample file) references the removed bundles/ directory, satisfying the final repo-wide sweep (VAL-REF-017). Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
parent
b7aa174b84
commit
cbe27723cf
@@ -193,8 +193,8 @@ class TestModifiedSkills(unittest.TestCase):
|
||||
self.assertTrue({Path(name) for name in paths}.issubset(mods))
|
||||
|
||||
def test_nested_change_maps_to_nearest_skill_owner(self) -> None:
|
||||
parent = "bundles/example"
|
||||
child = "bundles/example/skills/child"
|
||||
parent = "example"
|
||||
child = "example/skills/child"
|
||||
write_skill(self.repo, parent)
|
||||
write_skill(self.repo, child)
|
||||
reference = Path(self.repo) / child / "references" / "guide.md"
|
||||
|
||||
Reference in New Issue
Block a user