<?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>Mike Conley&#039;s Blog &#187; pre-commit continuous integration</title>
	<atom:link href="http://mikeconley.ca/blog/tag/pre-commit-continuous-integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikeconley.ca/blog</link>
	<description>The personal blog of a Toronto based software developer, musician, sound designer, and theatre enthusiast.</description>
	<lastBuildDate>Fri, 11 May 2012 15:23:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Take Those Code Review Requests for a TestDrive&#8230;</title>
		<link>http://mikeconley.ca/blog/2010/02/09/take-those-code-review-requests-for-a-testdrive/</link>
		<comments>http://mikeconley.ca/blog/2010/02/09/take-those-code-review-requests-for-a-testdrive/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 16:43:54 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Code Reviews]]></category>
		<category><![CDATA[code review]]></category>
		<category><![CDATA[MarkUs]]></category>
		<category><![CDATA[pre-commit continuous integration]]></category>
		<category><![CDATA[testdrive]]></category>

		<guid isPermaLink="false">http://mikeconley.ca/blog/?p=1021</guid>
		<description><![CDATA[Remember how I wrote a while back that I wanted to write a script to let me do some quick and easy pre-commit continuous integration with the MarkUs project? Well, I think I just wrote one. Introducing TestDrive&#8230; TestDrive will fetch a review request, grab the latest diff (yes, found an easy way past the [...]]]></description>
			<content:encoded><![CDATA[<p>Remember how <a href="http://mikeconley.ca/blog/2010/02/02/pre-commit-code-review-in-markus-development/">I wrote a while back</a> that I wanted to write a script to let me do some quick and easy pre-commit continuous integration with the MarkUs project?</p>
<p>Well, I think I just wrote one.</p>
<h3>Introducing TestDrive&#8230;</h3>
<p>TestDrive will fetch a review request, grab the latest diff (yes, found an easy way past the lack of API there), check out a fresh copy of MarkUs, throw down the diff, set it up with some Sqlite3 databases, run your tests, and voila &#8211; go to localhost:3000, and you&#8217;re running the review request diff.</p>
<p>I&#8217;ve been using it myself for about a week or so, and so far, it&#8217;s helped me catch a number of bugs that I wouldn&#8217;t have caught just by looking at the code in ReviewBoard.  Nice.</p>
<p><a href="http://github.com/mikeconley/TestDrive">Click here to check out TestDrive.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mikeconley.ca/blog/2010/02/09/take-those-code-review-requests-for-a-testdrive/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

