Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Tests refactoring | Veniamin Albaev | 2018-12-27 |
| | | | | | | | | | | | Primary motivation: Avoid statefull tests with not ignorable git file tree changes. Multiple tests reads and overwrites signle file for won needs. Multiple tests reads and overwrites file under version control. Secondary motivation: Minimal tests logic aligment, separate error expectation and not error expectation tests. Introduce sub-test over test data sets and so far. This commit is not ideal but necessary (IMHO) | ||
* | - gofmted with -s; | Ri Xu | 2018-01-31 |
| | | | | | - Fix ineffectual assignments in Go code; - Godoc has been updated | ||
* | make SetCellStyle quicker by skipping conversions in checkCellInArea, and ↵ | mbresson | 2018-01-19 |
skipping area checks when we are sure the cell can't be before or past the current row/col Signed-off-by: Matthieu Bresson |