Running py.test under pypy

ArekBulski

How do I run pytest using pypy? Travis does it, so it must be possible. This is related to similar question how to run pytest using Micropython.

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

Problem was fixed by installing pip on pypy as in

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

Then it is just

pypy -m pytest

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

py.test does not find tests under a class

While running the go test under a package, how to skip a go file at test as well as at coverage report

Running first JCStress test

Django data migration fails when running manage.py test, but not when running manage.py migrate

Is it possible to install scipy under pypy?

Run 'python setup.py test' without running build_ext?

Running py.test tests from another pip-installed package against local code

plugin-under-test-metadata.properties not created by Gradle TestKit when running tests in IDEA

Import error while running py.test

What happened to pypy3 under the 10**10 loop time

Running a CNTK model under a VS unit test

C running slower than PyPy

Program not running under GDB

how to solve this error when running flask with pypy?

using CVXPY under PyPy3

Tensorflow Object Detection API - Error running model_builder_test.py module 'tensorflow' has no attribute 'contrib'

Running different test suites with respective exclude tag in robot framework in a single run using run.py?

I have a Django Question regarding the command line regarding running python manage.py test

Is it possible to get py.test to skip a test if it is running under coverage?

Running behat test under different browsers

Running multiple Django tests via one ./manage.py test command causes error, running each individually does not

Test running null and letters?

Running Scrapy on PyPy

totem not running under crontab

Crontab is not running properly with .py

Running nosetests using pypy

Tmux is not running under a terminal?

How to validate if a process under test is running when running load test using JMeter

Running tox under debugger