Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pytest

Pytest: how to work around missing __init__.py in the tests folder?

python pytest

Pytest: pass one fixture to another

python unit-testing pytest

How to pass multiple arguments in pytest using command line?

python python-3.x pytest

In which py.test callout can I find both 'item' and 'report' data?

python pytest

Replacement for test case inheritance in pytest?

Pytest marks: mark entire directory / package

python testing pytest

pytest: error: unrecognized arguments: --html=report.html

html pip pytest

Python monkeypatch.setattr() with pytest fixture at module scope

python scope pytest fixtures

pycharm pytestrunner PluginManager unexpected keyword argument

python pycharm pytest

Pytest: how to take action on test failure?

python pytest

Skip test depending on parameter in py.test

python pytest

py.test: ImportError: No module named mysql

python mysql virtualenv pytest

pytest fixture is always returning a function

python testing fixtures pytest

Python asyncio: how to mock __aiter__() method?

Using @pytest.fixture(scope="module") with @pytest.mark.asyncio

pytest and coverage combination does not work

python code-coverage pytest

In pytest, how to skip or xfail certain fixtures?

python testing pytest

django-pytest setup_method database issue

Pytest works with old mock, but not unittest.mock

'function' object has no attribute 'assert_called_once_with'