Files
python3-cookbook/source/chapters/p14_test_debug_and_exceptions.rst
2018-12-20 15:36:58 +08:00

15 lines
581 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

=============================
第十四章:测试、调试和异常
=============================
试验还是很棒的但是调试就没那么有趣了。事实是在Python测试代码之前没有编译器来分析你的代码因此使得测试成为开发的一个重要部分。本章的目标是讨论一些关于测试、调试和异常处理的常见问题。但是并不是为测试驱动开发或者单元测试模块做一个简要的介绍。因此笔者假定读者熟悉测试概念。
Contents:
.. toctree::
:maxdepth: 1
:glob:
../c14/*