PyWxDump/tests/test_read_info.py

14 lines
448 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-#
# -------------------------------------------------------------------------------
# Name: t2.py
# Description:
# Author: xaoyaoo
# Date: 2023/10/21
# -------------------------------------------------------------------------------
2024-08-19 10:59:52 +08:00
from pywxdump import get_wx_info, WX_OFFS
2023-12-25 16:30:00 +08:00
def test_read_info():
2024-08-19 10:59:52 +08:00
result = get_wx_info(WX_OFFS, is_logging=True) # 读取微信信息
assert result is not None