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
(yes, I know having an issue called this is a sin)
potential test vectors for end-to-end tests:
https://www.gutenberg.org/cache/epub/61418/pg61418.txt https://www.gutenberg.org/files/36976/36976-0.txt https://www.gutenberg.org/files/34759/34759-0.txt https://www.gutenberg.org/cache/epub/18386/pg18386.txt https://www.gutenberg.org/cache/epub/44869/pg44869.txt https://www.gutenberg.org/files/31437/31437-0.txt
it would also be great to have unit/integration tests.
it's possible we could use quickcheck.
it would be extra cool if we could do state machine testing, though I don't know how to do that in Rust.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(yes, I know having an issue called this is a sin)
potential test vectors for end-to-end tests:
https://www.gutenberg.org/cache/epub/61418/pg61418.txt
https://www.gutenberg.org/files/36976/36976-0.txt
https://www.gutenberg.org/files/34759/34759-0.txt
https://www.gutenberg.org/cache/epub/18386/pg18386.txt
https://www.gutenberg.org/cache/epub/44869/pg44869.txt
https://www.gutenberg.org/files/31437/31437-0.txt
it would also be great to have unit/integration tests.
it's possible we could use quickcheck.
it would be extra cool if we could do state machine testing, though I don't know how to do that in Rust.
The text was updated successfully, but these errors were encountered: