<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pi/Pi &#187; testing</title>
	<atom:link href="http://www.pioverpi.net/tag/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pioverpi.net</link>
	<description>...but that&#039;s just one!</description>
	<lastBuildDate>Wed, 07 Jul 2010 02:47:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Unit Tests in Django</title>
		<link>http://www.pioverpi.net/2010/03/24/unit-tests-in-django/</link>
		<comments>http://www.pioverpi.net/2010/03/24/unit-tests-in-django/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 01:52:24 +0000</pubDate>
		<dc:creator>jama22</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[unit test]]></category>

		<guid isPermaLink="false">http://www.pioverpi.net/?p=1541</guid>
		<description><![CDATA[I&#8217;m going to talk a bit about some of the practices that I use for unit testing in Django.  If you&#8217;re unfamiliar with the Django testing system, you can read up on it here: http://docs.djangoproject.com/en/dev/topics/testing/ In general, I organize my unit tests into folders (ref. Organizing Django Tests into Folders) so I can break them [...]]]></description>
		<wfw:commentRss>http://www.pioverpi.net/2010/03/24/unit-tests-in-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Organizing Django Tests into Folders</title>
		<link>http://www.pioverpi.net/2010/03/10/organizing-django-tests-into-folders/</link>
		<comments>http://www.pioverpi.net/2010/03/10/organizing-django-tests-into-folders/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 03:13:45 +0000</pubDate>
		<dc:creator>jama22</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[pyunit]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[unit test]]></category>

		<guid isPermaLink="false">http://www.pioverpi.net/?p=1524</guid>
		<description><![CDATA[Update: Due to some strange Django error, Django will refuse to run your app&#8217;s tests if your application doesn&#8217;t have a models.py file. You&#8217;ll need to create an empty models.pyin your app&#8217;s folder if you don&#8217;t have one Django comes with a nice testing  rig that lets you individually test each app.  By using a [...]]]></description>
		<wfw:commentRss>http://www.pioverpi.net/2010/03/10/organizing-django-tests-into-folders/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
