We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current tests are very superficial
The text was updated successfully, but these errors were encountered:
Are there test vectors in the specification? (for example hashing algorithms specifications usually have them)
Sorry, something went wrong.
Well, I was more alluding to the fact that my hash tests just test the fact that the function runs and do not check the resulted output.
Since UUIDv7 is time based you could do a test there you first generate it, then decode it and then test if the input time is close to output.
However, I still think test vectors would be best.
No branches or pull requests
Current tests are very superficial
The text was updated successfully, but these errors were encountered: