<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (bkerr)</title>
    <link>https://pinboard.in/u:bkerr/public/</link>
    <description>recent bookmarks from bkerr</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://www.djangoproject.com/documentation/contributing/#running-the-unit-tests"/>
	<rdf:li rdf:resource="http://mousebender.wordpress.com/2006/12/07/test-isolation-in-nose/"/>
	<rdf:li rdf:resource="http://ivory.idyll.org/articles/advanced-swc/#testing-your-software"/>
	<rdf:li rdf:resource="http://lists.idyll.org/pipermail/testing-in-python/2007-March/000043.html"/>
	<rdf:li rdf:resource="http://ivory.idyll.org/articles/nose-intro.html"/>
	<rdf:li rdf:resource="http://somethingaboutorange.com/mrl/projects/nose/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://www.djangoproject.com/documentation/contributing/#running-the-unit-tests">
    <title>Django | Django Documentation: Running the unit tests</title>
    <dc:date>2007-11-24T22:47:34+00:00</dc:date>
    <link>http://www.djangoproject.com/documentation/contributing/#running-the-unit-tests</link>
    <dc:creator>bkerr</dc:creator><description><![CDATA[Notes on prerequisites (settings file, etc.) for running the test suite for Django itself.]]></description>
<dc:subject>django unittest unit test</dc:subject>
<dc:identifier>https://pinboard.in/u:bkerr/b:40332a04087d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:django"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:unittest"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:unit"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:test"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://mousebender.wordpress.com/2006/12/07/test-isolation-in-nose/">
    <title>Mousebender | Test isolation in nose</title>
    <dc:date>2007-06-28T16:11:14+00:00</dc:date>
    <link>http://mousebender.wordpress.com/2006/12/07/test-isolation-in-nose/</link>
    <dc:creator>bkerr</dc:creator><dc:subject>python nose unit testing unittest interpreter test isolation desolation</dc:subject>
<dc:identifier>https://pinboard.in/u:bkerr/b:6d038291037d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:nose"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:unit"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:testing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:unittest"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:interpreter"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:test"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:isolation"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:desolation"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://ivory.idyll.org/articles/advanced-swc/#testing-your-software">
    <title>Intermediate and Advanced Software Carpentry in Python # n Extended Introduction to the nose Unit Testing Framework</title>
    <dc:date>2007-06-28T14:31:41+00:00</dc:date>
    <link>http://ivory.idyll.org/articles/advanced-swc/#testing-your-software</link>
    <dc:creator>bkerr</dc:creator><dc:subject>python nose testing unittest</dc:subject>
<dc:identifier>https://pinboard.in/u:bkerr/b:9e7c07ad9331/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:nose"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:testing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:unittest"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://lists.idyll.org/pipermail/testing-in-python/2007-March/000043.html">
    <title>[TIP] nosetrim plugin</title>
    <dc:date>2007-03-25T01:12:30+00:00</dc:date>
    <link>http://lists.idyll.org/pipermail/testing-in-python/2007-March/000043.html</link>
    <dc:creator>bkerr</dc:creator><description><![CDATA["nose plugin that suppresses duplicate errors of the same type, so that when you break something very low level and the same error propogates throughout your suite, you don't have to rerun your tests (with --stop) just to get at the root of the problem."]]></description>
<dc:subject>python nose nosetrim unit testing unittest</dc:subject>
<dc:identifier>https://pinboard.in/u:bkerr/b:1d8659d367a9/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:nose"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:nosetrim"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:unit"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:testing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:unittest"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://ivory.idyll.org/articles/nose-intro.html">
    <title>An Extended Introduction to the nose Unit Testing Framework</title>
    <dc:date>2007-03-24T20:58:50+00:00</dc:date>
    <link>http://ivory.idyll.org/articles/nose-intro.html</link>
    <dc:creator>bkerr</dc:creator><dc:subject>python nose unit testing unittest</dc:subject>
<dc:identifier>https://pinboard.in/u:bkerr/b:c59af57f2680/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:nose"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:unit"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:testing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:unittest"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://somethingaboutorange.com/mrl/projects/nose/">
    <title>nose: a discovery-based unittest extension</title>
    <dc:date>2007-03-24T20:58:22+00:00</dc:date>
    <link>http://somethingaboutorange.com/mrl/projects/nose/</link>
    <dc:creator>bkerr</dc:creator><dc:subject>python nose unit testing unittest</dc:subject>
<dc:identifier>https://pinboard.in/u:bkerr/b:b95b6ea5f2d0/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:nose"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:unit"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:testing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bkerr/t:unittest"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>