-
Notifications
You must be signed in to change notification settings - Fork 323
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
some test case names not unique #186
Comments
thats because of a copypaste that was used back when those tests were created. as for the test names. you could manually rename such tests. there are so many tests in those test cases so I didn't bother with the test names from some point. |
786 does not solve this. |
Oops, you're right - my bad. Is the problem in the Filler files, or the Filled files that are actually used to run the tests? If the second then retesteth could take care of it by including a unique identifier (for example, the first four bytes of the hash of the pathname). |
The problem was is copy paste. We actually need to review tests and rename same tests. (Different folder, same name) |
Non-unique test names are inconvenient since it requires printing the whole path in order to distinguish test cases in results. For instance, the name
callcallcallcode_001
is used for three different test cases: stCallCodes, stCallDelegateCodesCallCodeHomestead, and stCallDelegateCodesHomestead.The text was updated successfully, but these errors were encountered: