mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
32 lines
207 B
ReStructuredText
32 lines
207 B
ReStructuredText
Testing Your Code
|
|
=====================
|
|
|
|
Testing your code is very important.
|
|
|
|
|
|
The Basics
|
|
::::::::::
|
|
|
|
|
|
Code Comments
|
|
-------------
|
|
|
|
|
|
|
|
Doc Strings
|
|
-----------
|
|
|
|
|
|
Tools
|
|
:::::
|
|
|
|
|
|
Unittest2
|
|
---------
|
|
|
|
|
|
tox
|
|
---
|
|
|
|
|