Re: organizing your scripts, with plenty of re-use

2009-10-05 Thread Margie
t directory of the script into sys.path." When an installation is done, as part of the install the .dev file should be removed. In that case the libraries should be installed into the standard site-packages location and the user running from an install would automatically get their packages from

Cool new website

2007-03-22 Thread scuba . margie
Brand new site. Loads of great stuff Free membership and full access Check out Yapooh! http://www.yapooh.org -- http://mail.python.org/mailman/listinfo/python-list

How to see intermediate fail results from unittest as tests are running?

2010-08-18 Thread Margie Roginski
nswer is no, but I'm just wondering if I'm missing something. Thanks! Margie -- http://mail.python.org/mailman/listinfo/python-list

Re: How to see intermediate fail results from unittest as tests are running?

2010-08-19 Thread Margie Roginski
On Aug 19, 12:41 am, Peter Otten <__pete...@web.de> wrote: > Margie Roginski wrote: > > I am using unittest in a fairly basic way, where I have a single file > > that simply defines a class that inherits from unittest.TestCase and > > then within that class I have a