On Wed, Jun 24, 2009 at 9:22 AM, Chris Withers <ch...@simplistix.co.uk>wrote:
> > > How/where do you encapsulate options to nosetests such that they don't have > to be continuously re-typed? > > The project I work on where we do this, we just write a shell script and check it in to svn. If you were to look in the Karl buildout you'd find the src dirs have scripts called 'test' that just look like: (karl3)ch...@opportunity:~/proj/karl3/src/karl$ cat test ../../bin/nosetests $* So, we just do: $ cd src/karl $ ./test Chris
_______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev