Add test for UTF8

This commit is contained in:
WQY\qiong
2023-05-02 17:47:50 +08:00
parent 06c8f366fd
commit 8a1a49bf6b
3 changed files with 28 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ from .database import get_operation_by_snapshot, get_snapshot_by_operation
from .database import pick_snapshot
from .database import pick_operation, sync_with_server
from .database import get_restore_operation, set_restore_operation, set_restore_operation_to_current, restore
from .database import read, try_read, read_all, write
from .batch_exe import execute_batch_commands, execute_batch_command