Implemented a second LLM stage for grammatical review
This commit is contained in:
@@ -16,4 +16,9 @@ def test_process_help_includes_glossary_pass_flag(capsys):
|
||||
main(["process", "--help"])
|
||||
|
||||
assert exc.value.code == 0
|
||||
assert "--glossary-max-llm-passes" in capsys.readouterr().out
|
||||
output = capsys.readouterr().out
|
||||
assert "--glossary-max-llm-passes" in output
|
||||
assert "--grammar-max-llm-passes" in output
|
||||
assert "--glossary-confidence-threshold" in output
|
||||
assert "--grammar-confidence-threshold" in output
|
||||
assert "--confidence-threshold" not in output
|
||||
|
||||
Reference in New Issue
Block a user