document and/or change display of parametrization values in IDs #249
Labels
topic: parametrize
related to @pytest.mark.parametrize
type: enhancement
new feature or API change, should be merged into features branch
Originally reported by: Anonymous
There are some values of a parametrized argument that py.test seems unable to print to terminal during reports (or to file with --reportlog) - so far I have encountered it with UTF-8 content and the value None.
In the test report, it prints an internal identifier ('param6' for example).
Example script to reproduce:
Example output:
As you can see from the sample output, there's no issue with these values being printed to terminal in the general case.
The text was updated successfully, but these errors were encountered: