-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
test (non)equality for alt_string implementation #1130
Conversation
apt-get install failed Seems like a network problem. How to relaunch the tests? |
Yes it happens sometimes, you can run: git commit --amend --no-edit && git push --force |
What is the goal of this PR? Improve test coverage? |
Yes. I found that some revisions of the library fail this tests (I'm using similar logic in my application). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Thanks! |
Add a bit more tests for alt_string implementation