Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pytest

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'

VS Code not finding pytest tests

Change pytest working directory to test case directory

"RuntimeError: working outside of application context" when unit testing with py.test

Generating allure report using pytest

python pytest allure

pytest: How to show messages from logging.debug in the function under test

debugging logging pytest

Django: using same test database in a separate thread

python django psycopg2 pytest

Django connections object does not see the tables of a second database during testing with pytest-django

django pytest pytest-django

[py.test]: test dependencies

python pytest

Pytesting Doctests in Visual Studio Code Debugger

When to use pytest fixtures?

Good way to collect programmatically generated test suites in nose or pytest

python nose pytest

Changing the second result of a function call with mock

py.test fixture from another file

python unit-testing pytest

How to pass arguments to pytest if pytest is run programmatically from another module?

python pytest