-
Notifications
You must be signed in to change notification settings - Fork 140
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
Add tests for seq
#2840
Add tests for seq
#2840
Conversation
Co-authored-by: maxonfjvipon <[email protected]>
@c71n93 what's up with this one? ready for review? |
@yegor256 No, I think it isn't ready yet. This PR just adds some tests that are broken because of some issues with We have two options: merge this tests and leave todo for fixing them, or fix them in this PR. @yegor256 what is better? |
@c71n93 @maxonfjvipon maybe this branch will work now, if you merge master into it? |
|
||
# Test. | ||
[] > seq-single-dataization-int-equal-to-test-bug | ||
memory 0 > x |
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.
@maxonfjvipon check please |
@maxonfjvipon it's strange, qulice did not notice this unused imports. I will fix it. |
1 | ||
|
||
# Test. | ||
[] > seq-single-dataization-int-equal-to-cache-problem-test |
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.
@c71n93 I believe this test should work, maybe try to enable it?
@yegor256 could you check this one, please? |
@rultor merge |
Related to #2834
PR-Codex overview
This PR focuses on adding tests for single dataization int equal to methods in
seq-tests.eo
.Detailed summary
seq-single-dataization-int-equal-to-test
seq-single-dataization-int-equal-to-cache-problem-test