<div class="gmail_quote">On Wed, Oct 27, 2010 at 20:33, Mark Roddy <span dir="ltr">&lt;<a href="mailto:markroddy@gmail.com">markroddy@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
On Thu, Oct 21, 2010 at 7:54 PM, Mark Roddy &lt;<a href="mailto:markroddy@gmail.com">markroddy@gmail.com</a>&gt; wrote:<br>
&gt; On Thu, Oct 21, 2010 at 5:44 PM, Michael Foord<br>
&gt; &lt;<a href="mailto:fuzzyman@voidspace.org.uk">fuzzyman@voidspace.org.uk</a>&gt; wrote:<br>
&gt;&gt;  On 21/10/2010 21:44, Mark Roddy wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; [snip...]<br>
&gt;&gt;&gt; If anyone&#39;s interested, I did a small proof of concept on converting<br>
&gt;&gt;&gt; the gui to use test discovery instead of a user specified callable and<br>
&gt;&gt;&gt; posted it to bitbucket.  I&#39;ll look into how bad the Python 3<br>
&gt;&gt;&gt; conversion would be, though I think it might make more sense to iron<br>
&gt;&gt;&gt; out what changes need to be made to better support discover before<br>
&gt;&gt;&gt; doing a fork to support 3.x (if necessary).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; <a href="https://bitbucket.org/markroddy/unittestgui" target="_blank">https://bitbucket.org/markroddy/unittestgui</a><br>
&gt;&gt;<br>
&gt;&gt; That&#39;s actually *really* nice. :-)<br>
&gt;&gt;<br>
&gt;&gt; Feature requests (all of which are easy individually except the last<br>
&gt;&gt; one...):<br>
&gt;&gt;<br>
&gt;&gt; * Fix the width of the window so it doesn&#39;t jitter around when displaying<br>
&gt;&gt; different length test names at the bottom<br>
&gt; Actually having a little problem w/this one, due largely to not having<br>
&gt; worked with tk before.  Will keep banging on this one till I figure<br>
&gt; out unless someone else is more familiar.  Seems the status frame is<br>
&gt; expanding based on the length of the test name.  I can&#39;t seem to<br>
&gt; figure out how to prevent this.<br>
&gt;<br>
&gt;&gt; * Support for *showing* numbers of skipped and expected failure tests<br>
&gt; Done.<br>
&gt;<br>
&gt;&gt; * When test discovery starts perhaps print a message to the window showing<br>
&gt;&gt; the directory discovery was started in<br>
&gt; Done.<br>
&gt;<br>
&gt;&gt; * Help and about are wrong and can probably just go...<br>
&gt; Done.<br>
&gt;<br>
&gt;&gt; * An &#39;advanced&#39; panel that lets you parameterise the discovery (change the<br>
&gt;&gt; glob pattern for finding tests for example)<br>
&gt; Not done, but high on my priority list. The naming convention used<br>
&gt; where I work doesn&#39;t follow the default globbing pattern so I need to<br>
&gt; override this myself.<br>
&gt;<br>
<br>
I&#39;ve added the last two of Michael&#39;s feature requests (fix window<br>
resizing issue and ability to set advanced discovery options).<br>
They&#39;re in my bitbucket repo now:<br>
<a href="https://bitbucket.org/markroddy/unittestgui" target="_blank">https://bitbucket.org/markroddy/unittestgui</a><br>
<br>
Questions/comments/feedback are welcome and appreciated.<br>
<br>
-Mark</blockquote><div><br></div><div>Nice little tool. Attached is a small patch to make this work on 2.x and 3.x at the same time.</div></div>