On Wed, Jun 27, 2012 at 3:51 AM, Emmanuel Cazenave <[email protected]> wrote:
> I understand that the paster module is not imported in the pyramid's
> __init__, so it's not visible.
> But why the hell does this work using `python setup.py test`:

Most likely this works with `setup.py test` because you do not have
the `test_suite` option properly configured and thus the unittest
discovery mechanism is not finding your tests but nosetests does find
them with its more aggressive scanning, thus your tests aren't
actually running via `setup.py test`.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to