From ea840bbc63843bd605a00da31f80241a4f2a9746 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 17 Jun 2024 00:22:18 +0800 Subject: chore(deps|rust): add clap dependencies --- tests/test_corelib.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/test_corelib.py b/tests/test_corelib.py index a0a3424..4a21e29 100644 --- a/tests/test_corelib.py +++ b/tests/test_corelib.py @@ -6,6 +6,9 @@ def main(): rule_pack = "example_rule_pack" result = cb.process_rule_pack(rule_pack) print(result) + print(cb.name) + cb.name = "a" + print(cb.name) if __name__ == "__main__": main() \ No newline at end of file -- cgit v1.2.3-70-g09d2