<?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>ForTheScience.org &#187; Testing</title>
	<atom:link href="http://forthescience.org/blog/category/topics/computer-science/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://forthescience.org/blog</link>
	<description>A blog about science and programming</description>
	<lastBuildDate>Sun, 05 Sep 2010 12:27:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multithreaded testing</title>
		<link>http://forthescience.org/blog/2008/02/27/multithreaded-testing/</link>
		<comments>http://forthescience.org/blog/2008/02/27/multithreaded-testing/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 21:20:02 +0000</pubDate>
		<dc:creator>Stefano Borini</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://forthescience.org/blog/2008/02/27/multithreaded-testing/</guid>
		<description><![CDATA[Suppose you have to perform tests. Lots of tests. Functional tests, where each test could take a lot of time.
Suppose also that 

you don&#8217;t want to wait three days until your tests are done
you have a massively parallel architecture available
you are using python unittest framework
you enjoy colors

What would you do?
You install testoob. This thing is [...]]]></description>
		<wfw:commentRss>http://forthescience.org/blog/2008/02/27/multithreaded-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
