2009-08-12 14 views
0

Pythonのdoctestモジュールには、advanced APIのセクションがあります。誰かがこのAPIの特定の用途を見つけましたか?doctestの高度なAPIの使用例

(ドキュメントから)APIの構造を簡単に見:

      list of: 
+------+     +---------+ 
|module| --DocTestFinder-> | DocTest | --DocTestRunner-> results 
+------+ |  ^ +---------+  |  ^ (printed) 
      |  |  | Example |  |  | 
      v  |  | ... |  v  | 
      DocTestParser | Example | OutputChecker 
          +---------+ 

答えて

関連する問題