<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Test Driven Development with Django Unit Testing</title>
	<atom:link href="http://gurovich.com/site/2010/03/20/test-driven-development-with-django-unit-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://gurovich.com/site/2010/03/20/test-driven-development-with-django-unit-testing/</link>
	<description>Strategic eCommerce Technology and Architecture</description>
	<lastBuildDate>Tue, 13 Mar 2012 02:18:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Stu</title>
		<link>http://gurovich.com/site/2010/03/20/test-driven-development-with-django-unit-testing/comment-page-1/#comment-696</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Tue, 21 Feb 2012 16:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://gurovich.com/site/?p=1266#comment-696</guid>
		<description>Hi,
  It looks like you didn&#039;t define CITY_CODE_FRAUD, should this be None ?

Cheers</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  It looks like you didn&#8217;t define CITY_CODE_FRAUD, should this be None ?</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danilo Gurovich</title>
		<link>http://gurovich.com/site/2010/03/20/test-driven-development-with-django-unit-testing/comment-page-1/#comment-507</link>
		<dc:creator>Danilo Gurovich</dc:creator>
		<pubDate>Tue, 04 May 2010 13:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://gurovich.com/site/?p=1266#comment-507</guid>
		<description>i believe I would test through the model at first.  I&#039;m still on the fence with fixtures as true &quot;unit tests&quot;, although they are tremendously valuable, but kinda clunky.  I don&#039;t think that unit tests are platform specific; it is more important to test things that affect the functionality and performance of the application, any application on any platform, and not be too worried about an affiliation with a platform.

I plan to experiment more with django&#039;s fixtures packages, but time has been at a premium lately.  I hop this helps.  If you have further questions don&#039;t hesitate!</description>
		<content:encoded><![CDATA[<p>i believe I would test through the model at first.  I&#8217;m still on the fence with fixtures as true &#8220;unit tests&#8221;, although they are tremendously valuable, but kinda clunky.  I don&#8217;t think that unit tests are platform specific; it is more important to test things that affect the functionality and performance of the application, any application on any platform, and not be too worried about an affiliation with a platform.</p>
<p>I plan to experiment more with django&#8217;s fixtures packages, but time has been at a premium lately.  I hop this helps.  If you have further questions don&#8217;t hesitate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rolf Brandt</title>
		<link>http://gurovich.com/site/2010/03/20/test-driven-development-with-django-unit-testing/comment-page-1/#comment-506</link>
		<dc:creator>Rolf Brandt</dc:creator>
		<pubDate>Mon, 03 May 2010 14:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://gurovich.com/site/?p=1266#comment-506</guid>
		<description>Thanks for your &quot;testing with django&quot; in a nutshell. I&#039;ve learned how to test with django&#039;s implemented facilities but one thing is still vague. I am aware of the importance to develop test driven, but i haven&#039;t come to bring it to reality and so i am still lost about what exactly to test, when it comes to developing a django project. Your example is pretty straight forward but somehow still not directly affiliated with django. Are there any things one has to test specifically when developing with django, like redirects etc.? How would you proceed when tackling database dependent functions?</description>
		<content:encoded><![CDATA[<p>Thanks for your &#8220;testing with django&#8221; in a nutshell. I&#8217;ve learned how to test with django&#8217;s implemented facilities but one thing is still vague. I am aware of the importance to develop test driven, but i haven&#8217;t come to bring it to reality and so i am still lost about what exactly to test, when it comes to developing a django project. Your example is pretty straight forward but somehow still not directly affiliated with django. Are there any things one has to test specifically when developing with django, like redirects etc.? How would you proceed when tackling database dependent functions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
