<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://community.activestate.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>ActiveState Community Site - python - Comments</title>
 <link>http://community.activestate.com/tags/python</link>
 <description>Comments for &quot;python&quot;</description>
 <language>en</language>
<item>
 <title>Just another note on Ruby testing...</title>
 <link>http://community.activestate.com/unit-testing-komodo-4-3#comment-4115</link>
 <description>&lt;p&gt;The Ruby test harness is actually a Test::Unit harness, but given our time&lt;br /&gt;
frame, and that I had only one place to locate it, it made more sense to&lt;br /&gt;
position it within Rake, instead of using it standalone.&lt;/p&gt;
&lt;p&gt;Live I&#039;ve been saying here, more harnesses will be on their way.&lt;/p&gt;
</description>
 <pubDate>Fri, 08 Feb 2008 19:14:15 -0800</pubDate>
 <dc:creator>ericp</dc:creator>
 <guid isPermaLink="false">comment 4115 at http://community.activestate.com</guid>
</item>
<item>
 <title>The Perl &#039;make test&#039; harness analyzes your environment</title>
 <link>http://community.activestate.com/unit-testing-komodo-4-3#comment-4112</link>
 <description>&lt;p&gt;On non-Windows platforms, it assumes make is called &quot;make&quot;.&lt;br /&gt;
If it finds one in the path, it uses it.  Otherwise it&lt;br /&gt;
doesn&#039;t run the tests.&lt;/p&gt;
&lt;p&gt;On Windows, it first checks the path, but if no &quot;nmake.exe&quot;&lt;br /&gt;
is found that way, it looks in the registry for the location&lt;br /&gt;
of a Visual Studio installation, and finds nmake.exe that&lt;br /&gt;
way.&lt;/p&gt;
&lt;p&gt;Note that if you&#039;re testing an XS library, and nmake wants&lt;br /&gt;
to rebuild part of it, you need to have the Visual C++&lt;br /&gt;
environment loaded when Komodo is launched.&lt;/p&gt;
</description>
 <pubDate>Fri, 08 Feb 2008 10:13:00 -0800</pubDate>
 <dc:creator>ericp</dc:creator>
 <guid isPermaLink="false">comment 4112 at http://community.activestate.com</guid>
</item>
<item>
 <title>Perl Test harness</title>
 <link>http://community.activestate.com/unit-testing-komodo-4-3#comment-4107</link>
 <description>&lt;p&gt;I see that the tests for a Perl project will be run by using the &quot;make test&quot; invocation.&lt;/p&gt;
&lt;p&gt;As Windows users normally use the &quot;nmake.exe&quot; utility (which may or may not be in the PATH Windows looks at to find it), could you perhaps consider adding the possibility to choose the &quot;make/nmake&quot; utility to be used?&lt;/p&gt;
&lt;p&gt;CountZero&lt;/p&gt;
</description>
 <pubDate>Fri, 08 Feb 2008 03:06:21 -0800</pubDate>
 <dc:creator>CountZero</dc:creator>
 <guid isPermaLink="false">comment 4107 at http://community.activestate.com</guid>
</item>
<item>
 <title>Ruby testing tools</title>
 <link>http://community.activestate.com/unit-testing-komodo-4-3#comment-4102</link>
 <description>&lt;p&gt;Ruby has a very active set of developers that focus mostly on testing tools, behavior- and test-driven development. I can name some packages: rspec, heckle, flog, zentest, selenium, cerberus and rcov just popped into my head with little thought. I suspect the most commonly used test-driven development tool at the moment is still Test::Unit, but rspec is gaining ground quickly.&lt;/p&gt;
&lt;p&gt;I think rake is the right &quot;first step&quot;. It&#039;s the Ruby equivalent of Java&#039;s &quot;ant&quot; and Python&#039;s &quot;scons&quot;. But that&#039;s really what it is -- a *build* tool, not a testing tool. The ones I listed above are the testing tools.&lt;/p&gt;
&lt;p&gt;Speaking of new features migrating out of the generic command tool, one of the things I find myself wanting is the ability to associate a file type with an editor *other* than Komodo. For example, a lot of my projects have documents edited with the LyX LaTeX editor. Right now, for example, I have a little command box in the project that I can double-click on to open a specific document in LyX. I suppose I could go find the LyX icon and replace the little terminal symbol with it, and no one would be the wiser. :)&lt;/p&gt;
</description>
 <pubDate>Thu, 07 Feb 2008 20:52:15 -0800</pubDate>
 <dc:creator>znmeb</dc:creator>
 <guid isPermaLink="false">comment 4102 at http://community.activestate.com</guid>
</item>
<item>
 <title>Again, we plan to add support for other harnesses</title>
 <link>http://community.activestate.com/unit-testing-komodo-4-3#comment-4098</link>
 <description>&lt;p&gt;That would include Module::Build, but most of the CPAN modules I sampled&lt;br /&gt;
still use MakeMaker.&lt;/p&gt;
&lt;p&gt;The kind of output that Devel::Cover generates doesn&#039;t fit as well&lt;br /&gt;
in the Komodo Test Plan Results window.  However, ActiveState&lt;br /&gt;
does have a nice solution for pulling graphical information out&lt;br /&gt;
of Devel::Cover runs with version 7.1 of the Perl Dev Kit.&lt;/p&gt;
&lt;p&gt;See &lt;a href=&quot;http://www.activestate.com/Products/perl_dev_kit/fix.mhtml&quot; title=&quot;http://www.activestate.com/Products/perl_dev_kit/fix.mhtml&quot;&gt;http://www.activestate.com/Products/perl_dev_kit/fix.mhtml&lt;/a&gt;&lt;br /&gt;
for more information.&lt;/p&gt;
</description>
 <pubDate>Thu, 07 Feb 2008 14:43:18 -0800</pubDate>
 <dc:creator>ericp</dc:creator>
 <guid isPermaLink="false">comment 4098 at http://community.activestate.com</guid>
</item>
<item>
 <title>Roadmap for unit test support</title>
 <link>http://community.activestate.com/unit-testing-komodo-4-3#comment-4092</link>
 <description>&lt;p&gt;For the alpha we&#039;re supporting one type of test harness for&lt;br /&gt;
each of the four languages listed above.  The next step will be&lt;br /&gt;
to add support for more harnesses (and possibly more languages).&lt;/p&gt;
&lt;p&gt;For Ruby the next step will most likely support running of&lt;br /&gt;
arbitrary tests based on Test::Unit, similar to the current&lt;br /&gt;
support for Python tests.&lt;/p&gt;
</description>
 <pubDate>Thu, 07 Feb 2008 09:55:39 -0800</pubDate>
 <dc:creator>ericp</dc:creator>
 <guid isPermaLink="false">comment 4092 at http://community.activestate.com</guid>
</item>
<item>
 <title>Can the command used for unit tests be changed?</title>
 <link>http://community.activestate.com/unit-testing-komodo-4-3#comment-4089</link>
 <description>&lt;p&gt;For Ruby, you have the unit tests defined by running &quot;rake&quot; and having the user specify the rest of the command line. If that&#039;s *all* it does, then it seems to me that it&#039;s only a shorthand for building a command widget to run Rake. The only difference is that in a unit test, I don&#039;t have to type the first word of the command line when I set it up, just the rest of it. Moreover, the way it&#039;s done now, I&#039;m limited to using &quot;rake&quot; to run my tests.&lt;/p&gt;
&lt;p&gt;What I think would be more convenient would be to either add an extra field to the dialog box for the user to select the test initiation command, or having the user specify the whole command line in the command line entry field you have now. That way, I could start my tests with &quot;spec specs.rb&quot;, which is the way I normally do unit tests.&lt;/p&gt;
</description>
 <pubDate>Thu, 07 Feb 2008 07:20:41 -0800</pubDate>
 <dc:creator>znmeb</dc:creator>
 <guid isPermaLink="false">comment 4089 at http://community.activestate.com</guid>
</item>
<item>
 <title>Updated!</title>
 <link>http://community.activestate.com/faq/what-is-the-best-version#comment-1119</link>
 <description>&lt;p&gt;Thank you, Trent.&lt;/p&gt;
</description>
 <pubDate>Fri, 23 Mar 2007 11:14:59 -0700</pubDate>
 <dc:creator>kevinw</dc:creator>
 <guid isPermaLink="false">comment 1119 at http://community.activestate.com</guid>
</item>
<item>
 <title>best is ActivePython 2.5.0.0</title>
 <link>http://community.activestate.com/faq/what-is-the-best-version#comment-1114</link>
 <description>&lt;p&gt;2.5.0.0 is out now: the new latest and greatest.&lt;/p&gt;
</description>
 <pubDate>Thu, 22 Mar 2007 22:46:33 -0700</pubDate>
 <dc:creator>trentm</dc:creator>
 <guid isPermaLink="false">comment 1114 at http://community.activestate.com</guid>
</item>
<item>
 <title>A different version of Python?</title>
 <link>http://community.activestate.com/faq/python-logging-package-do#comment-80</link>
 <description>&lt;p&gt;If you have both Python 2.3 and Python 2.4 installed on your system, it is possible that the Python shell you don&#039;t get the exception in is version 2.4 and Komodo is set to use 2.3.  I&#039;ve had that happen to me before.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;kjw&lt;/p&gt;
</description>
 <pubDate>Mon, 16 Oct 2006 14:38:08 -0700</pubDate>
 <dc:creator>kevinw</dc:creator>
 <guid isPermaLink="false">comment 80 at http://community.activestate.com</guid>
</item>
<item>
 <title>does not work for me</title>
 <link>http://community.activestate.com/faq/python-logging-package-do#comment-7</link>
 <description>&lt;p&gt;I ran into this problem, removed the ...\pythonlib\logging directory, removed Komodo, downloaded and installed newer version (3.5.3 instead of 3.5.2)...&lt;/p&gt;
&lt;p&gt;The problem persists, AFAICT exactly the same as before.&lt;/p&gt;
&lt;p&gt;I don&#039;t get the exception when I run the 2 lines from the example above in the Python shell...&lt;/p&gt;
&lt;p&gt;What am I doing wrong ?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;z00m1n&lt;/p&gt;
</description>
 <pubDate>Mon, 18 Sep 2006 19:27:54 -0700</pubDate>
 <dc:creator>z00m1n</dc:creator>
 <guid isPermaLink="false">comment 7 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
