Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pytest

py.test with non-python tests (specifically, with cxxtest)

Why no good speedup for Astropy parallel testing with pytest-xdist?

Running pytest from inside a module, seems to cache tests

python unit-testing pytest

custom sys.excepthook doesn't work with pytest

python pytest

tmpdir in py.test setup_class

python pytest

Accessing Flask test client session in pytest test when using an app factory

Saving pytest logs in a file

python logging pytest

PyTest: Interactive Output (instead of pure ASCII)

python pytest

Calling and gathering results from py.test from within code

python unit-testing pytest

pytest-django database initialization doesn't appear to reload the database

pytest: When using the keyword option (-k) a directory style string is not handled

In pytest what is "quiet" mode, and what is the purpose?

python testing pytest

pytest AttributeError: "function object has no attribute" when referencing fixture in Python 3

python python-3.x pytest

How can I find what fixtures a test uses?

python python-3.x pytest

How to force pytest to run every test (stop skipping tests not marked skip)?

python pytest

Python Testing - Is this a safe way of writing my tests to avoid repeating long dictionaries in each test function

python python-3.x pytest

How to read custom config from pytest.ini?

python pytest

Pytest throws typerror: positional arguments missing

Pytest lambda handler passing event and context

pytest AttributeError: 'Function' object has no attribute 'get_marker'

python pytest