<?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"
	>
<channel>
	<title>Comments on: Automated python testing with nose and eclipse</title>
	<atom:link href="http://www.machine-envy.com/blog/2006/07/29/automated-python-testing-with-nose-and-eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.machine-envy.com/blog/2006/07/29/automated-python-testing-with-nose-and-eclipse/</link>
	<description></description>
	<pubDate>Thu, 20 Nov 2008 12:34:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Chaim Krause</title>
		<link>http://www.machine-envy.com/blog/2006/07/29/automated-python-testing-with-nose-and-eclipse/#comment-53843</link>
		<dc:creator>Chaim Krause</dc:creator>
		<pubDate>Fri, 10 Oct 2008 17:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.machine-envy.com/blog/?p=45#comment-53843</guid>
		<description>This is a great idea. I do all my Python development in Eclipse with Pydev and just started using nose. This will save me some time. Thanks for posting it.</description>
		<content:encoded><![CDATA[This is a great idea. I do all my Python development in Eclipse with Pydev and just started using nose. This will save me some time. Thanks for posting it.]]></content:encoded>
	</item>
	<item>
		<title>By: James Casbon</title>
		<link>http://www.machine-envy.com/blog/2006/07/29/automated-python-testing-with-nose-and-eclipse/#comment-52905</link>
		<dc:creator>James Casbon</dc:creator>
		<pubDate>Thu, 21 Aug 2008 08:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.machine-envy.com/blog/?p=45#comment-52905</guid>
		<description>Bruno: I don't think you can get the PYTHONPATH from eclipse using an external tool.  But I just posted a recipe to nose-users that will allow you to use the python you configured there: 
ttp://groups.google.com/group/nose-users/browse_thread/thread/910b1d61933520d7</description>
		<content:encoded><![CDATA[Bruno: I don&#8217;t think you can get the PYTHONPATH from eclipse using an external tool.  But I just posted a recipe to nose-users that will allow you to use the python you configured there: <br />ttp://groups.google.com/group/nose-users/browse_thread/thread/910b1d61933520d7]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno Rezende</title>
		<link>http://www.machine-envy.com/blog/2006/07/29/automated-python-testing-with-nose-and-eclipse/#comment-49858</link>
		<dc:creator>Bruno Rezende</dc:creator>
		<pubDate>Tue, 17 Jun 2008 13:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.machine-envy.com/blog/?p=45#comment-49858</guid>
		<description>Nice recipe. Do you know if it is possible to automatically set PYTHONPATH enviroment using the pydev Pythonpath settings?</description>
		<content:encoded><![CDATA[Nice recipe. Do you know if it is possible to automatically set PYTHONPATH enviroment using the pydev Pythonpath settings?]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.machine-envy.com/blog/2006/07/29/automated-python-testing-with-nose-and-eclipse/#comment-6224</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sun, 05 Aug 2007 23:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.machine-envy.com/blog/?p=45#comment-6224</guid>
		<description>If the nosetests script is on your execute path, you don't have to specify its exact location by using

${system_path:nosetests}

as the location. This is very helpful when a project file is shared across different platforms, as the path is not hard-coded.</description>
		<content:encoded><![CDATA[If the nosetests script is on your execute path, you don&#8217;t have to specify its exact location by using<br /><br />${system_path:nosetests}<br /><br />as the location. This is very helpful when a project file is shared across different platforms, as the path is not hard-coded.]]></content:encoded>
	</item>
	<item>
		<title>By: blog.luguber.info &#187; Blog Archive &#187; Automated python testing with nose and eclipse</title>
		<link>http://www.machine-envy.com/blog/2006/07/29/automated-python-testing-with-nose-and-eclipse/#comment-376</link>
		<dc:creator>blog.luguber.info &#187; Blog Archive &#187; Automated python testing with nose and eclipse</dc:creator>
		<pubDate>Tue, 17 Oct 2006 07:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.machine-envy.com/blog/?p=45#comment-376</guid>
		<description>[...] Etter en masse leting fant jeg endelig svaret her [...]</description>
		<content:encoded><![CDATA[[...] Etter en masse leting fant jeg endelig svaret her [...]]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.machine-envy.com/blog/2006/07/29/automated-python-testing-with-nose-and-eclipse/#comment-8</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 29 Jul 2006 19:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.machine-envy.com/blog/?p=45#comment-8</guid>
		<description>Yeah, the eclipse auto builder runs whenever any file changes so it will pick up the html changes too.</description>
		<content:encoded><![CDATA[Yeah, the eclipse auto builder runs whenever any file changes so it will pick up the html changes too.]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Winkler</title>
		<link>http://www.machine-envy.com/blog/2006/07/29/automated-python-testing-with-nose-and-eclipse/#comment-7</link>
		<dc:creator>Jeff Winkler</dc:creator>
		<pubDate>Sat, 29 Jul 2006 16:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.machine-envy.com/blog/?p=45#comment-7</guid>
		<description>Very cool.. what about other file types in the same directory, would they trigger the build? 
 I ues Kid for HTML generation. I've added the .kid into nosy: changing the template regenerates the HTML, and a meta refresh tag reloads the page in the browser. So you can make a change in Eclipse and see the results in the browser in ~30 seconds.

 Are you familiar with showmedo (http://showmedo.com/videos/python)? A screencast of this technique would be great.
- Jeff</description>
		<content:encoded><![CDATA[Very cool.. what about other file types in the same directory, would they trigger the build? <br /> I ues Kid for HTML generation. I&#8217;ve added the .kid into nosy: changing the template regenerates the HTML, and a meta refresh tag reloads the page in the browser. So you can make a change in Eclipse and see the results in the browser in ~30 seconds.<br /><br /> Are you familiar with showmedo (http://showmedo.com/videos/python)? A screencast of this technique would be great.<br />- Jeff]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.430 seconds -->
