unittest.rst 263 Bytes
Newer Older
BO ZHANG's avatar
BO ZHANG committed
1
2
单元测试相关的pacakge
===================
BO ZHANG's avatar
BO ZHANG committed
3
4
5
6

use

- `unittest` (https://docs.python.org/3.8/library/unittest.html)
BO ZHANG's avatar
BO ZHANG committed
7
- `doctest`
BO ZHANG's avatar
BO ZHANG committed
8
- `pytest` (https://docs.pytest.org/en/stable/)
BO ZHANG's avatar
BO ZHANG committed
9
10
11
12
13
14
15
16
- `coverage`


gitlab CI/CD pipeline
=====================

自动化流水线。