Restructure tally-groups into the house command shape

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-19 10:28:31 +08:00
co-authored by Claude Opus 5
parent 6d055c1ee5
commit 676d7788e8
2 changed files with 271 additions and 239 deletions
+2 -1
View File
@@ -64,7 +64,8 @@ class TestTallyGroups(unittest.TestCase):
with redirect_stderr(stderr):
status = tally_groups.main(
[str(x) for x in self.__runs]
+ [str(self.__valid), str(self.__output_csv)])
+ [str(self.__output_csv),
"--valid-keywords", str(self.__valid)])
return status, stderr.getvalue()
def __read_rows(self) -> list[list[str]]: