-
Notifications
You must be signed in to change notification settings - Fork 195
Open
Description
At present, I have been creating test cases like generics1,2,3,4 etc, which is not helpful in terms of figuring out what they are testing. It has been ok for now since test cases are small.
Below is a simple naming convention that might help, but I wish to solicit feedback first.
- If its a github issue: name the test case issue-number.rs
- Else name the test case with language-feature.rs but contain a comment at the start of the test case what this test case covers.
CohenArthur and tamaroning