forked from mirrors/gecko-dev
Following the pytest "deprecations and removals" docs [1], this patch: * Replaces `@pytest.yield_fixture` with `@pytest.fixture`. * Replaces `.funcargnames` with `.fixturenames`. * Uses `Pathlib` parameter instead of the `py.path.local` one in associated `pytest_*` hooks. * Replaces `--strict` with `--strict-markers` [1] https://docs.pytest.org/en/latest/deprecations.html Differential Revision: https://phabricator.services.mozilla.com/D138815 |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| python.ini | ||
| test_branch.py | ||
| test_commit.py | ||
| test_context_manager.py | ||
| test_push_to_try.py | ||
| test_update.py | ||
| test_workdir_outgoing.py | ||
| test_working_directory.py | ||