Skip to content

Commit

Permalink
fixup! fixup! parametrized: ids: support generator/iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Nov 21, 2019
1 parent 74e52d4 commit bf0c434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/python/metafunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ def test_ids_numbers(x,expected):
result.stdout.fnmatch_lines(
[
"In test_ids_numbers: ids must be list of string/float/int/bool,"
" found: <class 'type'> (type: <class 'type'>) at index 2"
" found: <* 'type'> (type: <* 'type'>) at index 2"
]
)

Expand Down

0 comments on commit bf0c434

Please sign in to comment.