aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/test_corelib.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-06-17 00:22:18 +0800
committer简律纯 <i@jyunko.cn>2024-06-17 00:22:18 +0800
commitea840bbc63843bd605a00da31f80241a4f2a9746 (patch)
tree4fe1ecc8b1361b6bd23808c2d62d51c5024dffb4 /tests/test_corelib.py
parent09413f06949b421a1c5b0cc05d70d84b184d3397 (diff)
downloadHydroRollCore-ea840bbc63843bd605a00da31f80241a4f2a9746.tar.gz
HydroRollCore-ea840bbc63843bd605a00da31f80241a4f2a9746.zip
chore(deps|rust): add clap dependencies
Diffstat (limited to 'tests/test_corelib.py')
-rw-r--r--tests/test_corelib.py3
1 files changed, 3 insertions, 0 deletions
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