<?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; unit test</title>
	<atom:link href="http://www.pioverpi.net/tag/unit-test/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>
		<item>
		<title>Django Unit Test Failure in auth Package</title>
		<link>http://www.pioverpi.net/2010/03/01/django-unit-test-failure-in-auth-package/</link>
		<comments>http://www.pioverpi.net/2010/03/01/django-unit-test-failure-in-auth-package/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 17:49:19 +0000</pubDate>
		<dc:creator>jama22</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[auth]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[unit]]></category>
		<category><![CDATA[unit test]]></category>

		<guid isPermaLink="false">http://www.pioverpi.net/?p=1502</guid>
		<description><![CDATA[We&#8217;ve been using the django.contrib.auth app to handle all of our user login/logout/registration/etc. needs, and it has worked great for us so far.  However, when we tried to run the unit tests for our project we found 10 or so errors with regards to the auth package itself. At first, I thought it was because [...]]]></description>
		<wfw:commentRss>http://www.pioverpi.net/2010/03/01/django-unit-test-failure-in-auth-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
