MCPcopy
hub / github.com/celery/celery / test_platform_jython

Method test_platform_jython

t/unit/app/test_app.py:1734–1737  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1732 assert pyimplementation() == 'Xython'
1733
1734 def test_platform_jython(self):
1735 with conftest.platform_pyimp():
1736 with conftest.sys_platform('java 1.6.51'):
1737 assert 'Jython' in pyimplementation()
1738
1739 def test_platform_pypy(self):
1740 with conftest.platform_pyimp():

Callers

nothing calls this directly

Calls 1

pyimplementationFunction · 0.90

Tested by

no test coverage detected