Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pytest

Is there a way to find out which pytest-xdist gateway is running?

pytest pytest-xdist

How to persist data to DB between tests with pytest-django?

django pytest pytest-django

Missing test coverage for class declaration with pytest-cov

pytest-bdd reuse same method for different steps

python bdd pytest

Pytest: How to access command line arguments outside of a test

python pytest

How to disable multiple plugins in pytest.ini?

python testing pytest

Is there a way to override default assert in pytest (python)?

python pytest

Python: accept unicode strings as regular strings in doctests

Pytest: running tests multiple times with different input data

python pytest

How to avoid a "No commands supplied" on setup.py with py.test

python pytest

pytest: run test from code, not from command line

Python: Comparing two JSON objects in pytest

Can I parameterize a pytest fixture with other fixtures?

python pytest fixtures

Python: ImportError: No module named _pluggy

pytest: how to use a mark to inject a fixture?

python hook pytest fixtures

How can I combine stdlib logging with py.test

Paramaterize unit tests in python

py.test doesn't collect tests that are not inherited from 'object'

python oop inheritance pytest

How to mock in python and still allow the actual code of mocked function to execute

pytest: how to make dedicated test directory