summaryrefslogtreecommitdiff
path: root/date_test.go
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)
* New function `AddPictureFromBytes()` has been added, this resolve #259 and ↵xuri2018-09-14
| | | | close #271.
* Ability to parse dates further in futureMārtiņš2018-06-20
Golangs time.Duration uses nanoseconds, thus it is limited to approximately 290 years.