[pypy-svn] r36130 - pypy/dist/pypy/lang/js/test
cfbolz at codespeak.net
cfbolz at codespeak.net
Wed Jan 3 20:16:47 CET 2007
Author: cfbolz
Date: Wed Jan 3 20:16:46 2007
New Revision: 36130
Modified:
pypy/dist/pypy/lang/js/test/test_interp.py
Log:
actually _call_ the js_is_on_path helper to skip tests when the js binary (used
for parsing) is not there.
Modified: pypy/dist/pypy/lang/js/test/test_interp.py
==============================================================================
--- pypy/dist/pypy/lang/js/test/test_interp.py (original)
+++ pypy/dist/pypy/lang/js/test/test_interp.py Wed Jan 3 20:16:46 2007
@@ -17,7 +17,7 @@
except py.error.ENOENT:
py.test.skip("js binary not found")
-
+js_is_on_path()
class TestInterp(object):
def test_simple(self):
More information about the pypy-svn
mailing list