test: split embedding lane tests (#4389)

* test: split embedding lane tests

* test: preserve embedding focus selector after lane split
This commit is contained in:
Alexandre Teixeira
2026-06-26 17:28:40 +01:00
committed by GitHub
parent fc1351d0f8
commit 62a23ca4aa
10 changed files with 947 additions and 825 deletions
+6
View File
@@ -50,6 +50,12 @@ def test_classify_examples(filename, expected_area, expected_sub):
assert result.sub_area == expected_sub
def test_embedding_lanes_memory_file_keeps_specific_sub_area():
result = classify_test_path("tests/test_embedding_lanes_memory.py")
assert result.area == "services"
assert result.sub_area == "embedding_memory"
# --- classify_test_path: fallback --------------------------------------------
def test_unknown_filename_is_uncategorized():