<?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: Speed Up Django&#8217;s Unit Test with SQLite and Database Transaction</title>
	<atom:link href="http://ui.co.id/blog/speed-up-your-django-test/feed" rel="self" type="application/rss+xml" />
	<link>http://ui.co.id/blog/speed-up-your-django-test</link>
	<description>Technology Services for Indonesia market</description>
	<lastBuildDate>Mon, 26 Mar 2012 18:27:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jim T</title>
		<link>http://ui.co.id/blog/speed-up-your-django-test/comment-page-1#comment-1665</link>
		<dc:creator>Jim T</dc:creator>
		<pubDate>Mon, 26 Mar 2012 18:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://ui.co.id/?p=413#comment-1665</guid>
		<description>Thanks tip; a very simple solution!  In our case, the real MySQL DB is on a SSD and is set up so each table gets its own file, and I was worried about how much stress the unit tests would create from all that file turnover.</description>
		<content:encoded><![CDATA[<p>Thanks tip; a very simple solution!  In our case, the real MySQL DB is on a SSD and is set up so each table gets its own file, and I was worried about how much stress the unit tests would create from all that file turnover.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seán Hayes</title>
		<link>http://ui.co.id/blog/speed-up-your-django-test/comment-page-1#comment-178</link>
		<dc:creator>Seán Hayes</dc:creator>
		<pubDate>Sat, 03 Jul 2010 00:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://ui.co.id/?p=413#comment-178</guid>
		<description>Hi, thanks for the link.

I thought I&#039;d let you know that as of Django 1.1 django.test.TestCase uses transactions by default; counter-intuitively enough the test case class that doesn&#039;t use transactions is called TransactionTestCase. The Yummy Apple Pie article you quoted was written back in 2008 and might not apply anymore.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the link.</p>
<p>I thought I&#8217;d let you know that as of Django 1.1 django.test.TestCase uses transactions by default; counter-intuitively enough the test case class that doesn&#8217;t use transactions is called TransactionTestCase. The Yummy Apple Pie article you quoted was written back in 2008 and might not apply anymore.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

