Routetest_evalpytest.mark.parametrize(
"test_input,expected",
[
("3+5", 8 ),
("17+2", 19),
crates/ruff_linter/resources/test/fixtures/ruff/RUF028.py:None
Routetest_evalpytest.mark.parametrize(
"_test_input,_expected",
[("3+5", 8), ("2+4", 6), pytest.param("6*9", 42, mar
crates/ruff_linter/resources/test/fixtures/flake8_pytest_style/PT019.py:None