UNPKG

247 BPlain TextView Raw
1"""
2Unit Test
3"""
4# pylint: disable=W0621
5
6# from typing import (
7# # Any,
8# Iterable,
9# )
10
11import pytest # type: ignore
12
13# from agent import Agent
14
15
16def test_smoke_testing() -> None:
17 """ wechaty """
18 assert pytest, 'should True'