运行 py.test pypy下

Running py.test under pypy

如何 运行 使用 pypy 进行 pytest?特拉维斯做到了,所以它一定是可能的。这与类似 question how to 运行 pytest using Micropython 有关。

arkadiusz@pc:~/Dokumenty/GitHub/construct$ pypy -m pytest
/usr/bin/pypy: No module named pytest

问题已通过在 pypy 上安装 pip 解决,如

https://askubuntu.com/questions/834466/installing-pytest-for-pypy

那就是

pypy -m pytest