运行 使用 pypy 的鼻子测试

Running nosetests using pypy

PyPy is compatible with nose,我该如何使用它?我已经在使用:

nosetests-2.7 ; nosetests3

如果您查看 nosetests 脚本(在我的 PC 上:/usr/local/bin/nosetests),结果是 python 脚本带有 header,例如 #!/usr/bin/python.

因此,为了确保您 运行 对特定口译员进行了鼻子测试,运行:

  • python /usr/local/bin/nosetests
  • pypy /usr/local/bin/nosetests