refactor death

This commit is contained in:
bridge
2025-12-29 21:46:26 +08:00
parent aef6fe6f74
commit 6a4059280a
7 changed files with 192 additions and 19 deletions

View File

@@ -116,3 +116,4 @@ def test_df_get_list_int():
assert get_list_int(row, "a", separator="|") == [1, 2, 3]
assert get_list_int(row, "c", separator="|") == [1, 3]