On Sunday 29 August 2010 03:42:29 Dan Stromberg wrote: > If I run: > > /usr/local/cpython-2.5/bin/python2.5 /usr/local/bin/pytest > > ...I get lots of useful output. > > If I run: > > /usr/local/cpython-2.5/bin/python2.5 ./pytest.py > > ...I get no output whatsoever.
/usr/local/bin/pytest is the executable which is run by users, importing logilab.common.pytest (aka pytest.py) which is just library code and does not run any tests. -- Alexandre Fayolle LOGILAB, Paris (France) Formations Python, CubicWeb, Debian : http://www.logilab.fr/formations Développement logiciel sur mesure : http://www.logilab.fr/services Informatique scientifique: http://www.logilab.fr/science _______________________________________________ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects