On Thu, Jul 24, 2008 at 02:03:13PM -0700, Dan Price wrote:

> > testcatalogfmris4 (api.t_catalog.TestCatalog) ... pass
> 
> For human consumption, I'm wondering if it would be
> helpful just to show the complete path to the test in
> order:
> 
> api.t_catalog.TestCatalog.testcatalogfmris2             pass

I'd agree with this improvement, though I wonder if people would go for

    api.t_catalog.py TestCatalog.testcatalogfmris2             pass

which would then allow you to simply copy/paste the first two words of the
line and pass them to python:

    python api.t_catalog.py TestCatalog.testcatalogfmris2

to run that one testcase.  It's not a huge deal, and having them all
immediately available is a lot better than what we have now, but this
would be better yet, I think.  :)

Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to