• V
    Tests refactoring · 35426ed5
    Veniamin Albaev 提交于
    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)
    35426ed5
date_test.go 1.2 KB