[资源介绍]
unittest — Unit testing framework — Python 3.14.2 documentation
Source code: Lib/unittest/
init.py(If you are already familiar with the basic concepts of testing, you might want to skip to the list of assert methods.) The unittest unit testing framework was ...
- unittest - (Python 标准库)单元测试框架。