-
Notifications
You must be signed in to change notification settings - Fork 118
feat: Add extensive tests for cell behavior and styles #640
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
base: main
Are you sure you want to change the base?
Conversation
nhatcher
left a comment
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.
The failing tests might not be related to your changes. I will check soon.
Many thanks!
| model._set("A5", "1+2"); | ||
| model._set("A6", "TRUE"); | ||
| model._set("A7", "#VALUE!"); | ||
| model._set("A8", "=Z100"); // an empty cell, considered to be a CellType::Number |
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.
Why are you removing this 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.
@rezat-c ping
|
Hi @rezat-c , please rebase main. I fixed the issue with the failing tests |
|
done |
nhatcher
left a comment
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.
Maybe a valid test is being removed?
| model._set("A5", "1+2"); | ||
| model._set("A6", "TRUE"); | ||
| model._set("A7", "#VALUE!"); | ||
| model._set("A8", "=Z100"); // an empty cell, considered to be a CellType::Number |
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.
@rezat-c ping
This PR expands the test suite for the base crate, focusing on cell properties and styling.