<?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: Python Package Structure with Unit Testing, Injection and Mocking</title>
	<atom:link href="http://www.connorgarvey.com/blog/?feed=rss2&#038;p=184" rel="self" type="application/rss+xml" />
	<link>http://www.connorgarvey.com/blog/?p=184</link>
	<description>Connor Garvey's application development notes</description>
	<lastBuildDate>Sat, 04 Sep 2010 17:18:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: MrSqueezles</title>
		<link>http://www.connorgarvey.com/blog/?p=184&#038;cpage=1#comment-1038</link>
		<dc:creator>MrSqueezles</dc:creator>
		<pubDate>Fri, 28 May 2010 20:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorgarvey.com/blog/?p=184#comment-1038</guid>
		<description>Hi David.
All of that business about modules is the snake-guice part.  It&#039;s very similar to Guice because it uses modules, bindings and code configuration.  In this project, we only used it for testing support.  We had a unit test module that mocked all HTTP calls.  We had another for functional testing that connected to a local test server.  The third is used in production to connect to real servers.</description>
		<content:encoded><![CDATA[<p>Hi David.<br />All of that business about modules is the snake-guice part.  It&#8217;s very similar to Guice because it uses modules, bindings and code configuration.  In this project, we only used it for testing support.  We had a unit test module that mocked all HTTP calls.  We had another for functional testing that connected to a local test server.  The third is used in production to connect to real servers.</f</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Stanek</title>
		<link>http://www.connorgarvey.com/blog/?p=184&#038;cpage=1#comment-941</link>
		<dc:creator>David Stanek</dc:creator>
		<pubDate>Thu, 27 May 2010 02:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.connorgarvey.com/blog/?p=184#comment-941</guid>
		<description>I enjoyed this post and just recommended it to a few friends. I&#039;d be interesting in hearing more about how you use snake-guice.</description>
		<content:encoded><![CDATA[<p>I enjoyed this post and just recommended it to a few friends. I&#8217;d be interesting in hearing more about how you use snake-guice.</f</p>
]]></content:encoded>
	</item>
</channel>
</rss>
