We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example:
import pytest @pytest.fixture def some_fixture(): yield "world!" expect([ "test_pytest_fixture('hello', 'world!')", ]) @parameterized([ ('hello', ), ]) def test_pytest_fixture(param, some_fixture): missing_tests.remove("test_pytest_fixture(%r, %r)" %(param, some_fixture))
There should also be tests added for:
pytest.mark.usefixtures
@mock.patch
The text was updated successfully, but these errors were encountered:
bump 🙏
Sorry, something went wrong.
这个如何解决?好像会报错
No branches or pull requests
For example:
There should also be tests added for:
pytest.mark.usefixtures
@mock.patch
decoratorsThe text was updated successfully, but these errors were encountered: