unittest.rst 246 Bytes
Newer Older
BO ZHANG's avatar
BO ZHANG committed
1
2
Useful packages
===============
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
- `coverage`


BO ZHANG's avatar
BO ZHANG committed
12
GitLab CI/CD pipeline
BO ZHANG's avatar
BO ZHANG committed
13
14
15
16
=====================

自动化流水线。