Update tests/generators/random/generate.py

This commit is contained in:
Alex Stokes 2021-08-25 16:19:46 -06:00 committed by GitHub
parent 5b0d2627c3
commit 4b3022a767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ def _generate_randomized_scenarios(block_randomizer):
def _id_from_scenario(test_description):
"""
Construct a test name for ``pytest`` infra.
Construct a name for the scenario based its data.
"""
def _to_id_part(prefix, x):
suffix = str(x)