The following forum message was posted by admiralnemo at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4069574:

First, I would like to say great job with the new advanced unit-testing 
framework.
Having the PyUnit view open at the right of my screen really encourages me to
keep my tests up-to date, since all it takes is a single click to run them.
The result display is really excellent!

I wonder, though, as a future enhancement to PyDev, would it be possible to
choose/configure the test runner on a per-project (or even per-run) basis? I
have several different projects in my workspace, each with different unit 
testing
needs. Pylons, for example, needs the --with-pylons=path/to/test.ini argument
passed to nosetests, but my generic libraries do not. For now, I have to change
the workspace configuration every time I want to test a different project.

I tried adding arguments to the debug configuration for my unit test module,
but it raised an exception:

[code]_pydev_getopt.GetoptError: option --with-pylons not recognized[/code]

Anyway, just a thought. I hope it wouldn't be too complicated, because it would
make a great new feature even better!

Regards,

Dustin

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to