Package: python-nose
Version: 0.11.1-1

I rebuilt nose in a clean sid i386 chroot. The resulting binary package didn't contain documentation for nose.tools.assert_*() functions. Diff between the package in the archive and the rebuilt package (after filtering out various noise) attached.

--
Jakub Wilk
diff -ur old/usr/share/doc/python-nose/html/genindex.html new/usr/share/doc/python-nose/html/genindex.html
--- old/usr/share/doc/python-nose/html/genindex.html	2009-05-17 13:40:20.000000000 +0200
+++ new/usr/share/doc/python-nose/html/genindex.html	2011-01-04 17:20:33.000000000 +0100
@@ -324,17 +324,6 @@
 <dt><a href="api/config.html#nose.config.all_config_files">all_config_files() (in module nose.config)</a></dt>
 <dt><a href="plugins/allmodules.html#nose.plugins.allmodules.AllModules">AllModules (class in nose.plugins.allmodules)</a></dt>
 <dt><a href="api/suite.html#nose.suite.ContextSuiteFactory.ancestry">ancestry() (nose.suite.ContextSuiteFactory method)</a></dt>
-<dt><a href="testing_tools.html#nose.tools.assert_almost_equal">assert_almost_equal (in module nose.tools)</a></dt>
-<dt><a href="testing_tools.html#nose.tools.assert_almost_equals">assert_almost_equals (in module nose.tools)</a></dt>
-<dt><a href="testing_tools.html#nose.tools.assert_equal">assert_equal (in module nose.tools)</a></dt>
-<dt><a href="testing_tools.html#nose.tools.assert_equals">assert_equals (in module nose.tools)</a></dt>
-<dt><a href="testing_tools.html#nose.tools.assert_false">assert_false (in module nose.tools)</a></dt>
-<dt><a href="testing_tools.html#nose.tools.assert_not_almost_equal">assert_not_almost_equal (in module nose.tools)</a></dt>
-<dt><a href="testing_tools.html#nose.tools.assert_not_almost_equals">assert_not_almost_equals (in module nose.tools)</a></dt>
-<dt><a href="testing_tools.html#nose.tools.assert_not_equal">assert_not_equal (in module nose.tools)</a></dt>
-<dt><a href="testing_tools.html#nose.tools.assert_not_equals">assert_not_equals (in module nose.tools)</a></dt>
-<dt><a href="testing_tools.html#nose.tools.assert_raises">assert_raises (in module nose.tools)</a></dt>
-<dt><a href="testing_tools.html#nose.tools.assert_true">assert_true (in module nose.tools)</a></dt>
 <dt><a href="plugins/attrib.html#nose.plugins.attrib.AttributeSelector">AttributeSelector (class in nose.plugins.attrib)</a></dt>
 </dl></td></tr></table>
 
diff -ur old/usr/share/doc/python-nose/html/testing_tools.html new/usr/share/doc/python-nose/html/testing_tools.html
--- old/usr/share/doc/python-nose/html/testing_tools.html	2009-05-17 13:40:20.000000000 +0200
+++ new/usr/share/doc/python-nose/html/testing_tools.html	2011-01-04 17:20:32.000000000 +0100
@@ -143,90 +143,6 @@
 <tt class="descclassname">nose.tools.</tt><tt class="descname">nottest</tt><big>(</big><em>func</em><big>)</big><a class="headerlink" href="#nose.tools.nottest" title="Permalink to this definition">Âś</a></dt>
 <dd>Decorator to mark a function or method as <em>not</em> a test</dd></dl>
 
-<dl class="attribute">
-<dt id="nose.tools.assert_almost_equal">
-<tt class="descclassname">nose.tools.</tt><tt class="descname">assert_almost_equal</tt><a class="headerlink" href="#nose.tools.assert_almost_equal" title="Permalink to this definition">Âś</a></dt>
-<dd><p>Fail if the two objects are unequal as determined by their
-difference rounded to the given number of decimal places
-(default 7) and comparing to zero.</p>
-<p>Note that decimal places (from zero) are usually not the same
-as significant digits (measured from the most signficant digit).</p>
-</dd></dl>
-
-<dl class="attribute">
-<dt id="nose.tools.assert_almost_equals">
-<tt class="descclassname">nose.tools.</tt><tt class="descname">assert_almost_equals</tt><a class="headerlink" href="#nose.tools.assert_almost_equals" title="Permalink to this definition">Âś</a></dt>
-<dd><p>Fail if the two objects are unequal as determined by their
-difference rounded to the given number of decimal places
-(default 7) and comparing to zero.</p>
-<p>Note that decimal places (from zero) are usually not the same
-as significant digits (measured from the most signficant digit).</p>
-</dd></dl>
-
-<dl class="attribute">
-<dt id="nose.tools.assert_equal">
-<tt class="descclassname">nose.tools.</tt><tt class="descname">assert_equal</tt><a class="headerlink" href="#nose.tools.assert_equal" title="Permalink to this definition">Âś</a></dt>
-<dd>Fail if the two objects are unequal as determined by the &#8216;==&#8217;
-operator.</dd></dl>
-
-<dl class="attribute">
-<dt id="nose.tools.assert_equals">
-<tt class="descclassname">nose.tools.</tt><tt class="descname">assert_equals</tt><a class="headerlink" href="#nose.tools.assert_equals" title="Permalink to this definition">Âś</a></dt>
-<dd>Fail if the two objects are unequal as determined by the &#8216;==&#8217;
-operator.</dd></dl>
-
-<dl class="attribute">
-<dt id="nose.tools.assert_false">
-<tt class="descclassname">nose.tools.</tt><tt class="descname">assert_false</tt><a class="headerlink" href="#nose.tools.assert_false" title="Permalink to this definition">Âś</a></dt>
-<dd>Fail the test if the expression is true.</dd></dl>
-
-<dl class="attribute">
-<dt id="nose.tools.assert_not_almost_equal">
-<tt class="descclassname">nose.tools.</tt><tt class="descname">assert_not_almost_equal</tt><a class="headerlink" href="#nose.tools.assert_not_almost_equal" title="Permalink to this definition">Âś</a></dt>
-<dd><p>Fail if the two objects are equal as determined by their
-difference rounded to the given number of decimal places
-(default 7) and comparing to zero.</p>
-<p>Note that decimal places (from zero) are usually not the same
-as significant digits (measured from the most signficant digit).</p>
-</dd></dl>
-
-<dl class="attribute">
-<dt id="nose.tools.assert_not_almost_equals">
-<tt class="descclassname">nose.tools.</tt><tt class="descname">assert_not_almost_equals</tt><a class="headerlink" href="#nose.tools.assert_not_almost_equals" title="Permalink to this definition">Âś</a></dt>
-<dd><p>Fail if the two objects are equal as determined by their
-difference rounded to the given number of decimal places
-(default 7) and comparing to zero.</p>
-<p>Note that decimal places (from zero) are usually not the same
-as significant digits (measured from the most signficant digit).</p>
-</dd></dl>
-
-<dl class="attribute">
-<dt id="nose.tools.assert_not_equal">
-<tt class="descclassname">nose.tools.</tt><tt class="descname">assert_not_equal</tt><a class="headerlink" href="#nose.tools.assert_not_equal" title="Permalink to this definition">Âś</a></dt>
-<dd>Fail if the two objects are equal as determined by the &#8216;==&#8217;
-operator.</dd></dl>
-
-<dl class="attribute">
-<dt id="nose.tools.assert_not_equals">
-<tt class="descclassname">nose.tools.</tt><tt class="descname">assert_not_equals</tt><a class="headerlink" href="#nose.tools.assert_not_equals" title="Permalink to this definition">Âś</a></dt>
-<dd>Fail if the two objects are equal as determined by the &#8216;==&#8217;
-operator.</dd></dl>
-
-<dl class="attribute">
-<dt id="nose.tools.assert_raises">
-<tt class="descclassname">nose.tools.</tt><tt class="descname">assert_raises</tt><a class="headerlink" href="#nose.tools.assert_raises" title="Permalink to this definition">Âś</a></dt>
-<dd>Fail unless an exception of class excClass is thrown
-by callableObj when invoked with arguments args and keyword
-arguments kwargs. If a different type of exception is
-thrown, it will not be caught, and the test case will be
-deemed to have suffered an error, exactly as for an
-unexpected exception.</dd></dl>
-
-<dl class="attribute">
-<dt id="nose.tools.assert_true">
-<tt class="descclassname">nose.tools.</tt><tt class="descname">assert_true</tt><a class="headerlink" href="#nose.tools.assert_true" title="Permalink to this definition">Âś</a></dt>
-<dd>Fail the test unless the expression is true.</dd></dl>
-
 </div>
 </div>
 

Reply via email to