mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 15:00:18 +00:00
finished iterators chapter
This commit is contained in:
@@ -516,6 +516,8 @@ Ran 5 tests in 0.000s
|
||||
|
||||
OK</samp></pre>
|
||||
|
||||
<p>Now stop coding.
|
||||
|
||||
<!--
|
||||
<li><a href="#roman.requirements">Requirement #3</a> specifies that <code>to_roman()</code> cannot accept a non-integer number, so here you test to make sure that <code>to_roman()</code> raises a <code>roman.NotIntegerError</code> exception when called with <code>0.5</code>. If <code>to_roman()</code> does not raise a <code>roman.NotIntegerError</code>, this test is considered failed.
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user