mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
wrote advanced-unit-testing chapter, decided to merge it into unit-testing. renumbered chapters and fixed up TOC and navigation
This commit is contained in:
+1
-2
@@ -29,15 +29,14 @@ h1:before{content:''}
|
||||
<li><a href=installing-python.html>Installing Python</a>
|
||||
<li><a href=your-first-python-program.html>Your First Python Program</a>
|
||||
<li><a href=native-datatypes.html>Native Datatypes</a>
|
||||
<li><a href=comprehensions.html>Comprehensions</a>
|
||||
<li><a href=strings.html>Strings</a>
|
||||
<li><a href=regular-expressions.html>Regular Expressions</a>
|
||||
<li><a href=generators.html>Closures <i class=baa>&</i> Generators</a>
|
||||
<li><a href=iterators.html>Classes <i class=baa>&</i> Iterators</a>
|
||||
<li><a href=advanced-iterators.html>Advanced Iterators</a>
|
||||
<li><a href=unit-testing.html>Unit Testing</a>
|
||||
<li class=todo>Advanced Unit Testing
|
||||
<li><a href=refactoring.html>Refactoring</a>
|
||||
<li><a href=advanced-classes.html>Advanced Classes</a>
|
||||
<li><a href=files.html>Files</a>
|
||||
<li><a href=xml.html>XML</a>
|
||||
<li class=todo>Serializing Python Objects
|
||||
|
||||
Reference in New Issue
Block a user