MCPcopy
hub / github.com/celery/celery / test_platform_pypy

Method test_platform_pypy

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

Source from the content-addressed store, hash-verified

1737 assert 'Jython' in pyimplementation()
1738
1739 def test_platform_pypy(self):
1740 with conftest.platform_pyimp():
1741 with conftest.sys_platform('darwin'):
1742 with conftest.pypy_version((1, 4, 3)):
1743 assert 'PyPy' in pyimplementation()
1744 with conftest.pypy_version((1, 4, 3, 'a4')):
1745 assert 'PyPy' in pyimplementation()
1746
1747 def test_platform_fallback(self):
1748 with conftest.platform_pyimp():

Callers

nothing calls this directly

Calls 1

pyimplementationFunction · 0.90

Tested by

no test coverage detected