mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-28 23:52:09 -04:00
test: split embedding lane tests (#4389)
* test: split embedding lane tests * test: preserve embedding focus selector after lane split
This commit is contained in:
committed by
GitHub
parent
fc1351d0f8
commit
62a23ca4aa
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user