<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -96,10 +96,12 @@ task :test do
     raise &quot;Test failed!&quot;
   end
 
-  puts &quot;Doctesting *.py&quot;
-  Dir.glob(&quot;*.py&quot;).each do |filename|
+  puts &quot;Doctesting *.py (excluding setup_*.py files)&quot;
+  Dir.glob(&quot;*.py&quot;).select{|e| ! e.match(/setup_.*/)}.each do |filename|
+    if filename =~ /^setup.*/
+      skip
+    end
     puts &quot;Doctesting #{filename}&quot;
-    puts &quot;python&quot;, &quot;-m&quot;, &quot;doctest&quot;, filename
     if not system(&quot;python&quot;, &quot;-m&quot;, &quot;doctest&quot;, filename)
       raise &quot;Failed doctest&quot;
     end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2cc6bc5ad5928bcd8f6361fa450ba4ce11aa02dc</id>
    </parent>
  </parents>
  <author>
    <name>dbr</name>
    <email>dbr.onix@gmail.com</email>
  </author>
  <url>http://github.com/dbr/tvdb_api/commit/55e9c5cdb5c455811af13481ea97e608df4300a6</url>
  <id>55e9c5cdb5c455811af13481ea97e608df4300a6</id>
  <committed-date>2009-10-10T10:10:08-07:00</committed-date>
  <authored-date>2009-10-10T10:10:08-07:00</authored-date>
  <message>Exclude setup_ files from doctest, as it causes a strange error, and is unnecessary</message>
  <tree>daefd9e0ce43b63dd60605b9449587d1bd557b13</tree>
  <committer>
    <name>dbr</name>
    <email>dbr.onix@gmail.com</email>
  </committer>
</commit>
