mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2025-09-06 20:26:24 +00:00
Ⓜ️手动从旧梦 81a191f merge
This commit is contained in:
5
tests/test_core.py
Normal file
5
tests/test_core.py
Normal file
@ -0,0 +1,5 @@
|
||||
from src.liteyuki import LiteyukiBot
|
||||
|
||||
if __name__ == "__main__":
|
||||
lyb = LiteyukiBot()
|
||||
lyb.run()
|
16
tests/test_dll.py
Normal file
16
tests/test_dll.py
Normal file
@ -0,0 +1,16 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved
|
||||
|
||||
@Time : 2024/8/7 下午11:44
|
||||
@Author : snowykami
|
||||
@Email : snowykami@outlook.com
|
||||
@File : test_dll.py
|
||||
@Software: PyCharm
|
||||
"""
|
||||
from src.utils.extension import load_lib
|
||||
|
||||
|
||||
a = load_lib("src/libs/ly_api")
|
||||
|
||||
a.Register("sss", "sss", 64, "sss", "sss")
|
0
tests/test_lyapi.py
Normal file
0
tests/test_lyapi.py
Normal file
0
tests/test_lyfunc.py
Normal file
0
tests/test_lyfunc.py
Normal file
Reference in New Issue
Block a user