<?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>pieceofpy.com &#187; testing</title>
	<atom:link href="http://pieceofpy.com/tag/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://pieceofpy.com</link>
	<description>Another python blog with a love for agile methods.</description>
	<lastBuildDate>Tue, 18 May 2010 15:31:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sucker for the green. Python GUI Green-Bar?</title>
		<link>http://pieceofpy.com/2009/01/06/sucker-for-the-green-python-gui-green-bar/</link>
		<comments>http://pieceofpy.com/2009/01/06/sucker-for-the-green-python-gui-green-bar/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 20:03:03 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[test driven]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[greenbar]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://pieceofpy.com/?p=224</guid>
		<description><![CDATA[I get made fun of on a daily basis for this but I am addicted to GUI Green-Bar testing. When I say that I literally mean a simple little Green/Red progress bar that shows me my pass/fail tests. I am addicted to it. I need it. Eclipse C++ and CUTE had spoiled me and now [...]]]></description>
			<content:encoded><![CDATA[<p>I get made fun of on a daily basis for this but I am addicted to GUI Green-Bar testing. When I say that I literally mean a simple little Green/Red progress bar that shows me my pass/fail tests. I am addicted to it. I need it. Eclipse C++ and CUTE had spoiled me and now I desire the same thing for Python. Don&#8217;t get me wrong, I don&#8217;t practice &#8220;<a href="http://www.adam-bien.com/roller/abien/entry/quality_assurance_driven_development_and">metrics driven development</a>&#8220;, but for me personally, it is a motivator, an easy and clearly defined goal in my test driven approach, make that bar go full green.</p>
<p>I&#8217;ve spent the last few hours on Google and misc blogs looking for GUI Green bar testing for modern Python and have been unsuccessful in finding anything. So I ask anyone who happens to read this blog if you know of any plugins for any IDEs or text editors that support this for Python.</p>
<p>In the mean time I started my first Eclipse plugin project ever in hopes I can hack my through enough Java and pull enough from PyDev extension that I can make a simple green bar for Eclipse that parses nosetests output or something.</p>
]]></content:encoded>
			<wfw:commentRss>http://pieceofpy.com/2009/01/06/sucker-for-the-green-python-gui-green-bar/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
