Commit graph

1 commit

Author SHA1 Message Date
Yong Tang
ef8cb40688 Add presubmit to check if there are any files that have import "testing" (#2480)
The check is done through
```
if [[ $(go list -f '{{ join .Deps " "}}') == *" testing "* ]]; then
   error..
fi
```

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2019-01-21 07:36:46 +00:00