-
-
Notifications
You must be signed in to change notification settings - Fork 216
Add id
and fullDescription
keys to tests
#53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
On the other hand, the tests are nice and simple right now:) |
It does seem like we're not particularly hampered by not having a fullDescription at least. That hasn't come up. Not having immutable IDs though I know has hurt me personally as an implementer. |
I'm all for it then. |
What's the use case for this? I don't see why a line number or serial number wouldn't work. |
Basically if you're an implementer, and you need to skip a particular test On Nov 20, 2016 18:50, "Austin Wright" [email protected] wrote:
|
An immutable (never changing) ID field might be useful for test suite users.
A
fullDescription
would be useful possibly for elaborating on a test since we restrictdescription
to less than 60 chars so that it can be used to name test methods.The text was updated successfully, but these errors were encountered: