summaryrefslogtreecommitdiff
path: root/go.sum
Commit message (Collapse)AuthorAge
* Tests refactoringVeniamin Albaev2018-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)
* Duplicate row (#317)Veniamin Albaev2018-12-26
* go mod tidy applied * File.DuplicateRow() method added