-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
infrastructurestructural changes not affecting test contentstructural changes not affecting test content
Description
I think it would help if each test case were given a unique alphanumeric label or id (with underscores). I think this would make it a bit easier to reference specific test cases.
So instead of saying the "Interpolation - Multiple Calls" lambda test case, for example, you could say the lambda_interpolation_multiple_calls
test case.
This would also make it easier to reference a test case in one's code, say, if you were maintaining a skip list or if you wanted an unambiguous way to generate a variable or function name from a test case. The current "name" value currently can include things like hyphens, colons, spaces, and parentheses.
jgonggrijp
Metadata
Metadata
Assignees
Labels
infrastructurestructural changes not affecting test contentstructural changes not affecting test content