MCPcopy
hub / github.com/celery/celery / test_platform_fallback

Method test_platform_fallback

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

Source from the content-addressed store, hash-verified

1745 assert 'PyPy' in pyimplementation()
1746
1747 def test_platform_fallback(self):
1748 with conftest.platform_pyimp():
1749 with conftest.sys_platform('darwin'):
1750 with conftest.pypy_version():
1751 assert 'CPython' == pyimplementation()
1752
1753
1754class test_shared_task:

Callers

nothing calls this directly

Calls 1

pyimplementationFunction · 0.90

Tested by

no test coverage detected