We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27cb63 commit 2b56483Copy full SHA for 2b56483
tests/test_benchmark.py
@@ -1211,7 +1211,7 @@ def test_columns(testdir):
1211
)
1212
1213
1214
-def test_generate_csv_report_for_parametrize_tests(testdir):
+def test_compare_csv(testdir):
1215
test = testdir.makepyfile("""
1216
import pytest
1217
@pytest.mark.parametrize("arg", ["foo", "bar"])
@@ -1230,9 +1230,5 @@ def func():
1230
'Saved benchmark data in: *',
1231
]
1232
1233
- result = testdir.run(
1234
- 'py.test-benchmark',
1235
- 'compare',
1236
- '--csv',
1237
- )
+ result = testdir.run('py.test-benchmark', 'compare', '--csv')
1238
result.stderr.fnmatch_lines(['Generated csv: *.csv'])
0 commit comments