更新测试
This commit is contained in:
parent
e4775e7235
commit
30e64d5ffd
@ -5,9 +5,10 @@
|
||||
# Author: xaoyaoo
|
||||
# Date: 2023/10/21
|
||||
# -------------------------------------------------------------------------------
|
||||
|
||||
from pywxdump.wx_info import read_info
|
||||
|
||||
from pywxdump import VERSION_LIST_PATH, VERSION_LIST
|
||||
|
||||
result = read_info(VERSION_LIST, is_logging=True) # 读取微信信息
|
||||
def test_read_info():
|
||||
result = read_info(VERSION_LIST, is_logging=True) # 读取微信信息
|
||||
assert result is not None
|
Loading…
Reference in New Issue
Block a user