📜  健全性测试与烟雾测试 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:31.787000             🧑  作者: Mango

代码示例1
Usually I do sanity test after bug fixes
to check everything works properly and
I don't have a test data and I don't 
document it but on the other hand 
smoke test needs to be documented.