feat(task-022): expand discovery coverage
This commit is contained in:
@@ -3,9 +3,9 @@ from pathlib import Path
|
||||
import rdb_discovery.discovery as discovery_mod
|
||||
|
||||
|
||||
def test_core_questions_returns_10_items() -> None:
|
||||
def test_core_questions_returns_at_least_10_items() -> None:
|
||||
questions = discovery_mod.core_questions()
|
||||
assert len(questions) == 10
|
||||
assert len(questions) >= 10
|
||||
|
||||
|
||||
def test_append_creates_file_when_missing(tmp_path: Path) -> None:
|
||||
|
||||
Reference in New Issue
Block a user