Name | Notes |
|---|---|
Fake It Before You Make It | |
XFAIL - need to be failed intentionally | |
@pytest.mark, xfail, skip, parametrized testing | |
@pytest.fixture, cool fixtures [config, request] | |
with pytest.raises(TypeError): ... | |
monkeypathch | |
For hook functions and fixtures | |