<?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: Organizing Django Tests into Folders</title>
	<atom:link href="http://www.pioverpi.net/2010/03/10/organizing-django-tests-into-folders/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pioverpi.net/2010/03/10/organizing-django-tests-into-folders/</link>
	<description>...but that&#039;s just one!</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:16:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: jama22</title>
		<link>http://www.pioverpi.net/2010/03/10/organizing-django-tests-into-folders/comment-page-1/#comment-7077</link>
		<dc:creator>jama22</dc:creator>
		<pubDate>Thu, 29 Jul 2010 18:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=1524#comment-7077</guid>
		<description>Hrm, make sure GeneralTests.py is in the same folder as __init__.py, and try using &lt;code&gt;from GeneralTests import *&lt;/code&gt; instead</description>
		<content:encoded><![CDATA[<p>Hrm, make sure GeneralTests.py is in the same folder as __init__.py, and try using <code>from GeneralTests import *</code> instead</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zo</title>
		<link>http://www.pioverpi.net/2010/03/10/organizing-django-tests-into-folders/comment-page-1/#comment-7075</link>
		<dc:creator>Zo</dc:creator>
		<pubDate>Thu, 29 Jul 2010 14:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=1524#comment-7075</guid>
		<description>I am trying to implement this b/c it is exactly what I have been looking. Unfortunately, I get a NameError: name &#039;GeneralTests&#039; is not defined.

My code for __init__.py :

from pythonproject.testproj.tests.GeneralTests import *  

__test__= {  
           &#039;mytest&#039;: GeneralTests
}  

Python 2.6
Django 1.2.1

Could you offer any help please?</description>
		<content:encoded><![CDATA[<p>I am trying to implement this b/c it is exactly what I have been looking. Unfortunately, I get a NameError: name &#8216;GeneralTests&#8217; is not defined.</p>
<p>My code for __init__.py :</p>
<p>from pythonproject.testproj.tests.GeneralTests import *  </p>
<p>__test__= {<br />
           &#8216;mytest&#8217;: GeneralTests<br />
}  </p>
<p>Python 2.6<br />
Django 1.2.1</p>
<p>Could you offer any help please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Django Unit Tests</title>
		<link>http://www.pioverpi.net/2010/03/10/organizing-django-tests-into-folders/comment-page-1/#comment-6091</link>
		<dc:creator>Django Unit Tests</dc:creator>
		<pubDate>Wed, 24 Mar 2010 01:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=1524#comment-6091</guid>
		<description>[...] general, I organize my unit tests into folders (ref. Organizing Django Tests into Folders) so I can break them down into manageable [...]</description>
		<content:encoded><![CDATA[<p>[...] general, I organize my unit tests into folders (ref. Organizing Django Tests into Folders) so I can break them down into manageable [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unit Tests in Django &#124; Pi/Pi</title>
		<link>http://www.pioverpi.net/2010/03/10/organizing-django-tests-into-folders/comment-page-1/#comment-6090</link>
		<dc:creator>Unit Tests in Django &#124; Pi/Pi</dc:creator>
		<pubDate>Wed, 24 Mar 2010 01:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=1524#comment-6090</guid>
		<description>[...] Pi/Pi &#8230;but that&#039;s just one!   Skip to content ProjectsCSC309 A1: kääntää TranslationsJump StacksGrksm To UnicodePhotosynth of BahenCSC302 Winter &#8216;09CSC301 Fall &#8216;08Project ArgoboxAbout MeContact Me       &#171; Organizing Django Tests into Folders [...]</description>
		<content:encoded><![CDATA[<p>[...] Pi/Pi &#8230;but that&#39;s just one!   Skip to content ProjectsCSC309 A1: kääntää TranslationsJump StacksGrksm To UnicodePhotosynth of BahenCSC302 Winter &#8216;09CSC301 Fall &#8216;08Project ArgoboxAbout MeContact Me       &laquo; Organizing Django Tests into Folders [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
